/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/include/codec2/hidl/1.2/ |
H A D | Component.h | 83 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 D | Component.cpp | 283 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 D | C2PlatformStorePluginLoader.cpp | 61 ::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 D | C2Store.cpp | 547 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 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);
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
H A D | Component.h | 80 uint64_t blockPoolId, 94 virtual Return<Status> destroyBlockPool(uint64_t blockPoolId) override;
|
/aosp12/hardware/interfaces/media/c2/1.0/ |
H A D | IComponent.hal | 120 * @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 D | Component.h | 83 uint64_t blockPoolId, 97 virtual Return<Status> destroyBlockPool(uint64_t blockPoolId) override;
|
/aosp12/hardware/interfaces/media/c2/1.2/ |
H A D | IComponent.hal | 42 * @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 D | Component.cpp | 283 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 D | Component.cpp | 283 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 D | C2PlatformStorePluginLoader.h | 66 ::C2BlockPool::local_id_t blockPoolId,
|
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/ |
H A D | client.h | 334 C2BlockPool::local_id_t* blockPoolId, 385 C2BlockPool::local_id_t blockPoolId,
|
/aosp12/frameworks/av/media/codec2/hidl/client/ |
H A D | client.cpp | 1288 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()
|