Home
last modified time | relevance | path

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

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