Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/include/codec2/hidl/1.2/
H A DComponent.h83 uint64_t blockPoolId,
97 virtual Return<Status> destroyBlockPool(uint64_t blockPoolId) override;
107 uint64_t blockPoolId,
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponent.cpp283 uint64_t blockPoolId, in setOutputSurface() argument
286 GetCodec2BlockPool(blockPoolId, mComponent, &pool); in setOutputSurface()
426 Return<Status> Component::destroyBlockPool(uint64_t blockPoolId) { in destroyBlockPool() argument
428 return mBlockPools.erase(blockPoolId) == 1 ? in destroyBlockPool()
481 uint64_t blockPoolId, const sp<HGraphicBufferProducer2>& surface, in setOutputSurfaceWithSyncObj() argument
484 GetCodec2BlockPool(blockPoolId, mComponent, &pool); in setOutputSurfaceWithSyncObj()
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2PlatformStorePluginLoader.cpp61 ::C2Allocator::id_t allocatorId, ::C2BlockPool::local_id_t blockPoolId, in createBlockPool() argument
69 std::shared_ptr<::C2BlockPool> ptr(mCreateBlockPool(allocatorId, blockPoolId), deleter); in createBlockPool()
H A DC2Store.cpp547 C2BlockPool::local_id_t blockPoolId, in getBlockPool() argument
553 auto it = mBlockPools.find(blockPoolId); in getBlockPool()
558 mComponents.erase(blockPoolId); in getBlockPool()
561 mComponents[blockPoolId].begin(), in getBlockPool()
562 mComponents[blockPoolId].end(), in getBlockPool()
566 if (found != mComponents[blockPoolId].end()) { in getBlockPool()
573 if (blockPoolId == C2BlockPool::PLATFORM_START) { in getBlockPool()
575 C2PlatformAllocatorStore::BUFFERQUEUE, {component}, blockPoolId, pool); in getBlockPool()
/aosp12/hardware/google/interfaces/media/c2/1.0/
H A DIComponent.hal115 * @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);
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DComponent.h80 uint64_t blockPoolId,
94 virtual Return<Status> destroyBlockPool(uint64_t blockPoolId) override;
/aosp12/hardware/interfaces/media/c2/1.0/
H A DIComponent.hal120 * @param blockPoolId Id of the `C2BlockPool` to be associated with the
131 uint64_t blockPoolId,
214 * The returned @p blockPoolId is the only way the client can refer to a
229 * @return blockPoolId Id of the created C2BlockPool object. This may be
236 uint64_t blockPoolId,
243 * @param blockPoolId Id of a `C2BlockPool` that was previously returned by
247 * - `NOT_FOUND` - The supplied blockPoolId is not valid.
251 destroyBlockPool(uint64_t blockPoolId) generates (Status status);
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
H A DComponent.h83 uint64_t blockPoolId,
97 virtual Return<Status> destroyBlockPool(uint64_t blockPoolId) override;
/aosp12/hardware/interfaces/media/c2/1.2/
H A DIComponent.hal42 * @param blockPoolId Id of the `C2BlockPool` to be associated with the
55 uint64_t blockPoolId,
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponent.cpp283 uint64_t blockPoolId, in setOutputSurface() argument
286 GetCodec2BlockPool(blockPoolId, mComponent, &pool); in setOutputSurface()
426 Return<Status> Component::destroyBlockPool(uint64_t blockPoolId) { in destroyBlockPool() argument
428 return mBlockPools.erase(blockPoolId) == 1 ? in destroyBlockPool()
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DComponent.cpp283 uint64_t blockPoolId, in setOutputSurface() argument
286 GetCodec2BlockPool(blockPoolId, mComponent, &pool); in setOutputSurface()
426 Return<Status> Component::destroyBlockPool(uint64_t blockPoolId) { in destroyBlockPool() argument
428 return mBlockPools.erase(blockPoolId) == 1 ? in destroyBlockPool()
/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2PlatformStorePluginLoader.h66 ::C2BlockPool::local_id_t blockPoolId,
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h334 C2BlockPool::local_id_t* blockPoolId,
385 C2BlockPool::local_id_t blockPoolId,
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Dclient.cpp1288 C2BlockPool::local_id_t* blockPoolId, in createBlockPool() argument
1293 [&status, blockPoolId, configurable]( in createBlockPool()
1304 *blockPoolId = static_cast<C2BlockPool::local_id_t>(pId); in createBlockPool()
1491 C2BlockPool::local_id_t blockPoolId, in setOutputSurface() argument
1558 static_cast<uint64_t>(blockPoolId), in setOutputSurface()
1561 static_cast<uint64_t>(blockPoolId), in setOutputSurface()