Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.h149 gboolean mem_mgmt_5; member
Dgsth264picture.c1137 picture->mem_mgmt_5 = TRUE; in gst_h264_dpb_perform_memory_management_control_operation()
Dgsth264decoder.c2102 priv->prev_ref_has_memmgmnt5 = picture->mem_mgmt_5; in gst_h264_decoder_finish_picture()
2111 priv->prev_has_memmgmnt5 = picture->mem_mgmt_5; in gst_h264_decoder_finish_picture()
2131 if (picture->mem_mgmt_5) { in gst_h264_decoder_finish_picture()
/third_party/gstreamer/gstplugins_bad/
DChangeLog6799 codecs: h264dec: Set picture to a small poc when mem_mgmt_5.