Home
last modified time | relevance | path

Searched refs:ref_pic_list0 (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
806 memset (slice_params->ref_pic_list0, 0xff, in gst_v4l2_codec_h264_dec_fill_references()
807 sizeof (slice_params->ref_pic_list0)); in gst_v4l2_codec_h264_dec_fill_references()
811 for (i = 0; i < ref_pic_list0->len; i++) { in gst_v4l2_codec_h264_dec_fill_references()
813 g_array_index (ref_pic_list0, GstH264Picture *, i); in gst_v4l2_codec_h264_dec_fill_references()
814 slice_params->ref_pic_list0[i].index = in gst_v4l2_codec_h264_dec_fill_references()
816 slice_params->ref_pic_list0[i].fields = in gst_v4l2_codec_h264_dec_fill_references()
1243 GstH264Picture * picture, GstH264Slice * slice, GArray * ref_pic_list0, 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.c124 GArray *ref_pic_list0; member
191 priv->ref_pic_list0 = g_array_sized_new (FALSE, TRUE, in gst_h265_decoder_init()
204 g_array_unref (priv->ref_pic_list0); in gst_h265_decoder_finalize()
466 GArray ** ref_pic_list0, GArray ** ref_pic_list1) in gst_h265_decoder_process_ref_pic_lists() argument
476 *ref_pic_list0 = priv->ref_pic_list0; in gst_h265_decoder_process_ref_pic_lists()
525 g_array_append_val (*ref_pic_list0, tmp[ref_mod->list_entry_l0[i]]); in gst_h265_decoder_process_ref_pic_lists()
527 g_array_append_val (*ref_pic_list0, tmp[i]); in gst_h265_decoder_process_ref_pic_lists()
533 g_array_index (*ref_pic_list0, GstH265Picture *, in gst_h265_decoder_process_ref_pic_lists()
602 l0 = priv->ref_pic_list0; in gst_h265_decoder_decode_slice()
Dgsth265decoder.h118 GArray * ref_pic_list0,
Dgsth264decoder.h195 GArray * ref_pic_list0,
Dgsth264decoder.c150 GArray *ref_pic_list0; member
376 priv->ref_pic_list0 = g_array_sized_new (FALSE, TRUE, in gst_h264_decoder_init()
399 g_array_unref (priv->ref_pic_list0); in gst_h264_decoder_finalize()
2532 GArray *ref_pic_list0 = NULL; in gst_h264_decoder_decode_slice() local
2552 ref_pic_list0 = priv->ref_pic_list0; in gst_h264_decoder_decode_slice()
2558 ret = klass->decode_slice (self, picture, slice, ref_pic_list0, in gst_h264_decoder_decode_slice()
2567 g_array_set_size (priv->ref_pic_list0, 0); in gst_h264_decoder_decode_slice()
3117 ref_pic_listx = priv->ref_pic_list0; in modify_ref_pic_list()
3270 g_array_set_size (priv->ref_pic_list0, 0); in gst_h264_decoder_modify_ref_pic_lists()
3275 copy_pic_list_into (priv->ref_pic_list0, priv->ref_pic_list_p0); in gst_h264_decoder_modify_ref_pic_lists()
[all …]
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_hevc_enc.c102 if (h265->ref_pic_list0[i].picture_id != VA_INVALID_ID) { in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
105 UINT_TO_PTR(h265->ref_pic_list0[i].picture_id + 1))); in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
/third_party/ffmpeg/libavcodec/
Dvaapi_encode_h265.c1056 for (i = 0; i < FF_ARRAY_ELEMS(vslice->ref_pic_list0); i++) { in vaapi_encode_h265_init_slice_params()
1057 vslice->ref_pic_list0[i].picture_id = VA_INVALID_ID; in vaapi_encode_h265_init_slice_params()
1058 vslice->ref_pic_list0[i].flags = VA_PICTURE_HEVC_INVALID; in vaapi_encode_h265_init_slice_params()
1068 vslice->ref_pic_list0[0] = vpic->reference_frames[0]; in vaapi_encode_h265_init_slice_params()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c150 GstH264Picture * picture, GstH264Slice * slice, GArray * ref_pic_list0,
808 GstH264Picture * picture, GstH264Slice * slice, GArray * ref_pic_list0, 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.cpp154 GstH264Picture * picture, GstH264Slice * slice, GArray * ref_pic_list0,
778 GstH264Picture * picture, GstH264Slice * slice, GArray * ref_pic_list0, 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.c328 GstH264Picture * picture, GstH264Slice * slice, GArray * ref_pic_list0, in gst_va_h264_dec_decode_slice() argument
357 _fill_ref_pic_list (slice_param.RefPicList0, ref_pic_list0, picture); in gst_va_h264_dec_decode_slice()
Dgstvah265dec.c480 GstH265Picture * picture, GstH265Slice * slice, GArray * ref_pic_list0, in gst_va_h265_dec_decode_slice() argument
553 ref_pic_list0); in gst_va_h265_dec_decode_slice()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dv4l2-controls.h1521 struct v4l2_h264_reference ref_pic_list0[V4L2_H264_REF_LIST_LEN]; member
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dv4l2-controls.h1521 struct v4l2_h264_reference ref_pic_list0[V4L2_H264_REF_LIST_LEN]; member