Home
last modified time | relevance | path

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

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