Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2AllocatorBlob.cpp31 constexpr uint32_t kLinearBufferFormat = static_cast<uint32_t>(PixelFormat::BLOB); variable
41 if (height != kLinearBufferHeight || format != kLinearBufferFormat) { in GetCapacityFromHandle()
123 capacity, kLinearBufferHeight, kLinearBufferFormat, usage, &graphicAllocation); in newLinearAllocation()