Home
last modified time | relevance | path

Searched refs:ctrlCfg (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c40 static MPP_RET h265e_init(void *ctx, EncImplCfg *ctrlCfg) in h265e_init() argument
44 MppEncRcCfg *rc_cfg = &ctrlCfg->cfg->rc; in h265e_init()
45 MppEncPrepCfg *prep = &ctrlCfg->cfg->prep; in h265e_init()
57 mpp_assert(ctrlCfg->coding == MPP_VIDEO_CodingHEVC); in h265e_init()
58 p->cfg = ctrlCfg->cfg; in h265e_init()
/rockchip-linux_mpp/mpp/codec/inc/
H A Denc_impl_api.h61 MPP_RET (*init)(void *ctx, EncImplCfg *ctrlCfg);