Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_enc_cb_param.h27 ENC_OUTPUT_SLICE = (ENC_CALLBACK_BASE + 2), enumerator
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580.c2412 ctx->output_cb->cmd = ENC_OUTPUT_SLICE; in hal_h264e_vepu580_wait()
H A Dhal_h264e_vepu510.c2440 ctx->output_cb->cmd = ENC_OUTPUT_SLICE; in hal_h264e_vepu510_wait()
H A Dhal_h264e_vepu511.c2401 ctx->output_cb->cmd = ENC_OUTPUT_SLICE; in hal_h264e_vepu511_wait()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510.c2394 ctx->output_cb->cmd = ENC_OUTPUT_SLICE; in hal_h265e_v510_wait()
H A Dhal_h265e_vepu511.c2686 ctx->output_cb->cmd = ENC_OUTPUT_SLICE; in hal_h265e_vepu511_wait()
H A Dhal_h265e_vepu580.c3245 ctx->output_cb->cmd = ENC_OUTPUT_SLICE; in hal_h265e_v580_wait()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c341 case ENC_OUTPUT_SLICE : { in mpp_enc_callback()