Home
last modified time | relevance | path

Searched defs:decoder (Results 1 – 10 of 10) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/avsd/
H A Dhal_avsd_api.c115 MPP_RET hal_avsd_deinit(void *decoder) in hal_avsd_deinit()
149 MPP_RET hal_avsd_init(void *decoder, MppHalCfg *cfg) in hal_avsd_init()
190 MPP_RET hal_avsd_gen_regs(void *decoder, HalTaskInfo *task) in hal_avsd_gen_regs()
238 MPP_RET hal_avsd_start(void *decoder, HalTaskInfo *task) in hal_avsd_start()
251 MPP_RET hal_avsd_wait(void *decoder, HalTaskInfo *task) in hal_avsd_wait()
264 MPP_RET hal_avsd_reset(void *decoder) in hal_avsd_reset()
277 MPP_RET hal_avsd_flush(void *decoder) in hal_avsd_flush()
290 MPP_RET hal_avsd_control(void *decoder, MpiCmd cmd_type, void *param) in hal_avsd_control()
H A Dhal_avsd_vdpu1.c478 MPP_RET hal_avsd_vdpu1_init(void *decoder, MppHalCfg *cfg) in hal_avsd_vdpu1_init()
519 MPP_RET hal_avsd_vdpu1_deinit(void *decoder) in hal_avsd_vdpu1_deinit()
542 MPP_RET hal_avsd_vdpu1_gen_regs(void *decoder, HalTaskInfo *task) in hal_avsd_vdpu1_gen_regs()
569 MPP_RET hal_avsd_vdpu1_start(void *decoder, HalTaskInfo *task) in hal_avsd_vdpu1_start()
624 MPP_RET hal_avsd_vdpu1_wait(void *decoder, HalTaskInfo *task) in hal_avsd_vdpu1_wait()
675 MPP_RET hal_avsd_vdpu1_reset(void *decoder) in hal_avsd_vdpu1_reset()
701 MPP_RET hal_avsd_vdpu1_flush(void *decoder) in hal_avsd_vdpu1_flush()
720 MPP_RET hal_avsd_vdpu1_control(void *decoder, MpiCmd cmd_type, void *param) in hal_avsd_vdpu1_control()
H A Dhal_avsd_vdpu2.c474 MPP_RET hal_avsd_vdpu2_init(void *decoder, MppHalCfg *cfg) in hal_avsd_vdpu2_init()
516 MPP_RET hal_avsd_vdpu2_deinit(void *decoder) in hal_avsd_vdpu2_deinit()
539 MPP_RET hal_avsd_vdpu2_gen_regs(void *decoder, HalTaskInfo *task) in hal_avsd_vdpu2_gen_regs()
567 MPP_RET hal_avsd_vdpu2_start(void *decoder, HalTaskInfo *task) in hal_avsd_vdpu2_start()
622 MPP_RET hal_avsd_vdpu2_wait(void *decoder, HalTaskInfo *task) in hal_avsd_vdpu2_wait()
674 MPP_RET hal_avsd_vdpu2_reset(void *decoder) in hal_avsd_vdpu2_reset()
700 MPP_RET hal_avsd_vdpu2_flush(void *decoder) in hal_avsd_vdpu2_flush()
719 MPP_RET hal_avsd_vdpu2_control(void *decoder, MpiCmd cmd_type, void *param) in hal_avsd_vdpu2_control()
H A Dhal_avsd_plus.c588 MPP_RET hal_avsd_plus_init(void *decoder, MppHalCfg *cfg) in hal_avsd_plus_init()
629 MPP_RET hal_avsd_plus_deinit(void *decoder) in hal_avsd_plus_deinit()
650 MPP_RET hal_avsd_plus_gen_regs(void *decoder, HalTaskInfo *task) in hal_avsd_plus_gen_regs()
676 MPP_RET hal_avsd_plus_start(void *decoder, HalTaskInfo *task) in hal_avsd_plus_start()
752 MPP_RET hal_avsd_plus_wait(void *decoder, HalTaskInfo *task) in hal_avsd_plus_wait()
810 MPP_RET hal_avsd_plus_reset(void *decoder) in hal_avsd_plus_reset()
836 MPP_RET hal_avsd_plus_flush(void *decoder) in hal_avsd_plus_flush()
855 MPP_RET hal_avsd_plus_control(void *decoder, MpiCmd cmd_type, void *param) in hal_avsd_plus_control()
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_api.c42 MPP_RET avsd_deinit(void *decoder) in avsd_deinit()
67 static MPP_RET avsd_init(void *decoder, ParserCfg *init) in avsd_init()
120 static MPP_RET avsd_reset(void *decoder) in avsd_reset()
151 static MPP_RET avsd_flush(void *decoder) in avsd_flush()
174 static MPP_RET avsd_control(void *decoder, MpiCmd cmd_type, void *param) in avsd_control()
203 static MPP_RET avsd_prepare(void *decoder, MppPacket pkt, HalDecTask *task) in avsd_prepare()
302 static MPP_RET avsd_parse(void *decoder, HalDecTask *task) in avsd_parse()
329 static MPP_RET avsd_callback(void *decoder, void *info) in avsd_callback()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_api.c44 MPP_RET avs2d_deinit(void *decoder) in avs2d_deinit()
64 MPP_RET avs2d_init(void *decoder, ParserCfg *init) in avs2d_init()
114 MPP_RET avs2d_reset(void *decoder) in avs2d_reset()
136 MPP_RET avs2d_flush(void *decoder) in avs2d_flush()
148 MPP_RET avs2d_control(void *decoder, MpiCmd cmd_type, void *param) in avs2d_control()
161 MPP_RET avs2d_prepare(void *decoder, MppPacket pkt, HalDecTask *task) in avs2d_prepare()
238 MPP_RET avs2d_parse(void *decoder, HalDecTask *task) in avs2d_parse()
268 MPP_RET avs2d_callback(void *decoder, void *info) in avs2d_callback()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_api.c322 MPP_RET h264d_init(void *decoder, ParserCfg *init) in h264d_init()
377 MPP_RET h264d_deinit(void *decoder) in h264d_deinit()
402 MPP_RET h264d_reset(void *decoder) in h264d_reset()
477 MPP_RET h264d_flush(void *decoder) in h264d_flush()
503 MPP_RET h264d_control(void *decoder, MpiCmd cmd_type, void *param) in h264d_control()
533 MPP_RET h264d_prepare(void *decoder, MppPacket pkt, HalDecTask *task) in h264d_prepare()
630 MPP_RET h264d_parse(void *decoder, HalDecTask *in_task) in h264d_parse()
677 MPP_RET h264d_callback(void *decoder, void *errinfo) in h264d_callback()
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_api.c197 MPP_RET vp9d_callback(void *decoder, void *info) in vp9d_callback()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_api.c272 MPP_RET av1d_callback(void *decoder, void *info) in av1d_callback()
/rockchip-linux_mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c1296 static MPP_RET jpegd_callback(void *decoder, void *err_info) in jpegd_callback()