Home
last modified time | relevance | path

Searched refs:dec_cb (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_vdpu1.c64 ctx->dec_cb = cfg->dec_cb; in hal_m2vd_vdpu1_init()
312 if (ctx->dec_cb) in hal_m2vd_vdpu1_wait()
313 mpp_callback(ctx->dec_cb, NULL); in hal_m2vd_vdpu1_wait()
H A Dhal_m2vd_vdpu2.c84 p->dec_cb = cfg->dec_cb; in hal_m2vd_vdpu2_init()
395 if (ctx->dec_cb) in hal_m2vd_vdpu2_wait()
396 mpp_callback(ctx->dec_cb, NULL); in hal_m2vd_vdpu2_wait()
H A Dhal_m2vd_base.h72 MppCbCtx *dec_cb; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_api.c115 p_hal->dec_cb = cfg->dec_cb; in hal_avs2d_init()
H A Dhal_avs2d_global.h100 MppCbCtx *dec_cb; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_api.c64 p->dec_cb = cfg->dec_cb; in hal_vp9d_init()
H A Dhal_vp9d_ctx.h61 MppCbCtx *dec_cb; member
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/mpg4d/
H A Dhal_m4vd_vdpu1.c269 ctx->dec_cb = cfg->dec_cb; in vdpu1_mpg4d_init()
469 if (ctx->dec_cb) { in vdpu1_mpg4d_wait()
476 mpp_callback(ctx->dec_cb, &param); in vdpu1_mpg4d_wait()
H A Dhal_m4vd_vdpu2.c267 ctx->dec_cb = cfg->dec_cb; in vdpu2_mpg4d_init()
468 if (ctx->dec_cb) { in vdpu2_mpg4d_wait()
477 mpp_callback(ctx->dec_cb, &param); in vdpu2_mpg4d_wait()
H A Dhal_m4vd_com.h36 MppCbCtx *dec_cb; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_api.c73 p->dec_cb = cfg->dec_cb; in hal_h265d_init()
H A Dhal_h265d_ctx.h69 MppCbCtx *dec_cb; member
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_api.c58 p_hal->dec_cb = cfg->dec_cb; in hal_av1d_init()
H A Dhal_av1d_common.h188 MppCbCtx *dec_cb; member
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h263d/
H A Dhal_h263d_base.h26 MppCbCtx *dec_cb; member
H A Dhal_h263d_vdpu2.c147 ctx->dec_cb = cfg->dec_cb; in hal_vpu2_h263d_init()
H A Dhal_h263d_vdpu1.c146 ctx->dec_cb = cfg->dec_cb; in hal_vpu1_h263d_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avsd/
H A Dhal_avsd_api.c162 p_hal->dec_cb = cfg->dec_cb; in hal_avsd_init()
H A Dhal_avsd_base.h108 MppCbCtx *dec_cb; member
H A Dhal_avsd_vdpu2.c635 if (p_hal->dec_cb) { in hal_avsd_vdpu2_wait()
646 mpp_callback(p_hal->dec_cb, &param); in hal_avsd_vdpu2_wait()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_api.c203 p_hal->dec_cb = cfg->dec_cb; in hal_h264d_init()
H A Dhal_h264d_global.h131 MppCbCtx *dec_cb; member
/OK3568_Linux_fs/external/mpp/mpp/hal/inc/
H A Dmpp_hal.h45 MppCbCtx *dec_cb; member
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec.cpp628 p->dec_cb.callBack = mpp_dec_callback_hal_to_parser; in mpp_dec_init()
629 p->dec_cb.ctx = p; in mpp_dec_init()
630 p->dec_cb.cmd = DEC_PARSER_CALLBACK; in mpp_dec_init()
659 &p->dec_cb, in mpp_dec_init()
/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Dmpp_dec_impl.h83 MppCbCtx dec_cb; member

12