Searched refs:has_video (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | dvenc.c | 55 int has_video; /* frame under construction has video */ member 257 if (c->has_video) { in dv_assemble_frame() 268 c->has_video = 1; in dv_assemble_frame() 291 if (c->has_video == 1 && c->has_audio + 1 == 1 << c->n_ast) { in dv_assemble_frame() 301 c->has_video = 0; in dv_assemble_frame() 372 c->has_video = 0; in dv_init_mux()
|
H A D | siff.c | 53 int has_video; member 136 c->has_video = 1; in siff_parse_vbv1() 196 if (c->has_video) { in siff_read_packet()
|
H A D | hdsenc.c | 57 int has_audio, has_video; member 341 if (os->has_video) { in hds_write_header() 345 os->has_video = 1; in hds_write_header() 408 if (!os->has_video && c->min_frag_duration <= 0) { in hds_write_header() 508 if ((!os->has_video || st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO) && in hds_write_packet()
|
H A D | smoothstreamingenc.c | 74 int has_video, has_audio; member 245 if (c->has_video) { in write_manifest() 352 c->has_video = 1; in ism_write_header() 380 if (!c->has_video && c->min_frag_duration <= 0) { in ism_write_header() 592 if ((!c->has_video || st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO) && in ism_write_packet()
|
H A D | hlsenc.c | 134 int has_video; member 1425 if (vs->has_video || vs->has_subtitle || !vs->agroup) in create_master_playlist() 1468 if (!temp_vs->has_video && !temp_vs->has_subtitle && in create_master_playlist() 1599 if (vs->has_video && (hls->flags & HLS_INDEPENDENT_SEGMENTS)) { in hls_window() 2340 if (vs->has_video && vs->agroup) { in hls_write_header() 2343 if (!vs_agroup->has_video && !vs_agroup->has_subtitle && in hls_write_header() 2466 if (vs->has_video) { in hls_write_packet() 2963 vs->has_video += vs->streams[j]->codecpar->codec_type == AVMEDIA_TYPE_VIDEO; in hls_init() 2966 if ((vs->has_video == 1) && (vs->streams[j]->codecpar->codec_type == AVMEDIA_TYPE_VIDEO)) { in hls_init() 2972 if (vs->has_video > in hls_init() [all...] |
H A D | dashenc.c | 160 int has_video; member 1274 if (c->has_video) { in write_manifest() 1706 c->has_video = 1; in dash_init() 1720 if (!c->has_video && c->seg_duration <= 0) { in dash_init() 1724 if (!c->has_video && c->frag_type == FRAG_TYPE_PFRAMES) in dash_init() 1955 if (c->has_video && os->segment_index > cur_flush_segment_index) in dash_flush() 2030 if (c->has_video && !final) { in dash_flush() 2167 if (!c->has_video || st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO) { in dash_write_packet()
|
H A D | rtmpproto.c | 103 int has_video; ///< presence of video data member 2219 rt->has_video = 1; in append_flv_data() 2275 rt->has_video = 1; in handle_notify() 2806 rt->has_video = 0; in rtmp_open() 2853 while (!rt->has_audio && !rt->has_video && !rt->received_metadata) { in rtmp_open() 2864 if (rt->has_video) { in rtmp_open()
|
H A D | movenc.c | 3893 int i, has_audio = 0, has_video = 0; local 3900 has_video |= mov->tracks[i].par->codec_type == AVMEDIA_TYPE_VIDEO; 3906 video_profile = 0xFF - has_video; 5726 int has_h264, int has_video, int write_minor) 5754 ffio_wfourcc(pb, has_video ? "M4V ":"M4A "); 5770 int has_h264 = 0, has_av1 = 0, has_video = 0, has_dolby = 0; local 5778 has_video = 1; 5794 mov_write_ftyp_tag_internal(pb, s, has_h264, has_video, 1); 5796 mov_write_ftyp_tag_internal(pb, s, has_h264, has_video, 0); 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 422 has_video = 1; in dshow_get_device_media_types() 440 if (has_audio || has_video) { in dshow_get_device_media_types() 441 int nb_types = has_audio + has_video; in dshow_get_device_media_types() 446 if (has_video) in dshow_get_device_media_types()
|
Completed in 30 milliseconds