Home
last modified time | relevance | path

Searched refs:dec_ref_pic_marking (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c1040 dec_ref_pic_marking.adaptive_ref_pic_marking_mode_flag) { in gst_h264_decoder_init_current_picture()
1041 priv->current_picture->dec_ref_pic_marking = in gst_h264_decoder_init_current_picture()
1042 priv->current_slice.header.dec_ref_pic_marking; in gst_h264_decoder_init_current_picture()
1080 if (!current_picture->dec_ref_pic_marking.no_output_of_prior_pics_flag) { in gst_h264_decoder_start_current_picture()
1517 picture->dec_ref_pic_marking = slice_hdr->dec_ref_pic_marking; in gst_h264_decoder_fill_picture_from_slice()
1916 for (i = 0; i < G_N_ELEMENTS (picture->dec_ref_pic_marking.ref_pic_marking); in gst_h264_decoder_handle_memory_management_opt()
1919 &picture->dec_ref_pic_marking.ref_pic_marking[i]; in gst_h264_decoder_handle_memory_management_opt()
2028 if (picture->dec_ref_pic_marking.long_term_reference_flag) { in gst_h264_decoder_reference_picture_marking()
2045 if (picture->dec_ref_pic_marking.adaptive_ref_pic_marking_mode_flag) { in gst_h264_decoder_reference_picture_marking()
2516 picture->dec_ref_pic_marking.adaptive_ref_pic_marking_mode_flag = FALSE; in gst_h264_decoder_init_gap_picture()
[all …]
Dgsth264picture.h155 GstH264DecRefPicMarking dec_ref_pic_marking; member
/third_party/ffmpeg/libavcodec/
Dcbs_h264_syntax_template.c888 static int FUNC(dec_ref_pic_marking)(CodedBitstreamContext *ctx, RWContext *rw, in FUNC() argument
1082 CHECK(FUNC(dec_ref_pic_marking)(ctx, rw, current, idr_pic_flag)); in FUNC()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c587 static void dec_ref_pic_marking(vid_dec_PrivateType *priv, struct vl_rbsp *rbsp, in dec_ref_pic_marking() function
888 dec_ref_pic_marking(priv, rbsp, IdrPicFlag); in slice_header()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h930 GstH264DecRefPicMarking dec_ref_pic_marking; member
Dgsth264parser.c714 dec_ref_pic_m = &slice->dec_ref_pic_marking; in gst_h264_slice_parse_dec_ref_pic_marking()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c555 .dec_ref_pic_marking_bit_size = slice_hdr->dec_ref_pic_marking.bit_size, in gst_v4l2_codec_h264_dec_fill_decoder_params()
/third_party/gstreamer/gstplugins_bad/
DChangeLog5600 Fixes: d0d65fa875 ("codecparsers: h264: record dec_ref_pic_marking() size")
34303 codecparsers: h264: record dec_ref_pic_marking() size
34305 of the dec_ref_pic_marking() syntax element in bits. Record the size so
157221 similarly to dec_ref_pic_marking(). i.e. an explicit counter instead