Home
last modified time | relevance | path

Searched refs:ref_pic_list1 (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c798 gboolean cur_is_frame, GArray * ref_pic_list0, GArray * ref_pic_list1) in gst_v4l2_codec_h264_dec_fill_references() argument
808 memset (slice_params->ref_pic_list1, 0xff, in gst_v4l2_codec_h264_dec_fill_references()
809 sizeof (slice_params->ref_pic_list1)); in gst_v4l2_codec_h264_dec_fill_references()
820 for (i = 0; i < ref_pic_list1->len; i++) { in gst_v4l2_codec_h264_dec_fill_references()
822 g_array_index (ref_pic_list1, GstH264Picture *, i); in gst_v4l2_codec_h264_dec_fill_references()
823 slice_params->ref_pic_list1[i].index = in gst_v4l2_codec_h264_dec_fill_references()
825 slice_params->ref_pic_list1[i].fields = in gst_v4l2_codec_h264_dec_fill_references()
1244 GArray * ref_pic_list1) in gst_v4l2_codec_h264_dec_decode_slice() argument
1264 GST_H264_PICTURE_IS_FRAME (picture), ref_pic_list0, ref_pic_list1); in gst_v4l2_codec_h264_dec_decode_slice()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c125 GArray *ref_pic_list1; member
193 priv->ref_pic_list1 = g_array_sized_new (FALSE, TRUE, in gst_h265_decoder_init()
205 g_array_unref (priv->ref_pic_list1); in gst_h265_decoder_finalize()
466 GArray ** ref_pic_list0, GArray ** ref_pic_list1) in gst_h265_decoder_process_ref_pic_lists() argument
477 *ref_pic_list1 = priv->ref_pic_list1; in gst_h265_decoder_process_ref_pic_lists()
575 g_array_append_val (*ref_pic_list1, tmp[ref_mod->list_entry_l1[i]]); in gst_h265_decoder_process_ref_pic_lists()
577 g_array_append_val (*ref_pic_list1, tmp[i]); in gst_h265_decoder_process_ref_pic_lists()
603 l1 = priv->ref_pic_list1; in gst_h265_decoder_decode_slice()
Dgsth265decoder.h119 GArray * ref_pic_list1);
Dgsth264decoder.h196 GArray * ref_pic_list1);
Dgsth264decoder.c151 GArray *ref_pic_list1; member
378 priv->ref_pic_list1 = g_array_sized_new (FALSE, TRUE, in gst_h264_decoder_init()
400 g_array_unref (priv->ref_pic_list1); in gst_h264_decoder_finalize()
2533 GArray *ref_pic_list1 = NULL; in gst_h264_decoder_decode_slice() local
2553 ref_pic_list1 = priv->ref_pic_list1; in gst_h264_decoder_decode_slice()
2559 ref_pic_list1); in gst_h264_decoder_decode_slice()
2568 g_array_set_size (priv->ref_pic_list1, 0); in gst_h264_decoder_decode_slice()
3124 ref_pic_listx = priv->ref_pic_list1; in modify_ref_pic_list()
3271 g_array_set_size (priv->ref_pic_list1, 0); in gst_h264_decoder_modify_ref_pic_lists()
3280 copy_pic_list_into (priv->ref_pic_list1, priv->ref_pic_list_b1); in gst_h264_decoder_modify_ref_pic_lists()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_hevc_enc.c107 if (h265->ref_pic_list1[i].picture_id != VA_INVALID_ID && h265->slice_type == 1) { in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
110 UINT_TO_PTR(h265->ref_pic_list1[i].picture_id + 1))); in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
/third_party/ffmpeg/libavcodec/
Dvaapi_encode_h265.c1059 vslice->ref_pic_list1[i].picture_id = VA_INVALID_ID; in vaapi_encode_h265_init_slice_params()
1060 vslice->ref_pic_list1[i].flags = VA_PICTURE_HEVC_INVALID; in vaapi_encode_h265_init_slice_params()
1073 vslice->ref_pic_list1[0] = vpic->reference_frames[1]; in vaapi_encode_h265_init_slice_params()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c151 GArray * ref_pic_list1);
809 GArray * ref_pic_list1) in gst_nv_h264_dec_decode_slice() argument
Dgstnvh265dec.c143 GArray * ref_pic_list0, GArray * ref_pic_list1);
856 GArray * ref_pic_list0, GArray * ref_pic_list1) in gst_nv_h265_dec_decode_slice() argument
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h264dec.cpp155 GArray * ref_pic_list1);
779 GArray * ref_pic_list1) in gst_d3d11_h264_dec_decode_slice() argument
Dgstd3d11h265dec.cpp124 GArray * ref_pic_list0, GArray * ref_pic_list1);
823 GArray * ref_pic_list0, GArray * ref_pic_list1) in gst_d3d11_h265_dec_decode_slice() argument
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c329 GArray * ref_pic_list1) in gst_va_h264_dec_decode_slice() argument
358 _fill_ref_pic_list (slice_param.RefPicList1, ref_pic_list1, picture); in gst_va_h264_dec_decode_slice()
Dgstvah265dec.c481 GArray * ref_pic_list1) in gst_va_h265_dec_decode_slice() argument
555 ref_pic_list1); in gst_va_h265_dec_decode_slice()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dv4l2-controls.h1522 struct v4l2_h264_reference ref_pic_list1[V4L2_H264_REF_LIST_LEN]; member
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dv4l2-controls.h1522 struct v4l2_h264_reference ref_pic_list1[V4L2_H264_REF_LIST_LEN]; member