Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp571 constexpr int kAllocGranule1 = 1024 * 1024; in queueSecureInputBuffer() local
574 if (allocSize <= kAllocGranule1) { in queueSecureInputBuffer()
577 bufferSize = align(allocSize, kAllocGranule1); in queueSecureInputBuffer()