Home
last modified time | relevance | path

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

/aosp_15_r20/external/v4l2_codec2/plugin_store/include/v4l2_codec2/plugin_store/
H A DVendorAllocatorLoader.h21 using CreateBlockPoolFunc = ::C2BlockPool* (*)(C2Allocator::id_t /* allocatorId */, variable
35 CreateBlockPoolFunc createBlockPoolFunc);
39 CreateBlockPoolFunc mCreateBlockPoolFunc;
/aosp_15_r20/frameworks/av/media/codec2/vndk/include/
H A DC2PlatformStorePluginLoader.h36 typedef ::C2BlockPool* (*CreateBlockPoolFunc)(::C2Allocator::id_t, ::C2BlockPool::local_id_t); typedef
98 CreateBlockPoolFunc mCreateBlockPool;
/aosp_15_r20/external/v4l2_codec2/plugin_store/
H A DVendorAllocatorLoader.cpp37 auto crateBlockPoolFunc = (CreateBlockPoolFunc)dlsym(libHandle, kCreateBlockPoolFuncName); in Create()
48 CreateBlockPoolFunc createBlockPoolFunc) in VendorAllocatorLoader()
/aosp_15_r20/frameworks/av/media/codec2/vndk/
H A DC2PlatformStorePluginLoader.cpp43 mCreateBlockPool = (CreateBlockPoolFunc)dlsym(mLibHandle, "CreateBlockPool"); in C2PlatformStorePluginLoader()