Home
last modified time | relevance | path

Searched defs:ComponentModule (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/vndk/
DC2Store.cpp680 struct ComponentModule : public C2ComponentFactory, struct in android::C2PlatformComponentStore
701 ComponentModule() in ComponentModule() argument
717 ComponentModule( in ComponentModule() function
746 std::recursive_mutex mLock; ///< lock protecting mTraits
747 std::shared_ptr<C2Component::Traits> mTraits; ///< cached component traits
749 c2_status_t mInit; ///< initialization result
751 void *mLibHandle; ///< loaded library handle
752 C2ComponentFactory::CreateCodec2FactoryFunc createFactory; ///< loaded create function
753 C2ComponentFactory::DestroyCodec2FactoryFunc destroyFactory; ///< loaded destroy function
754 C2ComponentFactory *mComponentFactory; ///< loaded/created component factory