Home
last modified time | relevance | path

Searched refs:HalJpegeCtx (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c42 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_init()
83 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_deinit()
107 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_get_task()
194 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_gen_regs()
405 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_start()
451 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_wait()
489 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_part_start()
586 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_part_wait()
623 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_ret_task()
636 .ctx_size = sizeof(HalJpegeCtx),
H A Dhal_jpege_vepu2_v2.c64 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu2_init()
110 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu2_deinit()
157 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu2_get_task()
378 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu2_gen_regs()
589 static MPP_RET multi_core_start(HalJpegeCtx *ctx, HalEncTask *task) in multi_core_start()
746 static MPP_RET multi_core_wait(HalJpegeCtx *ctx, HalEncTask *task) in multi_core_wait()
805 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu2_start()
853 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu2_wait()
899 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu2_part_start()
997 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu2_part_wait()
[all …]
H A Dhal_jpege_base.h68 } HalJpegeCtx; typedef
79 MPP_RET hal_jpege_vepu_rc(HalJpegeCtx *ctx, HalEncTask *task);
H A Dhal_jpege_base.c64 MPP_RET hal_jpege_vepu_rc(HalJpegeCtx *ctx, HalEncTask *task) in hal_jpege_vepu_rc()