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

/frameworks/av/media/libstagefright/
H A DACodec.cpp894 size_t alignedSize = align(bufSize, alignment); local
896 if (def.nBufferCountActual > SIZE_MAX / (alignedSize + alignedConvSize)) {
911 (alignedSize + alignedConvSize);

Completed in 94 milliseconds