Home
last modified time | relevance | path

Searched refs:mAllocation (Results 1 – 1 of 1) 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 …]