Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/hantro/
Dhantro_g1_vp8_dec.c380 ref = hantro_get_ref(cap_q, hdr->last_frame_ts); in cfg_ref()
385 ref = hantro_get_ref(cap_q, hdr->golden_frame_ts); in cfg_ref()
393 ref = hantro_get_ref(cap_q, hdr->alt_frame_ts); in cfg_ref()
Drk3399_vpu_hw_vp8_dec.c458 ref = hantro_get_ref(cap_q, hdr->last_frame_ts); in cfg_ref()
463 ref = hantro_get_ref(cap_q, hdr->golden_frame_ts); in cfg_ref()
471 ref = hantro_get_ref(cap_q, hdr->alt_frame_ts); in cfg_ref()
Dhantro_g1_mpeg2_dec.c114 backward_addr = hantro_get_ref(vq, in hantro_g1_mpeg2_dec_set_buffers()
118 forward_addr = hantro_get_ref(vq, in hantro_g1_mpeg2_dec_set_buffers()
Drk3399_vpu_hw_mpeg2_dec.c116 backward_addr = hantro_get_ref(vq, in rk3399_vpu_mpeg2_dec_set_buffers()
120 forward_addr = hantro_get_ref(vq, in rk3399_vpu_mpeg2_dec_set_buffers()
Dhantro.h382 dma_addr_t hantro_get_ref(struct vb2_queue *q, u64 ts);
Dhantro_drv.c46 dma_addr_t hantro_get_ref(struct vb2_queue *q, u64 ts) in hantro_get_ref() function