Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/codec2/vndk/
H A DC2Store.cpp779 C2ComponentFactory::CreateCodec2FactoryFunc,
830 C2ComponentFactory::CreateCodec2FactoryFunc createFactory, in ComponentModule()
864 C2ComponentFactory::CreateCodec2FactoryFunc createFactory; ///< loaded create function
919 C2ComponentFactory::CreateCodec2FactoryFunc, in ComponentLoader()
931 C2ComponentFactory::CreateCodec2FactoryFunc mCreateFactory = nullptr;
1051 C2ComponentFactory::CreateCodec2FactoryFunc,
1066 (C2ComponentFactory::CreateCodec2FactoryFunc)dlsym(mLibHandle, "CreateCodec2Factory"); in init()
1216 C2ComponentFactory::CreateCodec2FactoryFunc, in C2PlatformComponentStore() argument
1348 C2ComponentFactory::CreateCodec2FactoryFunc, in GetTestComponentStore() argument
/aosp_15_r20/frameworks/av/media/codec2/vndk/include/
H A DC2ComponentFactory.h82 typedef ::C2ComponentFactory* (*CreateCodec2FactoryFunc)(void); typedef
H A DC2PlatformSupport.h231 std::vector<std::tuple<C2String, C2ComponentFactory::CreateCodec2FactoryFunc,
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/store/include/goldfish_codec2/store/
DGoldfishComponentStore.h123 C2ComponentFactory::CreateCodec2FactoryFunc
/aosp_15_r20/frameworks/av/media/codec2/fuzzer/
H A DC2Fuzzer.cpp148 std::vector<std::tuple<C2String, C2ComponentFactory::CreateCodec2FactoryFunc, in initDecoder()
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/store/
DGoldfishComponentStore.cpp58 createFactory = (C2ComponentFactory::CreateCodec2FactoryFunc)dlsym( in init()