Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580.c134 MppDevPollCfg *poll_cfgs; member
232 MPP_FREE(p->poll_cfgs); in hal_h264e_vepu580_deinit()
362 p->poll_cfg_size = (sizeof(p->poll_cfgs) + sizeof(RK_S32) * p->poll_slice_max); in hal_h264e_vepu580_init()
363 p->poll_cfgs = mpp_malloc_size(MppDevPollCfg, p->poll_cfg_size * p->task_cnt); in hal_h264e_vepu580_init()
364 if (NULL == p->poll_cfgs) { in hal_h264e_vepu580_init()
2386 MppDevPollCfg *poll_cfg = (MppDevPollCfg *)((char *)ctx->poll_cfgs + in hal_h264e_vepu580_wait()
H A Dhal_h264e_vepu510.c154 MppDevPollCfg *poll_cfgs; member
232 MPP_FREE(p->poll_cfgs); in hal_h264e_vepu510_deinit()
347 p->poll_cfg_size = (sizeof(p->poll_cfgs) + sizeof(RK_S32) * p->poll_slice_max); in hal_h264e_vepu510_init()
348 p->poll_cfgs = mpp_malloc_size(MppDevPollCfg, p->poll_cfg_size * p->task_cnt); in hal_h264e_vepu510_init()
349 if (NULL == p->poll_cfgs) { in hal_h264e_vepu510_init()
2414 MppDevPollCfg *poll_cfg = (MppDevPollCfg *)((char *)ctx->poll_cfgs + in hal_h264e_vepu510_wait()
H A Dhal_h264e_vepu511.c157 MppDevPollCfg *poll_cfgs; member
232 MPP_FREE(p->poll_cfgs); in hal_h264e_vepu511_deinit()
346 p->poll_cfg_size = (sizeof(p->poll_cfgs) + sizeof(RK_S32) * p->poll_slice_max); in hal_h264e_vepu511_init()
347 p->poll_cfgs = mpp_malloc_size(MppDevPollCfg, p->poll_cfg_size * p->task_cnt); in hal_h264e_vepu511_init()
348 if (NULL == p->poll_cfgs) { in hal_h264e_vepu511_init()
2375 MppDevPollCfg *poll_cfg = (MppDevPollCfg *)((char *)ctx->poll_cfgs + in hal_h264e_vepu511_wait()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510.c112 MppDevPollCfg *poll_cfgs; member
1040 MPP_FREE(ctx->poll_cfgs); in hal_h265e_v510_deinit()
1160 ctx->poll_cfg_size = (sizeof(ctx->poll_cfgs) + sizeof(RK_S32) * ctx->poll_slice_max) * 2; in hal_h265e_v510_init()
1161 ctx->poll_cfgs = mpp_malloc_size(MppDevPollCfg, ctx->poll_cfg_size); in hal_h265e_v510_init()
1163 if (NULL == ctx->poll_cfgs) { in hal_h265e_v510_init()
2369 MppDevPollCfg *poll_cfg = (MppDevPollCfg *)((char *)ctx->poll_cfgs); in hal_h265e_v510_wait()
H A Dhal_h265e_vepu511.c111 MppDevPollCfg *poll_cfgs; member
435 MPP_FREE(ctx->poll_cfgs); in hal_h265e_vepu511_deinit()
555 ctx->poll_cfg_size = (sizeof(ctx->poll_cfgs) + sizeof(RK_S32) * ctx->poll_slice_max) * 2; in hal_h265e_vepu511_init()
556 ctx->poll_cfgs = mpp_malloc_size(MppDevPollCfg, ctx->poll_cfg_size); in hal_h265e_vepu511_init()
558 if (NULL == ctx->poll_cfgs) { in hal_h265e_vepu511_init()
2661 MppDevPollCfg *poll_cfg = (MppDevPollCfg *)((char *)ctx->poll_cfgs); in hal_h265e_vepu511_wait()
H A Dhal_h265e_vepu580.c213 MppDevPollCfg *poll_cfgs; member
1449 MPP_FREE(ctx->poll_cfgs); in hal_h265e_v580_deinit()
1589 ctx->poll_cfg_size = (sizeof(ctx->poll_cfgs) + sizeof(RK_S32) * ctx->poll_slice_max) * 2; in hal_h265e_v580_init()
1590 ctx->poll_cfgs = mpp_malloc_size(MppDevPollCfg, ctx->poll_cfg_size); in hal_h265e_v580_init()
1592 if (NULL == ctx->poll_cfgs) { in hal_h265e_v580_init()
3213 MppDevPollCfg *poll_cfg = (MppDevPollCfg *)((char *)ctx->poll_cfgs); in hal_h265e_v580_wait()