Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/inc/
H A Drc.h48 typedef void* RcCtx; typedef
54 MPP_RET rc_init(RcCtx *ctx, MppCodingType type, const char **request_name);
55 MPP_RET rc_deinit(RcCtx ctx);
58 MPP_RET rc_update_usr_cfg(RcCtx ctx, RcCfg *cfg);
61 MPP_RET rc_frm_check_drop(RcCtx ctx, EncRcTask *task);
63 MPP_RET rc_check_reenc(RcCtx ctx, EncRcTask *task);
66 MPP_RET rc_frm_start(RcCtx ctx, EncRcTask *task);
67 MPP_RET rc_frm_end(RcCtx ctx, EncRcTask *task);
69 MPP_RET rc_hal_start(RcCtx ctx, EncRcTask *task);
70 MPP_RET rc_hal_end(RcCtx ctx, EncRcTask *task);
H A Dmpp_enc_impl.h74 RcCtx rc_ctx;
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc.c37 MPP_RET rc_init(RcCtx *ctx, MppCodingType type, const char **request_name) in rc_init()
85 MPP_RET rc_deinit(RcCtx ctx) in rc_deinit()
105 MPP_RET rc_update_usr_cfg(RcCtx ctx, RcCfg *cfg) in rc_update_usr_cfg()
124 MPP_RET rc_frm_check_drop(RcCtx ctx, EncRcTask *task) in rc_frm_check_drop()
167 MPP_RET rc_##flow##_##func(RcCtx ctx, EncRcTask *task) \
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c85 RcCtx rc_ctx;