Searched refs:CreateCodec2FactoryFunc (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/frameworks/av/media/codec2/vndk/ |
H A D | C2Store.cpp | 779 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 D | C2ComponentFactory.h | 82 typedef ::C2ComponentFactory* (*CreateCodec2FactoryFunc)(void); typedef
|
H A D | C2PlatformSupport.h | 231 std::vector<std::tuple<C2String, C2ComponentFactory::CreateCodec2FactoryFunc,
|
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/store/include/goldfish_codec2/store/ |
D | GoldfishComponentStore.h | 123 C2ComponentFactory::CreateCodec2FactoryFunc
|
/aosp_15_r20/frameworks/av/media/codec2/fuzzer/ |
H A D | C2Fuzzer.cpp | 148 std::vector<std::tuple<C2String, C2ComponentFactory::CreateCodec2FactoryFunc, in initDecoder()
|
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/store/ |
D | GoldfishComponentStore.cpp | 58 createFactory = (C2ComponentFactory::CreateCodec2FactoryFunc)dlsym( in init()
|