Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.c982 gint max_long_term_frame_idx; in gst_h264_dpb_perform_memory_management_control_operation() local
1113 max_long_term_frame_idx = in gst_h264_dpb_perform_memory_management_control_operation()
1116 GST_TRACE ("MMCO-4: max_long_term_frame_idx %d", max_long_term_frame_idx); in gst_h264_dpb_perform_memory_management_control_operation()
1122 other->long_term_frame_idx > max_long_term_frame_idx) { in gst_h264_dpb_perform_memory_management_control_operation()
Dgsth264decoder.c116 gint max_long_term_frame_idx; member
1930 priv->max_long_term_frame_idx = in gst_h264_decoder_handle_memory_management_opt()
1934 priv->max_long_term_frame_idx = -1; in gst_h264_decoder_handle_memory_management_opt()
2032 priv->max_long_term_frame_idx = 0; in gst_h264_decoder_reference_picture_marking()
2036 priv->max_long_term_frame_idx = -1; in gst_h264_decoder_reference_picture_marking()
3070 return 2 * (self->priv->max_long_term_frame_idx + 1); in long_term_pic_num_f()