Home
last modified time | relevance | path

Searched refs:blockPoolId (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/codec2/vndk/
DC2PlatformStorePluginLoader.cpp60 ::C2Allocator::id_t allocatorId, ::C2BlockPool::local_id_t blockPoolId, in createBlockPool() argument
67 std::shared_ptr<::C2BlockPool> ptr(mCreateBlockPool(allocatorId, blockPoolId)); in createBlockPool()
DC2Store.cpp421 C2BlockPool::local_id_t blockPoolId, in getBlockPool() argument
426 auto it = mBlockPools.find(blockPoolId); in getBlockPool()
431 mComponents.erase(blockPoolId); in getBlockPool()
433 auto found = mComponents.find(blockPoolId); in getBlockPool()
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h80 uint64_t blockPoolId,
94 virtual Return<Status> destroyBlockPool(uint64_t blockPoolId) override;
/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponent.h83 uint64_t blockPoolId,
97 virtual Return<Status> destroyBlockPool(uint64_t blockPoolId) override;
/frameworks/av/media/codec2/vndk/include/
DC2PlatformStorePluginLoader.h65 ::C2BlockPool::local_id_t blockPoolId,
/frameworks/av/media/codec2/hidl/1.1/utils/
DComponent.cpp279 uint64_t blockPoolId, in setOutputSurface() argument
282 GetCodec2BlockPool(blockPoolId, mComponent, &pool); in setOutputSurface()
415 Return<Status> Component::destroyBlockPool(uint64_t blockPoolId) { in destroyBlockPool() argument
417 return mBlockPools.erase(blockPoolId) == 1 ? in destroyBlockPool()
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponent.cpp279 uint64_t blockPoolId, in setOutputSurface() argument
282 GetCodec2BlockPool(blockPoolId, mComponent, &pool); in setOutputSurface()
415 Return<Status> Component::destroyBlockPool(uint64_t blockPoolId) { in destroyBlockPool() argument
417 return mBlockPools.erase(blockPoolId) == 1 ? in destroyBlockPool()
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h324 C2BlockPool::local_id_t* blockPoolId,
375 C2BlockPool::local_id_t blockPoolId,
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp1221 C2BlockPool::local_id_t* blockPoolId, in createBlockPool() argument
1226 [&status, blockPoolId, configurable]( in createBlockPool()
1237 *blockPoolId = static_cast<C2BlockPool::local_id_t>(pId); in createBlockPool()
1424 C2BlockPool::local_id_t blockPoolId, in setOutputSurface() argument
1450 static_cast<uint64_t>(blockPoolId), in setOutputSurface()