Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.c712 gint32 lowest_poc; in gst_h264_dpb_needs_bump() local
719 lowest_poc = G_MAXINT32; in gst_h264_dpb_needs_bump()
723 lowest_poc = picture->pic_order_cnt; in gst_h264_dpb_needs_bump()
749 " bumping for low-latency.", dpb->last_output_poc, lowest_poc); in gst_h264_dpb_needs_bump()
777 if (to_insert && to_insert->pic_order_cnt > 0 && lowest_poc < 0) { in gst_h264_dpb_needs_bump()
778 GST_TRACE ("The negative poc %d, bumping for low-latency.", lowest_poc); in gst_h264_dpb_needs_bump()
786 if (lowest_poc == 0 && gst_h264_dpb_get_size (dpb) <= 1) { in gst_h264_dpb_needs_bump()
787 if (to_insert && to_insert->pic_order_cnt > lowest_poc) { in gst_h264_dpb_needs_bump()
800 lowest_poc); in gst_h264_dpb_needs_bump()
807 && lowest_poc < to_insert->pic_order_cnt) { in gst_h264_dpb_needs_bump()
[all …]