Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_api.c37 static MPP_RET h265e_init(void *ctx, EncImplCfg *ctrlCfg) in h265e_init() argument
42 MppEncRcCfg *rc_cfg = &ctrlCfg->cfg->rc; in h265e_init()
43 MppEncPrepCfg *prep = &ctrlCfg->cfg->prep; in h265e_init()
54 mpp_assert(ctrlCfg->coding == MPP_VIDEO_CodingHEVC); in h265e_init()
55 p->cfg = ctrlCfg->cfg; in h265e_init()
/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Denc_impl_api.h60 MPP_RET (*init)(void *ctx, EncImplCfg *ctrlCfg);