Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/
H A DC2AllocatorBlob.cpp32 constexpr uint32_t kLinearBufferHeight = 1u; variable
43 if (height != kLinearBufferHeight || format != kLinearBufferFormat) { in GetCapacityFromHandle()
88 C2Rect rect(capacity(), kLinearBufferHeight); in ~C2AllocationBlob()
110 C2Rect rect = C2Rect(capacity(), kLinearBufferHeight); in map()
145 C2Rect rect(capacity(), kLinearBufferHeight); in unmap()
185 capacity, kLinearBufferHeight, kLinearBufferFormat, usage, &graphicAllocation); in newLinearAllocation()