Searched refs:blockPoolId (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/codec2/vndk/ |
D | C2PlatformStorePluginLoader.cpp | 60 ::C2Allocator::id_t allocatorId, ::C2BlockPool::local_id_t blockPoolId, in createBlockPool() argument 67 std::shared_ptr<::C2BlockPool> ptr(mCreateBlockPool(allocatorId, blockPoolId)); in createBlockPool()
|
D | C2Store.cpp | 421 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/ |
D | Component.h | 80 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/ |
D | Component.h | 83 uint64_t blockPoolId, 97 virtual Return<Status> destroyBlockPool(uint64_t blockPoolId) override;
|
/frameworks/av/media/codec2/vndk/include/ |
D | C2PlatformStorePluginLoader.h | 65 ::C2BlockPool::local_id_t blockPoolId,
|
/frameworks/av/media/codec2/hidl/1.1/utils/ |
D | Component.cpp | 279 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/ |
D | Component.cpp | 279 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/ |
D | client.h | 324 C2BlockPool::local_id_t* blockPoolId, 375 C2BlockPool::local_id_t blockPoolId,
|
/frameworks/av/media/codec2/hidl/client/ |
D | client.cpp | 1221 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()
|