Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/include/
DC2PlatformStorePluginLoader.h64 c2_status_t createBlockPool(::C2Allocator::id_t allocatorId,
/hardware/google/av/codec2/vndk/
DC2PlatformStorePluginLoader.cpp53 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::__anonbd81cce20411::_C2BlockPoolCache
449 return sBlockPoolCache->createBlockPool(allocatorId, component, pool); in CreateCodec2BlockPool()
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h93 virtual Return<void> createBlockPool(
/hardware/interfaces/media/c2/1.0/
DIComponent.hal234 createBlockPool(uint32_t allocatorId) generates (
241 * Destroys a local block pool previously created by createBlockPool().
244 * createBlockPool().
320 * previously created by createBlockPool()) must have been released.
/hardware/google/interfaces/media/c2/1.0/
DIComponent.hal195 createBlockPool(uint32_t allocatorId) generates (
202 * Destroys a local block pool previously created by createBlockPool().
207 * createBlockPool().
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h311 c2_status_t createBlockPool(
/hardware/google/av/codec2/hidl/client/
Dclient.cpp807 c2_status_t Codec2Client::Component::createBlockPool( in createBlockPool() function in android::Codec2Client::Component
812 Return<void> transStatus = base()->createBlockPool( in createBlockPool()
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp583 Return<void> Component::createBlockPool( in createBlockPool() function in hardware::google::media::c2::V1_0::utils::Component
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp2296 err = mComponent->createBlockPool( in start()