| /rockchip-linux_mpp/utils/ |
| H A D | mpi_enc_utils.c | 105 RK_S32 mpi_enc_opt_i(void *ctx, const char *next) in mpi_enc_opt_i() 127 RK_S32 mpi_enc_opt_o(void *ctx, const char *next) in mpi_enc_opt_o() 146 RK_S32 mpi_enc_opt_w(void *ctx, const char *next) in mpi_enc_opt_w() 159 RK_S32 mpi_enc_opt_h(void *ctx, const char *next) in mpi_enc_opt_h() 172 RK_S32 mpi_enc_opt_hstride(void *ctx, const char *next) in mpi_enc_opt_hstride() 185 RK_S32 mpi_enc_opt_vstride(void *ctx, const char *next) in mpi_enc_opt_vstride() 198 RK_S32 mpi_enc_opt_f(void *ctx, const char *next) in mpi_enc_opt_f() 223 RK_S32 mpi_enc_opt_t(void *ctx, const char *next) in mpi_enc_opt_t() 239 RK_S32 mpi_enc_opt_tsrc(void *ctx, const char *next) in mpi_enc_opt_tsrc() 256 RK_S32 mpi_enc_opt_n(void *ctx, const char *next) in mpi_enc_opt_n() [all …]
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_bitwrite.c | 22 MPP_RET mpp_writer_status(MppWriteCtx *ctx) in mpp_writer_status() 32 MPP_RET mpp_writer_reset(MppWriteCtx *ctx) in mpp_writer_reset() 45 MPP_RET mpp_writer_init(MppWriteCtx *ctx, void *p, RK_S32 size) in mpp_writer_init() 66 void mpp_writer_put_raw_bits(MppWriteCtx *ctx, RK_S32 val, RK_S32 len) in mpp_writer_put_raw_bits() 98 void mpp_writer_flush(MppWriteCtx *ctx) in mpp_writer_flush() 112 void mpp_writer_put_bits(MppWriteCtx * ctx, RK_S32 val, RK_S32 len) in mpp_writer_put_bits() 161 void mpp_writer_align_zero(MppWriteCtx *ctx) in mpp_writer_align_zero() 167 void mpp_writer_align_one(MppWriteCtx *ctx) in mpp_writer_align_one() 176 void mpp_writer_trailing(MppWriteCtx *ctx) in mpp_writer_trailing() 183 void mpp_writer_put_ue(MppWriteCtx *ctx, RK_U32 val) in mpp_writer_put_ue() [all …]
|
| /rockchip-linux_mpp/kmpp/ |
| H A D | kmpp.c | 67 static void kmpp_release_venc_packet(void *ctx, void *arg) in kmpp_release_venc_packet() 79 static MPP_RET init(Kmpp *ctx, MppCtxType type, MppCodingType coding) in init() 137 static MPP_RET open_client(Kmpp *ctx) in open_client() 150 static void clear(Kmpp *ctx) in clear() 178 static MPP_RET start(Kmpp *ctx) in start() 195 static MPP_RET stop(Kmpp *ctx) in stop() 212 static MPP_RET mpp_pause(Kmpp *ctx) in mpp_pause() 229 static MPP_RET resume(Kmpp *ctx) in resume() 246 static MPP_RET put_packet(Kmpp *ctx, MppPacket packet) in put_packet() 257 static MPP_RET get_frame(Kmpp *ctx, MppFrame *frame) in get_frame() [all …]
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api.cpp | 34 vpu_api_init(VpuCodecContext *ctx, RK_U8 *extraData, RK_U32 extra_size) in vpu_api_init() 52 vpu_api_decode(VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut) in vpu_api_decode() 67 static RK_S32 vpu_api_sendstream(VpuCodecContext *ctx, VideoPacket_t *pkt) in vpu_api_sendstream() 83 static RK_S32 vpu_api_getframe(VpuCodecContext *ctx, DecoderOut_t *aDecOut) in vpu_api_getframe() 100 vpu_api_sendframe(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm) in vpu_api_sendframe() 116 static RK_S32 vpu_api_getstream(VpuCodecContext *ctx, EncoderOut_t *aEncOut) in vpu_api_getstream() 133 vpu_api_encode(VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, in vpu_api_encode() 150 static RK_S32 vpu_api_flush(VpuCodecContext *ctx) in vpu_api_flush() 168 vpu_api_control(VpuCodecContext *ctx, VPU_API_CMD cmdType, void *param) in vpu_api_control() 248 static RK_S32 open_orign_vpu(VpuCodecContext **ctx) in open_orign_vpu() [all …]
|
| /rockchip-linux_mpp/mpp/ |
| H A D | mpi.c | 78 #define check_mpp_ctx(ctx) _check_mpp_ctx(ctx, __FUNCTION__) argument 89 static MPP_RET mpi_decode(MppCtx ctx, MppPacket packet, MppFrame *frame) in mpi_decode() 116 static MPP_RET mpi_decode_put_packet(MppCtx ctx, MppPacket packet) in mpi_decode_put_packet() 140 static MPP_RET mpi_decode_get_frame(MppCtx ctx, MppFrame *frame) in mpi_decode_get_frame() 164 static MPP_RET mpi_encode(MppCtx ctx, MppFrame frame, MppPacket *packet) in mpi_encode() 188 static MPP_RET mpi_encode_put_frame(MppCtx ctx, MppFrame frame) in mpi_encode_put_frame() 212 static MPP_RET mpi_encode_get_packet(MppCtx ctx, MppPacket *packet) in mpi_encode_get_packet() 236 static MPP_RET mpi_isp(MppCtx ctx, MppFrame dst, MppFrame src) in mpi_isp() 247 static MPP_RET mpi_isp_put_frame(MppCtx ctx, MppFrame frame) in mpi_isp_put_frame() 258 static MPP_RET mpi_isp_get_frame(MppCtx ctx, MppFrame *frame) in mpi_isp_get_frame() [all …]
|
| /rockchip-linux_mpp/mpp/hal/ |
| H A D | mpp_hal.c | 75 void *ctx; member 82 MPP_RET mpp_hal_init(MppHal *ctx, MppHalCfg *cfg) in mpp_hal_init() 121 MPP_RET mpp_hal_deinit(MppHal ctx) in mpp_hal_deinit() 135 MPP_RET mpp_hal_reg_gen(MppHal ctx, HalTaskInfo *task) in mpp_hal_reg_gen() 146 MPP_RET mpp_hal_hw_start(MppHal ctx, HalTaskInfo *task) in mpp_hal_hw_start() 157 MPP_RET mpp_hal_hw_wait(MppHal ctx, HalTaskInfo *task) in mpp_hal_hw_wait() 168 MPP_RET mpp_hal_reset(MppHal ctx) in mpp_hal_reset() 183 MPP_RET mpp_hal_flush(MppHal ctx) in mpp_hal_flush() 198 MPP_RET mpp_hal_control(MppHal ctx, MpiCmd cmd, void *param) in mpp_hal_control()
|
| /rockchip-linux_mpp/mpp/vproc/iep2/ |
| H A D | iep2.c | 56 static MPP_RET get_param_from_env(struct iep2_api_ctx *ctx) in get_param_from_env() 75 struct iep2_api_ctx *ctx = *ictx; in iep2_init() local 215 struct iep2_api_ctx *ctx = ictx; in iep2_deinit() local 237 static MPP_RET iep2_done(struct iep2_api_ctx *ctx) in iep2_done() 296 static void iep2_set_param(struct iep2_api_ctx *ctx, in iep2_set_param() 363 static MPP_RET iep2_param_check(struct iep2_api_ctx *ctx) in iep2_param_check() 375 static MPP_RET iep2_start(struct iep2_api_ctx *ctx) in iep2_start() 407 static MPP_RET iep2_wait(struct iep2_api_ctx *ctx) in iep2_wait() 430 struct iep2_api_ctx *ctx = ictx; in iep2_control() local 491 struct iep2_api_ctx *ctx = ictx; in iep2_reset() local
|
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_std.c | 20 static MPP_RET allocator_std_open(void **ctx, size_t alignment, MppAllocFlagType flags) in allocator_std_open() 42 static MPP_RET allocator_std_alloc(void *ctx, MppBufferInfo *info) in allocator_std_alloc() 55 static MPP_RET allocator_std_free(void *ctx, MppBufferInfo *info) in allocator_std_free() 63 static MPP_RET allocator_std_import(void *ctx, MppBufferInfo *info) in allocator_std_import() 74 static MPP_RET allocator_std_release(void *ctx, MppBufferInfo *info) in allocator_std_release() 86 static MPP_RET allocator_std_mmap(void *ctx, MppBufferInfo *info) in allocator_std_mmap() 94 static MPP_RET allocator_std_close(void *ctx) in allocator_std_close() 100 static MppAllocFlagType os_allocator_std_flags(void *ctx) in os_allocator_std_flags()
|
| H A D | allocator_ext_dma.c | 20 static MPP_RET allocator_ext_dma_open(void **ctx, size_t alignment, MppAllocFlagType flags) in allocator_ext_dma_open() 43 static MPP_RET allocator_ext_dma_alloc(void *ctx, MppBufferInfo *info) in allocator_ext_dma_alloc() 53 static MPP_RET allocator_ext_dma_free(void *ctx, MppBufferInfo *info) in allocator_ext_dma_free() 63 static MPP_RET allocator_ext_dma_import(void *ctx, MppBufferInfo *info) in allocator_ext_dma_import() 77 static MPP_RET allocator_ext_dma_mmap(void *ctx, MppBufferInfo *info) in allocator_ext_dma_mmap() 106 static MPP_RET allocator_ext_dma_release(void *ctx, MppBufferInfo *info) in allocator_ext_dma_release() 122 static MPP_RET allocator_ext_dma_close(void *ctx) in allocator_ext_dma_close() 133 static MppAllocFlagType os_allocator_ext_dma_flags(void *ctx) in os_allocator_ext_dma_flags()
|
| /rockchip-linux_mpp/osal/driver/ |
| H A D | mpp_service.c | 296 MPP_RET mpp_service_init(void *ctx, MppClientType type) in mpp_service_init() 372 MPP_RET mpp_service_deinit(void *ctx) in mpp_service_deinit() 411 MPP_RET mpp_service_attach(void *ctx) in mpp_service_attach() 426 MPP_RET mpp_service_detach(void *ctx) in mpp_service_detach() 441 MPP_RET mpp_service_delimit(void *ctx) in mpp_service_delimit() 482 MPP_RET mpp_service_set_cb_ctx(void *ctx, MppCbCtx *cb_ctx) in mpp_service_set_cb_ctx() 491 MPP_RET mpp_service_reg_wr(void *ctx, MppDevRegWrCfg *cfg) in mpp_service_reg_wr() 505 MPP_RET mpp_service_reg_rd(void *ctx, MppDevRegRdCfg *cfg) in mpp_service_reg_rd() 519 MPP_RET mpp_service_reg_offset(void *ctx, MppDevRegOffsetCfg *cfg) in mpp_service_reg_offset() 551 MPP_RET mpp_service_reg_offsets(void *ctx, MppDevRegOffCfgs *cfgs) in mpp_service_reg_offsets() [all …]
|
| /rockchip-linux_mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.c | 139 static MPP_RET m2vd_parser_init_ctx(M2VDParserContext *ctx, ParserCfg *cfg) in m2vd_parser_init_ctx() 238 MPP_RET m2vd_parser_init(void *ctx, ParserCfg *parser_cfg) in m2vd_parser_init() 258 MPP_RET m2vd_parser_deinit(void *ctx) in m2vd_parser_deinit() 312 MPP_RET m2vd_parser_reset(void *ctx) in m2vd_parser_reset() 360 MPP_RET m2vd_parser_flush(void *ctx) in m2vd_parser_flush() 385 MPP_RET m2vd_parser_control(void *ctx, MpiCmd cmd_type, void *param) in m2vd_parser_control() 402 MPP_RET mpp_m2vd_parser_split(M2VDParserContext *ctx, MppPacket dst, MppPacket src) in mpp_m2vd_parser_split() 467 MPP_RET m2vd_parser_prepare(void *ctx, MppPacket pkt, HalDecTask *task) in m2vd_parser_prepare() 582 static int m2vd_decode_seq_ext_header(M2VDParserContext *ctx) in m2vd_decode_seq_ext_header() 608 static int m2vd_decode_seqdisp_ext_header(M2VDParserContext *ctx) in m2vd_decode_seqdisp_ext_header() [all …]
|
| /rockchip-linux_mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_api.c | 33 MPP_RET hal_vp9d_init(void *ctx, MppHalCfg *cfg) in hal_vp9d_init() 81 MPP_RET hal_vp9d_deinit(void *ctx) in hal_vp9d_deinit() 97 MPP_RET hal_vp9d_gen_regs(void *ctx, HalTaskInfo *task) in hal_vp9d_gen_regs() 108 MPP_RET hal_vp9d_start(void *ctx, HalTaskInfo *task) in hal_vp9d_start() 119 MPP_RET hal_vp9d_wait(void *ctx, HalTaskInfo *task) in hal_vp9d_wait() 130 MPP_RET hal_vp9d_reset(void *ctx) in hal_vp9d_reset() 141 MPP_RET hal_vp9d_flush(void *ctx) in hal_vp9d_flush() 152 MPP_RET hal_vp9d_control(void *ctx, MpiCmd cmd, void *param) in hal_vp9d_control()
|
| /rockchip-linux_mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.c | 86 static MPP_RET jpeg_judge_yuv_mode(JpegdCtx *ctx) in jpeg_judge_yuv_mode() 190 static MPP_RET jpegd_skip_section(JpegdCtx *ctx) in jpegd_skip_section() 211 static MPP_RET jpegd_decode_dht(JpegdCtx *ctx) in jpegd_decode_dht() 315 static MPP_RET jpegd_decode_dqt(JpegdCtx *ctx) in jpegd_decode_dqt() 391 static MPP_RET jpegd_decode_sof(JpegdCtx *ctx) in jpegd_decode_sof() 484 static MPP_RET jpegd_decode_sos(JpegdCtx *ctx) in jpegd_decode_sos() 574 static MPP_RET jpegd_decode_dri(JpegdCtx *ctx) in jpegd_decode_dri() 599 static MPP_RET jpegd_setup_default_dht(JpegdCtx *ctx) in jpegd_setup_default_dht() 734 static MPP_RET jpegd_decode_frame(JpegdCtx *ctx) in jpegd_decode_frame() 960 static MPP_RET jpegd_prepare(void *ctx, MppPacket pkt, HalDecTask *task) in jpegd_prepare() [all …]
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_api.c | 36 MPP_RET hal_h265d_init(void *ctx, MppHalCfg *cfg) in hal_h265d_init() 96 MPP_RET hal_h265d_deinit(void *ctx) in hal_h265d_deinit() 112 MPP_RET hal_h265d_gen_regs(void *ctx, HalTaskInfo *task) in hal_h265d_gen_regs() 123 MPP_RET hal_h265d_start(void *ctx, HalTaskInfo *task) in hal_h265d_start() 134 MPP_RET hal_h265d_wait(void *ctx, HalTaskInfo *task) in hal_h265d_wait() 145 MPP_RET hal_h265d_reset(void *ctx) in hal_h265d_reset() 156 MPP_RET hal_h265d_flush(void *ctx) in hal_h265d_flush() 167 MPP_RET hal_h265d_control(void *ctx, MpiCmd cmd, void *param) in hal_h265d_control()
|
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | rc_model_v2.c | 77 MPP_RET bits_model_param_deinit(RcModelV2Ctx *ctx) in bits_model_param_deinit() 145 MPP_RET bits_model_param_init(RcModelV2Ctx *ctx) in bits_model_param_init() 239 void bits_frm_init(RcModelV2Ctx *ctx) in bits_frm_init() 295 RK_S32 moving_judge_update(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg) in moving_judge_update() 314 void bit_statics_update(RcModelV2Ctx *ctx, RK_U32 real_bit) in bit_statics_update() 327 MPP_RET bits_model_preset(RcModelV2Ctx *ctx, EncRcTaskInfo *info) in bits_model_preset() 384 MPP_RET bits_model_update(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg) in bits_model_update() 448 MPP_RET bits_model_alloc(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg, RK_S64 total_bits) in bits_model_alloc() 557 MPP_RET calc_next_i_ratio(RcModelV2Ctx *ctx) in calc_next_i_ratio() 592 MPP_RET calc_debreath_qp(RcModelV2Ctx *ctx) in calc_debreath_qp() [all …]
|
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 409 static RK_S32 mpp_av1_read_obu_header(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_read_obu_header() 437 static RK_S32 mpp_av1_trailing_bits(AV1Context *ctx, BitReadCtx_t *gb, RK_S32 nb_bits) in mpp_av1_trailing_bits() 456 static RK_S32 mpp_av1_byte_alignment(AV1Context *ctx, BitReadCtx_t *gb) in mpp_av1_byte_alignment() 468 static RK_S32 mpp_av1_color_config(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_color_config() 551 static RK_S32 mpp_av1_timing_info(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_timing_info() 567 static RK_S32 mpp_av1_decoder_model_info(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_decoder_model_info() 580 static RK_S32 mpp_av1_sequence_header_obu(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_sequence_header_obu() 729 static RK_S32 mpp_av1_temporal_delimiter_obu(AV1Context *ctx, BitReadCtx_t *gb) in mpp_av1_temporal_delimiter_obu() 738 static RK_S32 mpp_av1_set_frame_refs(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_set_frame_refs() 881 static RK_S32 mpp_av1_superres_params(AV1Context *ctx, BitReadCtx_t *gb, in mpp_av1_superres_params() [all …]
|
| H A D | av1d_api.c | 39 MPP_RET av1d_init(void *ctx, ParserCfg *init) in av1d_init() 88 MPP_RET av1d_deinit(void *ctx) in av1d_deinit() 111 MPP_RET av1d_reset(void *ctx) in av1d_reset() 126 MPP_RET av1d_flush(void *ctx) in av1d_flush() 140 MPP_RET av1d_prepare(void *ctx, MppPacket pkt, HalDecTask *task) in av1d_prepare() 233 MPP_RET av1d_parser(void *ctx, HalDecTask *in_task) in av1d_parser() 247 MPP_RET av1d_control(void *ctx, MpiCmd cmd, void *param) in av1d_control()
|
| /rockchip-linux_mpp/mpp/vproc/vdpp/ |
| H A D | vdpp.c | 23 static MPP_RET vdpp_params_to_reg(struct vdpp_params* src_params, struct vdpp_api_ctx *ctx) in vdpp_params_to_reg() 173 struct vdpp_api_ctx *ctx = NULL; in vdpp_init() local 210 struct vdpp_api_ctx *ctx = NULL; in vdpp_deinit() local 227 static MPP_RET vdpp_set_param(struct vdpp_api_ctx *ctx, in vdpp_set_param() 311 static MPP_RET vdpp_start(struct vdpp_api_ctx *ctx) in vdpp_start() 420 static MPP_RET vdpp_wait(struct vdpp_api_ctx *ctx) in vdpp_wait() 443 static MPP_RET vdpp_done(struct vdpp_api_ctx *ctx) in vdpp_done() 487 struct vdpp_api_ctx *ctx = ictx; in vdpp_control() local 534 struct vdpp_api_ctx *ctx = ictx; in vdpp_check_cap() local
|
| /rockchip-linux_mpp/test/ |
| H A D | mpp_event_trigger.c | 37 static int event_create(struct event_ctx_impl *ctx) in event_create() 55 static void event_destroy(struct event_ctx_impl *ctx) in event_destroy() 62 static void event_init(struct event_ctx_impl *ctx) in event_init() 97 static int event_timed_wait(struct event_ctx_impl *ctx, unsigned int milli_sec) in event_timed_wait() 124 static void event_down(struct event_ctx_impl *ctx) in event_down() 135 struct event_ctx_impl *ctx = (struct event_ctx_impl *)param; in event_notify() local 145 struct event_ctx_impl *ctx = (struct event_ctx_impl *)param; in event_trigger_thread() local 190 struct event_ctx_impl *ctx = (struct event_ctx_impl *)malloc(sizeof(*ctx)); in event_ctx_create() local 212 void event_ctx_release(struct event_ctx *ctx) in event_ctx_release() 250 struct event_ctx *ctx; in main() local
|
| /rockchip-linux_mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_base.c | 33 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in set_frame_params() local 50 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in set_filter() local 125 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in set_segmentation() local 337 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in set_frame_header() local 437 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in set_new_frame() local 604 HalVp8eCtx *ctx = (HalVp8eCtx *) hal; in set_code_frame() local 669 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in init_picbuf() local 698 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in set_picbuf_ref() local 797 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in write_ivf_header() local 841 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in write_ivf_frame() local [all …]
|
| H A D | hal_vp8e_vepu1_v2.c | 39 HalVp8eCtx *ctx = (HalVp8eCtx *) hal; in vp8e_vpu_frame_start() local 284 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu1_init_v2() local 330 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu1_deinit_v2() local 350 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu1_gen_regs_v2() local 375 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu1_start_v2() local 423 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in vp8e_update_hw_cfg() local 448 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu1_wait_v2() local 482 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu1_get_task_v2() local
|
| H A D | hal_vp8e_vepu2_v2.c | 40 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in vp8e_vpu_frame_start() local 286 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu2_init_v2() local 334 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu2_deinit_v2() local 354 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu2_gen_regs_v2() local 379 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu2_start_v2() local 427 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in vp8e_update_hw_cfg() local 451 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu2_wait_v2() local 484 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu2_get_task_v2() local
|
| /rockchip-linux_mpp/mpp/hal/vpu/vp8d/ |
| H A D | hal_vp8d_vdpu2.c | 44 VP8DHalContext_t *ctx = (VP8DHalContext_t *)hal; in hal_vp8d_vdpu2_init() local 122 VP8DHalContext_t *ctx = (VP8DHalContext_t *)hal; in hal_vp8d_vdpu2_deinit() local 161 static MPP_RET hal_vp8_init_hwcfg(VP8DHalContext_t *ctx) in hal_vp8_init_hwcfg() 200 static MPP_RET hal_vp8d_pre_filter_tap_set(VP8DHalContext_t *ctx) in hal_vp8d_pre_filter_tap_set() 253 static MPP_RET hal_vp8d_dct_partition_cfg(VP8DHalContext_t *ctx, in hal_vp8d_dct_partition_cfg() 448 VP8DHalContext_t *ctx = (VP8DHalContext_t *)hal; in hal_vp8d_vdpu2_gen_regs() local 601 VP8DHalContext_t *ctx = (VP8DHalContext_t *)hal; in hal_vp8d_vdpu2_dump_info() local 643 VP8DHalContext_t *ctx = (VP8DHalContext_t *)hal; in hal_vp8d_vdpu2_start() local 691 VP8DHalContext_t *ctx = (VP8DHalContext_t *)hal; in hal_vp8d_vdpu2_wait() local
|
| H A D | hal_vp8d_vdpu1.c | 44 VP8DHalContext_t *ctx = (VP8DHalContext_t *)hal; in hal_vp8d_vdpu1_init() local 120 VP8DHalContext_t *ctx = (VP8DHalContext_t *)hal; in hal_vp8d_vdpu1_deinit() local 159 static MPP_RET hal_vp8_init_hwcfg(VP8DHalContext_t *ctx) in hal_vp8_init_hwcfg() 200 static MPP_RET hal_vp8d_pre_filter_tap_set(VP8DHalContext_t *ctx) in hal_vp8d_pre_filter_tap_set() 255 hal_vp8d_dct_partition_cfg(VP8DHalContext_t *ctx, HalTaskInfo *task) in hal_vp8d_dct_partition_cfg() 454 VP8DHalContext_t *ctx = (VP8DHalContext_t *)hal; in hal_vp8d_vdpu1_gen_regs() local 626 VP8DHalContext_t *ctx = (VP8DHalContext_t *)hal; in hal_vp8d_vdpu1_start() local 680 VP8DHalContext_t *ctx = (VP8DHalContext_t *)hal; in hal_vp8d_vdpu1_wait() local
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_v2.c | 179 MPP_RET mpp_enc_deinit_v2(MppEnc ctx) in mpp_enc_deinit_v2() 252 MPP_RET mpp_enc_start_v2(MppEnc ctx) in mpp_enc_start_v2() 270 MPP_RET mpp_enc_start_async(MppEnc ctx) in mpp_enc_start_async() 288 MPP_RET mpp_enc_stop_v2(MppEnc ctx) in mpp_enc_stop_v2() 306 MPP_RET mpp_enc_reset_v2(MppEnc ctx) in mpp_enc_reset_v2() 331 MPP_RET mpp_enc_notify_v2(MppEnc ctx, RK_U32 flag) in mpp_enc_notify_v2() 366 MPP_RET mpp_enc_control_v2(MppEnc ctx, MpiCmd cmd, void *param) in mpp_enc_control_v2()
|