Home
last modified time | relevance | path

Searched refs:count_max (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/osal/inc/
H A Dmpp_device.h98 RK_S32 count_max; member
/rockchip-linux_mpp/osal/driver/
H A Dmpp_service.c804 dev_req.size = sizeof(*cfg) + cfg->count_max * sizeof(cfg->slice_info[0]); in mpp_service_cmd_poll()
812 mpp_assert(cfg->count_max); in mpp_service_cmd_poll()
813 if (cfg->count_max) { in mpp_service_cmd_poll()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580.c2394 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.c2422 poll_cfg->count_max = ctx->poll_slice_max; in hal_h264e_vepu510_wait()
H A Dhal_h264e_vepu511.c2383 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.c2377 poll_cfg->count_max = ctx->poll_slice_max; in hal_h265e_v510_wait()
H A Dhal_h265e_vepu511.c2669 poll_cfg->count_max = ctx->poll_slice_max; in hal_h265e_vepu511_wait()
H A Dhal_h265e_vepu580.c3222 poll_cfg->count_max = split_out & MPP_ENC_SPLIT_OUT_LOWDELAY ? 1 : ctx->poll_slice_max; in hal_h265e_v580_wait()