Home
last modified time | relevance | path

Searched refs:have_video (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/doc/examples/
Dmuxing.c544 int have_video = 0, have_audio = 0; in main() local
581 have_video = 1; in main()
592 if (have_video) in main()
636 if (have_video) in main()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.h204 gboolean have_video; member
Dgstsplitmuxsink.c3434 if (is_primary_video && splitmux->have_video) in gst_splitmux_sink_request_new_pad()
3604 splitmux->have_video = TRUE; in gst_splitmux_sink_request_new_pad()
3675 splitmux->have_video = FALSE; in gst_splitmux_sink_release_pad()
/third_party/ffmpeg/libavformat/
Dmatroskaenc.c143 int have_video; member
1229 mkv->have_video = 1; in mkv_write_track()
2192 if (!mkv->have_video) { in mkv_end_cluster()
2346 (par->codec_type == AVMEDIA_TYPE_VIDEO || !mkv->have_video && !track->has_cue)) { in mkv_write_packet_internal()
2440 …keyframe && (mkv->have_video ? codec_type == AVMEDIA_TYPE_VIDEO : 1) ? AVIO_DATA_MARKER_SYNC_POINT… in mkv_write_packet()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvmux.c823 gboolean have_video; in gst_flv_mux_create_header() local
833 have_video = (mux->video_pad && mux->video_pad->codec != G_MAXUINT); in gst_flv_mux_create_header()
835 data[4] = (have_audio << 2) | have_video; /* flags */ in gst_flv_mux_create_header()
/third_party/gstreamer/gstplugins_good/
DChangeLog114587 Reset the have_video/have_audio flags and make sure to