Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.c333 if (!picture->needed_for_output && !GST_H264_PICTURE_IS_REF (picture)) { in gst_h264_dpb_delete_unused()
367 if (GST_H264_PICTURE_IS_REF (picture)) in gst_h264_dpb_num_ref_frames()
902 if (!GST_H264_PICTURE_IS_REF (picture) || drain) in gst_h264_dpb_bump()
Dgsth264picture.h48 #define GST_H264_PICTURE_IS_REF(picture) \ macro
Dgsth264decoder.c760 if (!GST_H264_PICTURE_IS_REF (picture)) in gst_h264_decoder_update_pic_nums()
3034 if (GST_H264_PICTURE_IS_REF (picture) && !picture->nonexisting) { in gst_h264_decoder_prepare_ref_pic_lists()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c768 params->ref_pic_flag = GST_H264_PICTURE_IS_REF (picture); in gst_nv_h264_dec_start_picture()
774 h264_params->ref_pic_flag = GST_H264_PICTURE_IS_REF (picture); in gst_nv_h264_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h264dec.cpp681 pic_params->RefPicFlag = GST_H264_PICTURE_IS_REF (picture); in gst_d3d11_h264_dec_start_picture()
700 if (!GST_H264_PICTURE_IS_REF (other)) in gst_d3d11_h264_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c587 if (!GST_H264_PICTURE_IS_REF (ref_pic)) in gst_v4l2_codec_h264_dec_fill_decoder_params()
611 | (GST_H264_PICTURE_IS_REF (ref_pic) ? V4L2_H264_DPB_ENTRY_FLAG_ACTIVE : 0) in gst_v4l2_codec_h264_dec_fill_decoder_params()