Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.c448 if (GST_H264_PICTURE_IS_LONG_TERM_REF (picture) && in gst_h264_dpb_get_long_ref_by_long_term_pic_num()
555 if (GST_H264_PICTURE_IS_LONG_TERM_REF (picture)) { in gst_h264_dpb_get_pictures_long_term_ref()
1044 if (GST_H264_PICTURE_IS_LONG_TERM_REF (tmp) in gst_h264_dpb_perform_memory_management_control_operation()
1055 GST_H264_PICTURE_IS_LONG_TERM_REF (tmp->other_field) && in gst_h264_dpb_perform_memory_management_control_operation()
1104 GST_H264_PICTURE_IS_LONG_TERM_REF (other->other_field)) { in gst_h264_dpb_perform_memory_management_control_operation()
1121 if (GST_H264_PICTURE_IS_LONG_TERM_REF (other) && in gst_h264_dpb_perform_memory_management_control_operation()
1165 if (GST_H264_PICTURE_IS_LONG_TERM_REF (other) && in gst_h264_dpb_perform_memory_management_control_operation()
1180 GST_H264_PICTURE_IS_LONG_TERM_REF (picture->other_field)) { in gst_h264_dpb_perform_memory_management_control_operation()
Dgsth264picture.h70 #define GST_H264_PICTURE_IS_LONG_TERM_REF(picture) \ macro
Dgsth264decoder.c763 if (GST_H264_PICTURE_IS_LONG_TERM_REF (picture)) { in gst_h264_decoder_update_pic_nums()
2616 if (!GST_H264_PICTURE_IS_LONG_TERM_REF (ref)) in construct_ref_pic_lists_p()
2742 if (!GST_H264_PICTURE_IS_LONG_TERM_REF (ref)) in construct_ref_field_pic_lists_p()
2806 if (!GST_H264_PICTURE_IS_LONG_TERM_REF (ref)) in print_ref_pic_list_b()
3068 if (GST_H264_PICTURE_IS_LONG_TERM_REF (picture)) in long_term_pic_num_f()
3076 if (!GST_H264_PICTURE_IS_LONG_TERM_REF (picture)) in pic_num_f()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c596 if (GST_H264_PICTURE_IS_LONG_TERM_REF (ref_pic)) { in gst_v4l2_codec_h264_dec_fill_decoder_params()
612 | (GST_H264_PICTURE_IS_LONG_TERM_REF (ref_pic) ? V4L2_H264_DPB_ENTRY_FLAG_LONG_TERM : 0), in gst_v4l2_codec_h264_dec_fill_decoder_params()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c669 if (GST_H264_PICTURE_IS_LONG_TERM_REF (ref)) { in gst_nv_h264_dec_fill_dpb()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h264dec.cpp710 if (GST_H264_PICTURE_IS_LONG_TERM_REF (other)) { in gst_d3d11_h264_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c179 if (GST_H264_PICTURE_IS_LONG_TERM_REF (picture)) { in _fill_vaapi_pic()