Home
last modified time | relevance | path

Searched refs:ref_pic (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c581 GstH264Picture *ref_pic = g_array_index (refs, GstH264Picture *, i); in gst_v4l2_codec_h264_dec_fill_decoder_params() local
582 gint pic_num = ref_pic->pic_num; in gst_v4l2_codec_h264_dec_fill_decoder_params()
583 gint frame_num = ref_pic->frame_num; in gst_v4l2_codec_h264_dec_fill_decoder_params()
587 if (!GST_H264_PICTURE_IS_REF (ref_pic)) in gst_v4l2_codec_h264_dec_fill_decoder_params()
591 if (ref_pic->second_field) in gst_v4l2_codec_h264_dec_fill_decoder_params()
596 if (GST_H264_PICTURE_IS_LONG_TERM_REF (ref_pic)) { in gst_v4l2_codec_h264_dec_fill_decoder_params()
597 pic_num = ref_pic->long_term_pic_num; in gst_v4l2_codec_h264_dec_fill_decoder_params()
598 frame_num = ref_pic->long_term_frame_idx; in gst_v4l2_codec_h264_dec_fill_decoder_params()
607 .reference_ts = (guint64) ref_pic->system_frame_number * 1000, 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()
[all …]
Dgstv4l2codecvp9dec.c272 GstVp9Picture *ref_pic; in gst_v4l2_codecs_vp9_dec_fill_refs() local
275 ref_pic = reference_frames->pic_list[h->ref_frame_idx[0]]; in gst_v4l2_codecs_vp9_dec_fill_refs()
276 self->v4l2_vp9_frame.last_frame_ts = ref_pic->system_frame_number * 1000; in gst_v4l2_codecs_vp9_dec_fill_refs()
280 ref_pic = reference_frames->pic_list[h->ref_frame_idx[1]]; in gst_v4l2_codecs_vp9_dec_fill_refs()
281 self->v4l2_vp9_frame.golden_frame_ts = ref_pic->system_frame_number * 1000; in gst_v4l2_codecs_vp9_dec_fill_refs()
285 ref_pic = reference_frames->pic_list[h->ref_frame_idx[2]]; in gst_v4l2_codecs_vp9_dec_fill_refs()
286 self->v4l2_vp9_frame.alt_frame_ts = ref_pic->system_frame_number * 1000; in gst_v4l2_codecs_vp9_dec_fill_refs()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.c724 is_ref_picture = picture->ref_pic; in gst_h264_dpb_needs_bump()
806 if (to_insert && !to_insert->ref_pic in gst_h264_dpb_needs_bump()
847 if (to_insert && to_insert->ref_pic) { in gst_h264_dpb_needs_bump()
932 dpb->last_output_non_ref = !picture->ref_pic; in gst_h264_dpb_bump()
954 dpb->last_output_non_ref = !picture->ref_pic; in gst_h264_dpb_set_last_output()
1212 picture->ref_pic = TRUE; in gst_h264_picture_set_reference()
1218 picture->other_field->ref_pic = TRUE; in gst_h264_picture_set_reference()
Dgsth264picture.h147 gboolean ref_pic; member
Dgsth264decoder.c2518 picture->ref_pic = TRUE; in gst_h264_decoder_init_gap_picture()
/third_party/ffmpeg/libavcodec/
Dh264_mb.c170 H264Ref *ref_pic = &sl->ref_list[list][ref]; in await_references() local
171 int ref_field = ref_pic->reference - 1; in await_references()
172 int ref_field_picture = ref_pic->parent->field_picture; in await_references()
179 av_assert2((ref_pic->parent->reference & 3) == 3); in await_references()
180 ff_thread_await_progress(&ref_pic->parent->tf, in await_references()
184 ff_thread_await_progress(&ref_pic->parent->tf, in await_references()
188 ff_thread_await_progress(&ref_pic->parent->tf, in await_references()
193 ff_thread_await_progress(&ref_pic->parent->tf, in await_references()
197 ff_thread_await_progress(&ref_pic->parent->tf, in await_references()
Dvaapi_encode_vp9.c153 VAAPIEncodePicture *ref_pic = pic->refs[i]; in vaapi_encode_vp9_init_picture_params() local
155 slot = ((VAAPIEncodeVP9Picture*)ref_pic->priv_data)->slot; in vaapi_encode_vp9_init_picture_params()
157 vpic->reference_frames[slot] = ref_pic->recon_surface; in vaapi_encode_vp9_init_picture_params()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c266 _find_frame_rps_type (GstH265Decoder * decoder, GstH265Picture * ref_pic) in _find_frame_rps_type() argument
271 if (ref_pic == decoder->RefPicSetStCurrBefore[i]) in _find_frame_rps_type()
276 if (ref_pic == decoder->RefPicSetStCurrAfter[i]) in _find_frame_rps_type()
281 if (ref_pic == decoder->RefPicSetLtCurr[i]) in _find_frame_rps_type()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd.c701 uintptr_t ref_pic = 0; in get_h265_msg() local
706 ref_pic = (uintptr_t)vl_video_buffer_get_associated_data(ref, &dec->base); in get_h265_msg()
708 ref_pic = 0x7F; in get_h265_msg()
709 result.ref_pic_list[i] = ref_pic; in get_h265_msg()
Dradeon_vcn_dec.c411 uintptr_t ref_pic = 0; in get_h265_msg() local
416 ref_pic = (uintptr_t)vl_video_buffer_get_associated_data(ref, &dec->base); in get_h265_msg()
418 ref_pic = 0x7F; in get_h265_msg()
419 result.ref_pic_list[i] = ref_pic; in get_h265_msg()
/third_party/ffmpeg/doc/
DAPIchanges3020 avfilter_(un)ref_pic -> avfilter_(un)ref_buffer