Home
last modified time | relevance | path

Searched refs:poll_cfg_size (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580.c127 RK_S32 poll_cfg_size; member
342 p->poll_cfg_size = (sizeof(p->poll_cfgs) + sizeof(RK_S32) * p->poll_slice_max); in hal_h264e_vepu580_init()
343 p->poll_cfgs = mpp_malloc_size(MppDevPollCfg, p->poll_cfg_size * p->task_cnt); in hal_h264e_vepu580_init()
2457 task->flags.reg_idx * ctx->poll_cfg_size); in hal_h264e_vepu580_wait()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580.c133 RK_S32 poll_cfg_size; member
1512 ctx->poll_cfg_size = (sizeof(ctx->poll_cfgs) + sizeof(RK_S32) * ctx->poll_slice_max) * 2; in hal_h265e_v580_init()
1513 ctx->poll_cfgs = mpp_malloc_size(MppDevPollCfg, ctx->poll_cfg_size); in hal_h265e_v580_init()