Home
last modified time | relevance | path

Searched refs:GST_H264_PICTURE_IS_FRAME (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.c283 if (GST_H264_PICTURE_IS_FRAME (picture)) { in gst_h264_dpb_add()
647 if (GST_H264_PICTURE_IS_FRAME (picture) || picture->other_field) in gst_h264_dpb_has_empty_frame_buffer()
675 if (!GST_H264_PICTURE_IS_FRAME (picture) && in gst_h264_dpb_get_lowest_output_needed_picture()
1003 GST_H264_PICTURE_REF_NONE, GST_H264_PICTURE_IS_FRAME (picture)); in gst_h264_dpb_perform_memory_management_control_operation()
1046 if (GST_H264_PICTURE_IS_FRAME (tmp)) { in gst_h264_dpb_perform_memory_management_control_operation()
1097 GST_H264_PICTURE_REF_LONG_TERM, GST_H264_PICTURE_IS_FRAME (picture)); in gst_h264_dpb_perform_memory_management_control_operation()
Dgsth264decoder.c764 if (GST_H264_PICTURE_IS_FRAME (current_picture)) in gst_h264_decoder_update_pic_nums()
776 if (GST_H264_PICTURE_IS_FRAME (current_picture)) in gst_h264_decoder_update_pic_nums()
793 g_assert (GST_H264_PICTURE_IS_FRAME (picture)); in gst_h264_decoder_split_frame()
840 if (GST_H264_PICTURE_IS_FRAME (picture)) { in output_picture_directly()
1174 if (!GST_H264_PICTURE_IS_FRAME (prev_picture) in gst_h264_decoder_find_first_field_picture()
1261 !GST_H264_PICTURE_IS_FRAME (priv->current_picture) && in gst_h264_decoder_parse_slice()
1528 if (!GST_H264_PICTURE_IS_FRAME (picture) && !klass->new_field_picture) { in gst_h264_decoder_fill_picture_from_slice()
1696 if (GST_H264_PICTURE_IS_FRAME (picture)) { in gst_h264_decoder_calculate_poc()
1736 if (GST_H264_PICTURE_IS_FRAME (picture)) { in gst_h264_decoder_calculate_poc()
2164 GST_H264_PICTURE_IS_FRAME (picture)) { in gst_h264_decoder_finish_picture()
[all …]
Dgsth264picture.h81 #define GST_H264_PICTURE_IS_FRAME(picture) \ macro
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c233 GST_H264_PICTURE_IS_FRAME (current_picture)); in _fill_ref_pic_list()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c1264 GST_H264_PICTURE_IS_FRAME (picture), ref_pic_list0, ref_pic_list1); in gst_v4l2_codec_h264_dec_decode_slice()