Searched refs:last_output_poc (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth264picture.c | 112 gint32 last_output_poc; member 122 dpb->last_output_poc = G_MININT32; in gst_h264_dpb_init() 309 dpb->last_output_poc = G_MININT32; in gst_h264_dpb_add() 747 g_assert (dpb->last_output_poc < G_MAXINT32); in gst_h264_dpb_needs_bump() 749 " bumping for low-latency.", dpb->last_output_poc, lowest_poc); in gst_h264_dpb_needs_bump() 769 dpb->last_output_poc, lowest_index, dpb->max_num_reorder_frames); in gst_h264_dpb_needs_bump() 822 if (lowest_poc > dpb->last_output_poc in gst_h264_dpb_needs_bump() 823 && lowest_poc - dpb->last_output_poc <= 2) { in gst_h264_dpb_needs_bump() 825 "bumping for very-low-latency", lowest_poc, dpb->last_output_poc); in gst_h264_dpb_needs_bump() 931 dpb->last_output_poc = picture->pic_order_cnt; in gst_h264_dpb_bump() [all …]
|
D | gsth265decoder.c | 115 gint last_output_poc; member 187 priv->last_output_poc = G_MININT32; in gst_h265_decoder_init() 1486 if (picture->pic_order_cnt < priv->last_output_poc) { in gst_h265_decoder_do_output_picture() 1489 priv->last_output_poc, picture->pic_order_cnt); in gst_h265_decoder_do_output_picture() 1492 priv->last_output_poc = picture->pic_order_cnt; in gst_h265_decoder_do_output_picture() 1536 priv->last_output_poc = G_MININT32; in gst_h265_decoder_clear_dpb() 1550 priv->last_output_poc = G_MININT32; in gst_h265_decoder_drain_internal() 1587 gst_h265_dpb_get_size (priv->dpb), priv->last_output_poc); in gst_h265_decoder_dpb_init() 1589 priv->last_output_poc = G_MININT32; in gst_h265_decoder_dpb_init()
|
D | gsth264decoder.c | 132 gint last_output_poc; member 344 priv->last_output_poc = G_MININT32; in gst_h264_decoder_init() 486 priv->last_output_poc = G_MININT32; in gst_h264_decoder_clear_dpb() 1806 if (picture->pic_order_cnt < priv->last_output_poc) { in gst_h264_decoder_do_output_picture() 1809 priv->last_output_poc, picture->pic_order_cnt); in gst_h264_decoder_do_output_picture() 1812 priv->last_output_poc = picture->pic_order_cnt; in gst_h264_decoder_do_output_picture() 1904 priv->last_output_poc = G_MININT32; in gst_h264_decoder_drain_internal()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 7386 the last_output_poc to G_MININT32 can avoid this. 7396 the last_output_poc to G_MININT32 can avoid this. 8292 The problem is caused because we fail to reset the last_output_poc when 8294 frames in the DPB, but we forget to reset the last_output_poc, which
|