Home
last modified time | relevance | path

Searched refs:rc_init (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/inc/
H A Drc.h54 MPP_RET rc_init(RcCtx *ctx, MppCodingType type, const char **request_name);
/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() function
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1690 ret = rc_init(&enc->rc_ctx, enc->coding, &brief->name); in mpp_enc_proc_rc_update()