Home
last modified time | relevance | path

Searched refs:NumPocLtCurr (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c485 self->NumPocLtCurr == 0 && !scc_ext->pps_curr_pic_ref_enabled_flag) { in gst_h265_decoder_process_ref_pic_lists()
511 for (i = 0; i < self->NumPocLtCurr && tmp_refs->len < num_tmp_refs; i++) in gst_h265_decoder_process_ref_pic_lists()
561 for (i = 0; i < self->NumPocLtCurr && tmp_refs->len < num_tmp_refs; i++) in gst_h265_decoder_process_ref_pic_lists()
1266 for (i = 0; i < self->NumPocLtCurr; i++) { in gst_h265_decoder_derive_and_mark_rps()
1287 for (i = 0; i < self->NumPocLtCurr; i++) { in gst_h265_decoder_derive_and_mark_rps()
1323 !has_entry_in_rps (dpb_pic, self->RefPicSetLtCurr, self->NumPocLtCurr) in gst_h265_decoder_derive_and_mark_rps()
1369 self->NumPocLtCurr = self->NumPocLtFoll = 0; in gst_h265_decoder_prepare_rps()
1454 self->NumPocLtCurr = j; in gst_h265_decoder_prepare_rps()
1461 GST_LOG_OBJECT (self, "NumPocLtCurr: %d", self->NumPocLtCurr); in gst_h265_decoder_prepare_rps()
Dgsth265decoder.h65 guint NumPocLtCurr; member
/third_party/ffmpeg/libavcodec/
Dvdpau_hevc.c286 info->NumPocLtCurr = h->rps[LT_CURR].nb_refs; in vdpau_hevc_start_frame()
287 if (info->NumPocLtCurr > 8) { in vdpau_hevc_start_frame()
291 info->NumPocLtCurr = 8; in vdpau_hevc_start_frame()
Dnvdec_hevc.c191 .NumPocLtCurr = s->rps[LT_CURR].nb_refs, in nvdec_hevc_start_frame()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh265dec.c719 if (decoder->NumPocLtCurr > G_N_ELEMENTS (h265_params->RefPicSetLtCurr)) { in gst_nv_h265_dec_start_picture()
732 h265_params->NumPocLtCurr = decoder->NumPocLtCurr; in gst_nv_h265_dec_start_picture()
804 for (i = 0; i < decoder->NumPocLtCurr; i++) { in gst_nv_h265_dec_start_picture()
Dcuviddec.h597 int NumPocLtCurr; member
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_hevc.c156 context->desc.h265.NumPocLtCurr = 0; in vlVaHandlePictureParameterBufferHEVC()
175 context->desc.h265.NumPocLtCurr++; in vlVaHandlePictureParameterBufferHEVC()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c515 picture->NumPocLtCurr = picture_info->NumPocLtCurr; in vlVdpDecoderRenderH265()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h637 uint8_t NumPocLtCurr; member
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h265dec.cpp755 while (!other && j < decoder->NumPocLtCurr) in gst_d3d11_h265_dec_start_picture()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd.c724 for (i = 0; i < pic->NumPocLtCurr; ++i) in get_h265_msg()
Dradeon_vcn_dec.c434 for (i = 0; i < pic->NumPocLtCurr; ++i) in get_h265_msg()