Home
last modified time | relevance | path

Searched refs:hantro_get_ref (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/staging/media/hantro/
Dhantro_g1_vp8_dec.c379 ref = hantro_get_ref(ctx, hdr->last_frame_ts); in cfg_ref()
384 ref = hantro_get_ref(ctx, hdr->golden_frame_ts); in cfg_ref()
392 ref = hantro_get_ref(ctx, hdr->alt_frame_ts); in cfg_ref()
Drk3399_vpu_hw_vp8_dec.c456 ref = hantro_get_ref(ctx, hdr->last_frame_ts); in cfg_ref()
461 ref = hantro_get_ref(ctx, hdr->golden_frame_ts); in cfg_ref()
469 ref = hantro_get_ref(ctx, hdr->alt_frame_ts); in cfg_ref()
Drk3399_vpu_hw_mpeg2_dec.c113 backward_addr = hantro_get_ref(ctx, in rk3399_vpu_mpeg2_dec_set_buffers()
117 forward_addr = hantro_get_ref(ctx, in rk3399_vpu_mpeg2_dec_set_buffers()
Dhantro_g1_mpeg2_dec.c111 backward_addr = hantro_get_ref(ctx, in hantro_g1_mpeg2_dec_set_buffers()
115 forward_addr = hantro_get_ref(ctx, in hantro_g1_mpeg2_dec_set_buffers()
Dhantro.h398 dma_addr_t hantro_get_ref(struct hantro_ctx *ctx, u64 ts);
Dhantro_h264.c320 dma_addr = hantro_get_ref(ctx, dpb[dpb_idx].reference_ts); in hantro_h264_get_ref_buf()
Dhantro_drv.c46 dma_addr_t hantro_get_ref(struct hantro_ctx *ctx, u64 ts) in hantro_get_ref() function