Home
last modified time | relevance | path

Searched refs:hantro_hevc_get_ref_buf (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/staging/media/hantro/
Dhantro_hw.h254 dma_addr_t hantro_hevc_get_ref_buf(struct hantro_ctx *ctx, int poc);
Dhantro_g2_hevc_dec.c441 luma_addr = hantro_hevc_get_ref_buf(ctx, dpb[i].pic_order_cnt[0]); in set_ref()
456 luma_addr = hantro_hevc_get_ref_buf(ctx, decode_params->pic_order_cnt_val); in set_ref()
Dhantro_hevc.c95 dma_addr_t hantro_hevc_get_ref_buf(struct hantro_ctx *ctx, in hantro_hevc_get_ref_buf() function