Home
last modified time | relevance | path

Searched refs:output_cb (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_v2.cpp66 p->output_cb.callBack = mpp_enc_callback; in mpp_enc_init_v2()
67 p->output_cb.ctx = p; in mpp_enc_init_v2()
68 p->output_cb.cmd = ENC_CALLBACK_BASE; in mpp_enc_init_v2()
74 enc_hal_cfg.output_cb = &p->output_cb; in mpp_enc_init_v2()
/OK3568_Linux_fs/external/mpp/mpp/hal/inc/
H A Dmpp_enc_hal.h28 MppCbCtx *output_cb; member
/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Dmpp_enc_impl.h85 MppCbCtx output_cb; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580.c125 MppCbCtx *output_cb; member
379 p->output_cb = cfg->output_cb; in hal_h264e_vepu580_init()
2480 ctx->output_cb->cmd = ENC_OUTPUT_FINISH; in hal_h264e_vepu580_wait()
2482 ctx->output_cb->cmd = ENC_OUTPUT_SLICE; in hal_h264e_vepu580_wait()
2484 mpp_callback(ctx->output_cb, &param); in hal_h264e_vepu580_wait()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580.c135 MppCbCtx *output_cb; member
1520 ctx->output_cb = cfg->output_cb; in hal_h265e_v580_init()
3061 ctx->output_cb->cmd = ENC_OUTPUT_SLICE; in hal_h265e_v580_wait()
3067 ctx->output_cb->cmd = ENC_OUTPUT_FINISH; in hal_h265e_v580_wait()
3075 mpp_callback(ctx->output_cb, &param); in hal_h265e_v580_wait()