Home
last modified time | relevance | path

Searched refs:dpb_idx (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/staging/media/hantro/
Dhantro_h264.c327 unsigned int dpb_idx) in hantro_h264_get_ref_buf() argument
332 if (dpb[dpb_idx].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE) in hantro_h264_get_ref_buf()
333 dma_addr = hantro_get_ref(ctx, dpb[dpb_idx].reference_ts); in hantro_h264_get_ref_buf()
351 u16 hantro_h264_get_ref_nbr(struct hantro_ctx *ctx, unsigned int dpb_idx) in hantro_h264_get_ref_nbr() argument
353 const struct v4l2_h264_dpb_entry *dpb = &ctx->h264_dec.dpb[dpb_idx]; in hantro_h264_get_ref_nbr()
Dhantro_hw.h241 unsigned int dpb_idx);
243 unsigned int dpb_idx);
/Linux-v5.15/drivers/staging/media/sunxi/cedrus/
Dcedrus_h264.c190 u8 dpb_idx; in _cedrus_write_ref_list() local
192 dpb_idx = ref_list[i].index; in _cedrus_write_ref_list()
193 dpb = &decode->dpb[dpb_idx]; in _cedrus_write_ref_list()
/Linux-v5.15/drivers/staging/media/rkvdec/
Drkvdec-h264.c859 unsigned int dpb_idx) in get_ref_buf() argument
866 if (dpb[dpb_idx].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE) in get_ref_buf()
868 dpb[dpb_idx].reference_ts, 0); in get_ref_buf()