Home
last modified time | relevance | path

Searched refs:createBlockPool (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/codec2/vndk/include/
DC2PlatformStorePluginLoader.h64 c2_status_t createBlockPool(::C2Allocator::id_t allocatorId,
/frameworks/av/media/codec2/vndk/
DC2PlatformStorePluginLoader.cpp59 c2_status_t C2PlatformStorePluginLoader::createBlockPool( in createBlockPool() function in C2PlatformStorePluginLoader
DC2Store.cpp348 res = C2PlatformStorePluginLoader::GetInstance()->createBlockPool( in _createBlockPool()
360 c2_status_t createBlockPool( in createBlockPool() function in android::__anon6e47c8180411::_C2BlockPoolCache
449 return sBlockPoolCache->createBlockPool(allocatorId, component, pool); in CreateCodec2BlockPool()
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h91 virtual Return<void> createBlockPool(
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h282 c2_status_t createBlockPool(
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponent.cpp388 Return<void> Component::createBlockPool( in createBlockPool() function in android::hardware::media::c2::V1_0::utils::Component
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp1041 c2_status_t Codec2Client::Component::createBlockPool( in createBlockPool() function in android::Codec2Client::Component
1046 Return<void> transStatus = mBase->createBlockPool( in createBlockPool()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1032 err = mComponent->createBlockPool( in start()