Searched refs:blockPoolId (Results 1 – 7 of 7) sorted by relevance
/hardware/google/av/codec2/vndk/include/ |
D | C2PlatformStorePluginLoader.h | 55 ::C2BlockPool::local_id_t blockPoolId,
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | Component.cpp | 239 uint64_t blockPoolId, in setOutputSurface() argument 242 GetCodec2BlockPool(blockPoolId, mComponent, &pool); in setOutputSurface() 354 Return<Status> Component::destroyBlockPool(uint64_t blockPoolId) { in destroyBlockPool() argument 356 return mBlockPools.erase(blockPoolId) == 1 ? in destroyBlockPool()
|
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | Component.h | 86 uint64_t blockPoolId, 96 virtual Return<Status> destroyBlockPool(uint64_t blockPoolId) override;
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponent.hal | 115 * @param blockPoolId The id of the BlockPool to be associated with the 128 uint64_t blockPoolId, 192 * @return blockPoolId The Codec 2.0 blockpool ID for the created pool. 197 uint64_t blockPoolId, 206 * @param blockPoolId The block pool id previously returned by 210 * - NOT_FOUND - The supplied blockPoolId is not valid. 216 destroyBlockPool(uint64_t blockPoolId) generates (Status status);
|
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/ |
D | client.h | 278 C2BlockPool::local_id_t* blockPoolId, 316 C2BlockPool::local_id_t blockPoolId,
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 766 C2BlockPool::local_id_t* blockPoolId, in createBlockPool() argument 771 [&status, blockPoolId, configurable]( in createBlockPool() 782 *blockPoolId = static_cast<C2BlockPool::local_id_t>(pId); in createBlockPool() 1023 C2BlockPool::local_id_t blockPoolId, in setOutputSurface() argument 1032 static_cast<uint64_t>(blockPoolId), igbp); in setOutputSurface()
|
/hardware/google/av/codec2/vndk/ |
D | C2Store.cpp | 362 C2BlockPool::local_id_t blockPoolId, in getBlockPool() argument 367 auto it = mBlockPools.find(blockPoolId); in getBlockPool() 372 mComponents.erase(blockPoolId); in getBlockPool() 374 auto found = mComponents.find(blockPoolId); in getBlockPool()
|