Searched refs:dpb_array (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11h264dec.cpp | 664 GArray *dpb_array; in gst_d3d11_h264_dec_start_picture() local 695 dpb_array = gst_h264_dpb_get_pictures_all (dpb); in gst_d3d11_h264_dec_start_picture() 696 for (i = 0, j = 0; i < dpb_array->len && j < 16; i++) { in gst_d3d11_h264_dec_start_picture() 697 GstH264Picture *other = g_array_index (dpb_array, GstH264Picture *, i); in gst_d3d11_h264_dec_start_picture() 756 g_array_unref (dpb_array); in gst_d3d11_h264_dec_start_picture()
|
D | gstd3d11h265dec.cpp | 665 GArray *dpb_array; in gst_d3d11_h265_dec_start_picture() local 689 dpb_array = gst_h265_dpb_get_pictures_all (dpb); in gst_d3d11_h265_dec_start_picture() 691 i < dpb_array->len && j < G_N_ELEMENTS (pic_params->RefPicList); i++) { in gst_d3d11_h265_dec_start_picture() 692 GstH265Picture *other = g_array_index (dpb_array, GstH265Picture *, i); in gst_d3d11_h265_dec_start_picture() 706 g_array_unref (dpb_array); in gst_d3d11_h265_dec_start_picture()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvh265dec.c | 656 GArray *dpb_array; in gst_nv_h265_dec_start_picture() local 735 dpb_array = gst_h265_dpb_get_pictures_all (dpb); in gst_nv_h265_dec_start_picture() 738 for (i = 0; i < dpb_array->len; i++) { in gst_nv_h265_dec_start_picture() 739 GstH265Picture *other = g_array_index (dpb_array, GstH265Picture *, i); in gst_nv_h265_dec_start_picture() 763 g_array_unref (dpb_array); in gst_nv_h265_dec_start_picture()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth265decoder.c | 1261 GArray *dpb_array; in gst_h265_decoder_derive_and_mark_rps() local 1318 dpb_array = gst_h265_dpb_get_pictures_all (priv->dpb); in gst_h265_decoder_derive_and_mark_rps() 1319 for (i = 0; i < dpb_array->len; i++) { in gst_h265_decoder_derive_and_mark_rps() 1320 GstH265Picture *dpb_pic = g_array_index (dpb_array, GstH265Picture *, i); in gst_h265_decoder_derive_and_mark_rps() 1339 g_array_unref (dpb_array); in gst_h265_decoder_derive_and_mark_rps()
|
D | gsth264decoder.c | 3024 GArray *dpb_array = gst_h264_dpb_get_pictures_all (priv->dpb); in gst_h264_decoder_prepare_ref_pic_lists() local 3032 for (i = 0; i < dpb_array->len; i++) { in gst_h264_decoder_prepare_ref_pic_lists() 3033 GstH264Picture *picture = g_array_index (dpb_array, GstH264Picture *, i); in gst_h264_decoder_prepare_ref_pic_lists() 3039 g_array_unref (dpb_array); in gst_h264_decoder_prepare_ref_pic_lists()
|