Home
last modified time | relevance | path

Searched refs:have_audio (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/doc/examples/
Dmuxing.c544 int have_video = 0, have_audio = 0; in main() local
586 have_audio = 1; in main()
595 if (have_audio) in main()
638 if (have_audio) in main()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdsrc.c1932 gboolean have_audio; in rsn_dvdsrc_prepare_streamsinfo_event() local
1982 have_audio = FALSE; in rsn_dvdsrc_prepare_streamsinfo_event()
2008 have_audio = TRUE; in rsn_dvdsrc_prepare_streamsinfo_event()
2010 have_audio = TRUE; in rsn_dvdsrc_prepare_streamsinfo_event()
2038 if (have_audio == FALSE) { in rsn_dvdsrc_prepare_streamsinfo_event()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvmux.c822 gboolean have_audio; in gst_flv_mux_create_header() local
832 have_audio = (mux->audio_pad && mux->audio_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