Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp916 size_t alignedConvSize = align(conversionBufferSize, alignment); in allocateBuffersOnPort() local
917 if (def.nBufferCountActual > SIZE_MAX / (alignedSize + alignedConvSize)) { in allocateBuffersOnPort()