代码搜索结果
找到约 10,000 项符合
Video 的代码
kconfig
#
# Multimedia Video device configuration
#
menu "Video For Linux"
depends on VIDEO_DEV
comment "Video Adapters"
config VIDEO_BT848
tristate "BT848 Video For Linux"
depends on VIDEO_DEV && PCI &
mplayer_novideo_0.10.c
/*==============================================
#define NO_VIDEO 1 -->cut video codec and video output
1. can play video files' audio, but can't display video
=======================================
mplayer_novideo_0.30.c
/*==============================================
#define NO_VIDEO 1 -->cut video codec and video output
1. can play video files' audio, but can't display video
=======================================
wmp4player.hm
// Commands (ID_* and IDM_*)
HID_HTTP_EMERG 0x1006D
HID_HTTP_ALERT 0x1006E
HID_HTTP_CRIT 0x1006F
HID_HTTP_ERROR
wmp4player.hm
// Commands (ID_* and IDM_*)
HID_HTTP_EMERG 0x1006D
HID_HTTP_ALERT 0x1006E
HID_HTTP_CRIT 0x1006F
HID_HTTP_ERROR
wmp4player.hm
// Commands (ID_* and IDM_*)
HID_HTTP_EMERG 0x1006D
HID_HTTP_ALERT 0x1006E
HID_HTTP_CRIT 0x1006F
HID_HTTP_ERROR
file_def.h
#ifndef __FILE_DEF_H__
#define __FILE_DEF_H__
// file_type
#define FILE_TYPE_UNKNOWN 0
#define FILE_TYPE_AVI 1
#define FILE_TYPE_ASF 2
#define FILE_TYPE_QT 3
// file_media_support
#
videocodecs.c
#include "VideoCodecs.h"
extern video_interface_t video_interface_avi;
extern video_interface_t video_interface_real;
extern video_interface_t video_interface_flv;
extern video_inter