Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_runtime.cpp56 class MppRuntimeService class
60 MppRuntimeService();
61 ~MppRuntimeService() {}; in ~MppRuntimeService()
62 MppRuntimeService(const MppRuntimeService &);
63 MppRuntimeService &operator=(const MppRuntimeService &);
68 static MppRuntimeService *get_instance() { in get_instance()
69 static MppRuntimeService instance; in get_instance()
76 RK_U32 MppRuntimeService::get_allocator_valid(MppBufferType type) in get_allocator_valid()
82 MppRuntimeService::MppRuntimeService() in MppRuntimeService() function in MppRuntimeService
180 return MppRuntimeService::get_instance()->get_allocator_valid(type); in mpp_rt_allcator_is_valid()