Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/h263d/
H A Dhal_h263d_api.c30 void vpu_h263d_get_buffer_by_index(hal_h263_ctx *ctx, RK_S32 index, in vpu_h263d_get_buffer_by_index()
41 hal_h263_ctx *ctx = (hal_h263_ctx *)hal; in hal_h263d_gen_regs()
47 hal_h263_ctx *ctx = (hal_h263_ctx *)hal; in hal_h263d_start()
53 hal_h263_ctx *ctx = (hal_h263_ctx *)hal; in hal_h263d_wait()
59 hal_h263_ctx *ctx = (hal_h263_ctx *)hal; in hal_h263d_deinit()
66 hal_h263_ctx *p_hal = (hal_h263_ctx *)hal; in hal_h263d_init()
72 memset(p_hal, 0, sizeof(hal_h263_ctx)); in hal_h263d_init()
120 .ctx_size = sizeof(hal_h263_ctx),
H A Dhal_h263d_vdpu2.c32 static void vpu2_h263d_setup_regs_by_syntax(hal_h263_ctx *ctx, MppSyntax syntax) in vpu2_h263d_setup_regs_by_syntax()
127 hal_h263_ctx *ctx = (hal_h263_ctx *)hal; in hal_vpu2_h263d_init()
163 hal_h263_ctx *ctx = (hal_h263_ctx *)hal; in hal_vpu2_h263d_deinit()
183 hal_h263_ctx *ctx = (hal_h263_ctx *)hal; in hal_vpu2_h263d_gen_regs()
236 hal_h263_ctx *ctx = (hal_h263_ctx *)hal; in hal_vpu2_h263d_start()
285 hal_h263_ctx *ctx = (hal_h263_ctx *)hal; in hal_vpu2_h263d_wait()
H A Dhal_h263d_vdpu1.c32 static void vpu1_h263d_setup_regs_by_syntax(hal_h263_ctx *ctx, MppSyntax syntax) in vpu1_h263d_setup_regs_by_syntax()
126 hal_h263_ctx *ctx = (hal_h263_ctx *)hal; in hal_vpu1_h263d_init()
162 hal_h263_ctx *ctx = (hal_h263_ctx *)hal; in hal_vpu1_h263d_deinit()
182 hal_h263_ctx *ctx = (hal_h263_ctx *)hal; in hal_vpu1_h263d_gen_regs()
235 hal_h263_ctx *ctx = (hal_h263_ctx *)hal; in hal_vpu1_h263d_start()
284 hal_h263_ctx *ctx = (hal_h263_ctx *)hal; in hal_vpu1_h263d_wait()
H A Dhal_h263d_base.h35 } hal_h263_ctx; typedef
37 void vpu_h263d_get_buffer_by_index(hal_h263_ctx *ctx, RK_S32 index, MppBuffer *buffer);