Home
last modified time | relevance | path

Searched refs:need_output (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.c757 guint i, need_output; in gst_h264_dpb_needs_bump() local
759 need_output = 0; in gst_h264_dpb_needs_bump()
763 need_output++; in gst_h264_dpb_needs_bump()
766 if (need_output >= dpb->max_num_reorder_frames) { in gst_h264_dpb_needs_bump()
/third_party/ffmpeg/libavcodec/
Dmfenc.c911 int need_input = 1, need_output = 1; in mf_negotiate_types() local
913 for (n = 0; n < 2 && (need_input || need_output); n++) { in mf_negotiate_types()
922 need_output = ret < 1; in mf_negotiate_types()
924 if (need_input || need_output) { in mf_negotiate_types()
926 need_input, need_output); in mf_negotiate_types()
/third_party/ffmpeg/fftools/
Dffmpeg.c3911 static int need_output(void) in need_output() function
4800 if (!need_output()) { in transcode()