Home
last modified time | relevance | path

Searched refs:mAllocation (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/codec2/vndk/
DC2Buffer.cpp124 mAllocation(alloc), in _C2Block1DImpl()
129 mAllocation(other.mAllocation), in _C2Block1DImpl()
139 return mAllocation ? mAllocation->handle() : nullptr; in handle()
145 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID; in getAllocatorId()
149 return mAllocation; in getAllocation()
153 std::shared_ptr<C2LinearAllocation> mAllocation; member in _C2Block1DImpl
523 : mAllocation(alloc) {} in LinearAllocationDtor()
527 const std::shared_ptr<C2LinearAllocation> mAllocation; member
532 : mAllocation(alloc) {} in GraphicAllocationDtor()
536 const std::shared_ptr<C2GraphicAllocation> mAllocation; member
[all …]
/hardware/google/av/codec2/vndk/bufferpool/
DAccessorImpl.cpp47 const std::shared_ptr<BufferPoolAllocation> mAllocation; member
57 mAllocation(alloc), mAllocSize(allocSize), mConfig(allocConfig) {} in InternalBuffer()
60 return mAllocation->handle(); in handle()