Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/include/v4l2/
DC2VdaBqBlockPool.h41 C2VdaBqBlockPool(const std::shared_ptr<C2Allocator>& allocator, const local_id_t localId);
/hardware/google/av/codec2/vndk/include/
DC2BqBufferPriv.h27 C2BufferQueueBlockPool(const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId);
DC2BufferPriv.h77 C2PooledBlockPool(const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId);
/hardware/google/av/codec2/vndk/v4l2/
DC2VdaBqBlockPool.cpp72 const local_id_t localId) in C2VdaBqBlockPool() argument
73 : C2BufferQueueBlockPool(allocator, localId), in C2VdaBqBlockPool()
75 mLocalId(localId), in C2VdaBqBlockPool()
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp390 void Component::setLocalId(const Component::LocalId& localId) { in setLocalId() argument
391 mLocalId = localId; in setLocalId()
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h156 void setLocalId(const LocalId& localId);
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h282 C2BlockPool::local_id_t localId);
/hardware/google/av/codec2/hidl/client/
Dclient.cpp793 C2BlockPool::local_id_t localId) { in destroyBlockPool() argument
795 static_cast<uint64_t>(localId)); in destroyBlockPool()
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp748 const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId) in C2PooledBlockPool() argument
749 : mAllocator(allocator), mLocalId(localId), mImpl(new Impl(allocator)) {} in C2PooledBlockPool()