Lines Matching refs:hal

39 static MPP_RET hal_jpege_vepu1_init(void *hal, MppEncHalCfg *cfg)  in hal_jpege_vepu1_init()  argument
42 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_init()
45 hal_jpege_dbg_func("enter hal %p cfg %p\n", hal, cfg); in hal_jpege_vepu1_init()
74 hal_jpege_dbg_func("leave hal %p\n", hal); in hal_jpege_vepu1_init()
78 static MPP_RET hal_jpege_vepu1_deinit(void *hal) in hal_jpege_vepu1_deinit() argument
80 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_deinit()
82 hal_jpege_dbg_func("enter hal %p\n", hal); in hal_jpege_vepu1_deinit()
96 hal_jpege_dbg_func("leave hal %p\n", hal); in hal_jpege_vepu1_deinit()
100 static MPP_RET hal_jpege_vepu1_get_task(void *hal, HalEncTask *task) in hal_jpege_vepu1_get_task() argument
102 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_get_task()
104 hal_jpege_dbg_func("enter hal %p\n", hal); in hal_jpege_vepu1_get_task()
127 hal_jpege_dbg_func("leave hal %p\n", hal); in hal_jpege_vepu1_get_task()
172 static MPP_RET hal_jpege_vepu1_gen_regs(void *hal, HalEncTask *task) in hal_jpege_vepu1_gen_regs() argument
174 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_gen_regs()
196 hal_jpege_dbg_func("enter hal %p\n", hal); in hal_jpege_vepu1_gen_regs()
377 hal_jpege_dbg_func("leave hal %p\n", hal); in hal_jpege_vepu1_gen_regs()
381 static MPP_RET hal_jpege_vepu1_start(void *hal, HalEncTask *task) in hal_jpege_vepu1_start() argument
384 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_start()
386 hal_jpege_dbg_func("enter hal %p\n", hal); in hal_jpege_vepu1_start()
422 hal_jpege_dbg_func("leave hal %p\n", hal); in hal_jpege_vepu1_start()
427 static MPP_RET hal_jpege_vepu1_wait(void *hal, HalEncTask *task) in hal_jpege_vepu1_wait() argument
430 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_wait()
438 hal_jpege_dbg_func("enter hal %p\n", hal); in hal_jpege_vepu1_wait()
461 hal_jpege_dbg_func("leave hal %p\n", hal); in hal_jpege_vepu1_wait()
465 static MPP_RET hal_jpege_vepu1_part_start(void *hal, HalEncTask *task) in hal_jpege_vepu1_part_start() argument
468 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_part_start()
480 hal_jpege_dbg_func("enter part start %p\n", hal); in hal_jpege_vepu1_part_start()
557 hal_jpege_dbg_func("leave part start %p\n", hal); in hal_jpege_vepu1_part_start()
562 static MPP_RET hal_jpege_vepu1_part_wait(void *hal, HalEncTask *task) in hal_jpege_vepu1_part_wait() argument
565 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_part_wait()
570 hal_jpege_dbg_func("enter part wait %p\n", hal); in hal_jpege_vepu1_part_wait()
596 hal_jpege_dbg_func("leave part wait %p\n", hal); in hal_jpege_vepu1_part_wait()
600 static MPP_RET hal_jpege_vepu1_ret_task(void *hal, HalEncTask *task) in hal_jpege_vepu1_ret_task() argument
602 HalJpegeCtx *ctx = (HalJpegeCtx *)hal; in hal_jpege_vepu1_ret_task()