Searched defs:has_video (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | siff.c | 53 int has_video; member
|
H A D | dvenc.c | 55 int has_video; /* frame under construction has video */ member
|
H A D | hdsenc.c | 57 int has_audio, has_video; member
|
H A D | smoothstreamingenc.c | 74 int has_video, has_audio; member
|
H A D | rtmpproto.c | 103 int has_video; ///< presence of video data member
|
H A D | dashenc.c | 160 int has_video; member
|
H A D | hlsenc.c | 134 int has_video; member [all...] |
H A D | movenc.c | 3893 int i, has_audio = 0, has_video = 0; local 5770 int has_h264 = 0, has_av1 = 0, has_video = 0, has_dolby = 0; local 6161 int has_video local 5725 mov_write_ftyp_tag_internal(AVIOContext *pb, AVFormatContext *s, int has_h264, int has_video, int write_minor) global() argument [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | dshow.c | 387 int has_audio = 0, has_video = 0; in dshow_get_device_media_types() local
|
Completed in 30 milliseconds