Home
last modified time | relevance | path

Searched refs:EncImplCfg (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Denc_impl_api.h35 } EncImplCfg; typedef
60 MPP_RET (*init)(void *ctx, EncImplCfg *ctrlCfg);
H A Denc_impl.h28 MPP_RET enc_impl_init(EncImpl *impl, EncImplCfg *cfg);
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Denc_impl.cpp51 EncImplCfg cfg;
56 MPP_RET enc_impl_init(EncImpl *impl, EncImplCfg *cfg) in enc_impl_init()
H A Dmpp_enc_v2.cpp43 EncImplCfg ctrl_cfg; in mpp_enc_init_v2()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c51 static MPP_RET vp8e_init(void *ctx, EncImplCfg *ctrl_cfg) in vp8e_init()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c67 static MPP_RET jpege_init_v2(void *ctx, EncImplCfg *cfg) in jpege_init_v2()
/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()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c192 static MPP_RET h264e_init(void *ctx, EncImplCfg *ctrl_cfg) in h264e_init()