Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2AllocatorBlob.cpp30 constexpr uint32_t kLinearBufferHeight = 1u; variable
41 if (height != kLinearBufferHeight || format != kLinearBufferFormat) { in GetCapacityFromHandle()
84 C2Rect rect = C2Rect(size, kLinearBufferHeight).at(offset, 0u); in map()
89 C2Rect rect(size, kLinearBufferHeight); in unmap()
123 capacity, kLinearBufferHeight, kLinearBufferFormat, usage, &graphicAllocation); in newLinearAllocation()