Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_impl.cpp101 RcImplApi *node_api = api_get(api->type, api->name); in api_add()
125 RcImplApi *RcImplApiService::api_get(MppCodingType type, const char *name) in api_get() function in RcImplApiService
H A Drc_impl.h52 RcImplApi *api_get(MppCodingType type, const char *name);
H A Drc.cpp63 RcImplApi *api = RcImplApiService::get_instance()->api_get(type, name); in rc_init()