Searched refs:buf_idx (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/common/ |
| H A D | hal_bufs.c | 222 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 D | hal_bufs.h | 38 HalBuf *hal_bufs_get_buf(HalBufs bufs, RK_S32 buf_idx);
|
| /rockchip-linux_mpp/mpp/hal/vpu/av1d/ |
| H A D | hal_av1d_vdpu.c | 1001 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 D | mpi_enc_mt_test.c | 64 RK_S32 buf_idx; member
|