/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codech264dec.c | 798 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/ |
D | gsth265decoder.c | 125 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()
|
D | gsth265decoder.h | 119 GArray * ref_pic_list1);
|
D | gsth264decoder.h | 196 GArray * ref_pic_list1);
|
D | gsth264decoder.c | 151 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/ |
D | picture_hevc_enc.c | 107 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/ |
D | vaapi_encode_h265.c | 1059 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/ |
D | gstnvh264dec.c | 151 GArray * ref_pic_list1); 809 GArray * ref_pic_list1) in gst_nv_h264_dec_decode_slice() argument
|
D | gstnvh265dec.c | 143 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/ |
D | gstd3d11h264dec.cpp | 155 GArray * ref_pic_list1); 779 GArray * ref_pic_list1) in gst_d3d11_h264_dec_decode_slice() argument
|
D | gstd3d11h265dec.cpp | 124 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/ |
D | gstvah264dec.c | 329 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()
|
D | gstvah265dec.c | 481 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/ |
D | v4l2-controls.h | 1522 struct v4l2_h264_reference ref_pic_list1[V4L2_H264_REF_LIST_LEN]; member
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | v4l2-controls.h | 1522 struct v4l2_h264_reference ref_pic_list1[V4L2_H264_REF_LIST_LEN]; member
|