Lines Matching refs:MppPlatformService
74 class MppPlatformService class
78 MppPlatformService();
79 ~MppPlatformService() {}; in ~MppPlatformService()
80 MppPlatformService(const MppPlatformService &);
81 MppPlatformService &operator=(const MppPlatformService &);
92 static MppPlatformService *get_instance() { in get_instance()
93 static MppPlatformService instance; in get_instance()
105 MppPlatformService::MppPlatformService() in MppPlatformService() function in MppPlatformService
142 RK_U32 MppPlatformService::get_hw_id(RK_S32 client_type) in get_hw_id()
154 return MppPlatformService::get_instance()->get_ioctl_version(); in mpp_get_ioctl_version()
159 return MppPlatformService::get_instance()->get_kernel_version(); in mpp_get_kernel_version()
177 return MppPlatformService::get_instance()->get_mpp_service_cmd_cap(); in mpp_get_mpp_service_cmd_cap()
182 return MppPlatformService::get_instance()->get_hw_id(client_type); in mpp_get_client_hw_id()
190 vcodec_type = MppPlatformService::get_instance()->get_vcodec_type(); in mpp_get_vcodec_type()