Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/common/
H A Dhal_bufs.c222 HalBuf *hal_bufs_get_buf(HalBufs bufs, RK_S32 buf_idx) in hal_bufs_get_buf() argument
227 if (NULL == impl || buf_idx < 0 || buf_idx >= impl->max_cnt) { in hal_bufs_get_buf()
228 mpp_err_f("invalid input impl %p buf_idx %d max_cnt %d\n", impl, buf_idx, impl->max_cnt); in hal_bufs_get_buf()
234 HalBuf *hal_buf = hal_bufs_pos(impl, buf_idx); in hal_bufs_get_buf()
235 RK_U32 mask = 1 << buf_idx; in hal_bufs_get_buf()
H A Dhal_bufs.h38 HalBuf *hal_bufs_get_buf(HalBufs bufs, RK_S32 buf_idx);
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1001 RK_S32 buf_idx = dxva->frame_refs[rf].Index; in vdpu_av1d_set_reference_frames() local
1002 if (buf_idx >= 0) { in vdpu_av1d_set_reference_frames()
1009 …AV1D_DBG(AV1D_DBG_LOG, "buf_idx[%d]=%d offset[%d : %d] hin %d\n", rf, buf_idx, cur_offset[rf], cur… in vdpu_av1d_set_reference_frames()
/rockchip-linux_mpp/test/
H A Dmpi_enc_mt_test.c64 RK_S32 buf_idx; member