Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580.c132 RK_S32 poll_slice_max; member
361 p->poll_slice_max = 8; in hal_h264e_vepu580_init()
362 p->poll_cfg_size = (sizeof(p->poll_cfgs) + sizeof(RK_S32) * p->poll_slice_max); in hal_h264e_vepu580_init()
2394 poll_cfg->count_max = split_out & MPP_ENC_SPLIT_OUT_LOWDELAY ? 1 : ctx->poll_slice_max; in hal_h264e_vepu580_wait()
H A Dhal_h264e_vepu510.c152 RK_S32 poll_slice_max; member
346 p->poll_slice_max = 8; in hal_h264e_vepu510_init()
347 p->poll_cfg_size = (sizeof(p->poll_cfgs) + sizeof(RK_S32) * p->poll_slice_max); in hal_h264e_vepu510_init()
2422 poll_cfg->count_max = ctx->poll_slice_max; in hal_h264e_vepu510_wait()
H A Dhal_h264e_vepu511.c155 RK_S32 poll_slice_max; member
345 p->poll_slice_max = 8; in hal_h264e_vepu511_init()
346 p->poll_cfg_size = (sizeof(p->poll_cfgs) + sizeof(RK_S32) * p->poll_slice_max); in hal_h264e_vepu511_init()
2383 poll_cfg->count_max = ctx->poll_slice_max; in hal_h264e_vepu511_wait()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510.c110 RK_S32 poll_slice_max; member
1159 ctx->poll_slice_max = 8; in hal_h265e_v510_init()
1160 ctx->poll_cfg_size = (sizeof(ctx->poll_cfgs) + sizeof(RK_S32) * ctx->poll_slice_max) * 2; in hal_h265e_v510_init()
2377 poll_cfg->count_max = ctx->poll_slice_max; in hal_h265e_v510_wait()
H A Dhal_h265e_vepu511.c109 RK_S32 poll_slice_max; member
554 ctx->poll_slice_max = 8; in hal_h265e_vepu511_init()
555 ctx->poll_cfg_size = (sizeof(ctx->poll_cfgs) + sizeof(RK_S32) * ctx->poll_slice_max) * 2; in hal_h265e_vepu511_init()
2669 poll_cfg->count_max = ctx->poll_slice_max; in hal_h265e_vepu511_wait()
H A Dhal_h265e_vepu580.c167 RK_S32 poll_slice_max; member
1588 ctx->poll_slice_max = 8; in hal_h265e_v580_init()
1589 ctx->poll_cfg_size = (sizeof(ctx->poll_cfgs) + sizeof(RK_S32) * ctx->poll_slice_max) * 2; in hal_h265e_v580_init()
3222 poll_cfg->count_max = split_out & MPP_ENC_SPLIT_OUT_LOWDELAY ? 1 : ctx->poll_slice_max; in hal_h265e_v580_wait()