Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_enc_cb_param.h26 ENC_OUTPUT_FINISH = (ENC_CALLBACK_BASE + 1), enumerator
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580.c2410 ctx->output_cb->cmd = ENC_OUTPUT_FINISH; in hal_h264e_vepu580_wait()
H A Dhal_h264e_vepu510.c2438 ctx->output_cb->cmd = ENC_OUTPUT_FINISH; in hal_h264e_vepu510_wait()
H A Dhal_h264e_vepu511.c2399 ctx->output_cb->cmd = ENC_OUTPUT_FINISH; in hal_h264e_vepu511_wait()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510.c2392 ctx->output_cb->cmd = ENC_OUTPUT_FINISH; in hal_h265e_v510_wait()
H A Dhal_h265e_vepu511.c2684 ctx->output_cb->cmd = ENC_OUTPUT_FINISH; in hal_h265e_vepu511_wait()
H A Dhal_h265e_vepu580.c3251 ctx->output_cb->cmd = ENC_OUTPUT_FINISH; in hal_h265e_v580_wait()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c324 case ENC_OUTPUT_FINISH : { in mpp_enc_callback()