Lines Matching refs:hal
74 MPP_RET hal_jpege_v540c_init(void *hal, MppEncHalCfg *cfg) in hal_jpege_v540c_init() argument
77 jpegeV540cHalContext *ctx = (jpegeV540cHalContext *)hal; in hal_jpege_v540c_init()
106 MPP_RET hal_jpege_v540c_deinit(void *hal) in hal_jpege_v540c_deinit() argument
108 jpegeV540cHalContext *ctx = (jpegeV540cHalContext *)hal; in hal_jpege_v540c_deinit()
126 static MPP_RET hal_jpege_vepu540c_prepare(void *hal) in hal_jpege_vepu540c_prepare() argument
128 jpegeV540cHalContext *ctx = (jpegeV540cHalContext *)hal; in hal_jpege_vepu540c_prepare()
130 hal_jpege_dbg_func("enter %p\n", hal); in hal_jpege_vepu540c_prepare()
134 hal_jpege_dbg_func("leave %p\n", hal); in hal_jpege_vepu540c_prepare()
139 MPP_RET hal_jpege_v540c_gen_regs(void *hal, HalEncTask *task) in hal_jpege_v540c_gen_regs() argument
141 jpegeV540cHalContext *ctx = (jpegeV540cHalContext *)hal; in hal_jpege_v540c_gen_regs()
236 MPP_RET hal_jpege_v540c_start(void *hal, HalEncTask *enc_task) in hal_jpege_v540c_start() argument
239 jpegeV540cHalContext *ctx = (jpegeV540cHalContext *)hal; in hal_jpege_v540c_start()
311 static MPP_RET hal_jpege_vepu540c_status_check(void *hal) in hal_jpege_vepu540c_status_check() argument
313 jpegeV540cHalContext *ctx = (jpegeV540cHalContext *)hal; in hal_jpege_vepu540c_status_check()
337 MPP_RET hal_jpege_v540c_wait(void *hal, HalEncTask *task) in hal_jpege_v540c_wait() argument
340 jpegeV540cHalContext *ctx = (jpegeV540cHalContext *)hal; in hal_jpege_v540c_wait()
356 hal_jpege_vepu540c_status_check(hal); in hal_jpege_v540c_wait()
364 MPP_RET hal_jpege_v540c_get_task(void *hal, HalEncTask *task) in hal_jpege_v540c_get_task() argument
366 jpegeV540cHalContext *ctx = (jpegeV540cHalContext *)hal; in hal_jpege_v540c_get_task()
393 MPP_RET hal_jpege_v540c_ret_task(void *hal, HalEncTask *task) in hal_jpege_v540c_ret_task() argument
395 (void)hal; in hal_jpege_v540c_ret_task()