Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580.c128 MppDevPollCfg *poll_cfgs; member
226 MPP_FREE(p->poll_cfgs); in hal_h264e_vepu580_deinit()
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()
344 if (NULL == p->poll_cfgs) { in hal_h264e_vepu580_init()
2456 MppDevPollCfg *poll_cfg = (MppDevPollCfg *)((char *)ctx->poll_cfgs + in hal_h264e_vepu580_wait()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580.c134 MppDevPollCfg *poll_cfgs; member
1377 MPP_FREE(ctx->poll_cfgs); in hal_h265e_v580_deinit()
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()
1515 if (NULL == ctx->poll_cfgs) { in hal_h265e_v580_init()
3035 MppDevPollCfg *poll_cfg = (MppDevPollCfg *)((char *)ctx->poll_cfgs); in hal_h265e_v580_wait()