Searched refs:pipeSize (Results 1 – 1 of 1) sorted by relevance
5507 size_t pipeSize = pipeFramesP2 * Format_frameSize(format); in RecordThread() local5512 (pipeMemory = roHeap->allocate(pipeSize)) == 0 || in RecordThread()5514 ALOGE("not enough memory for pipe buffer size=%zu", pipeSize); in RecordThread()5518 memset(pipeBuffer, 0, pipeSize); in RecordThread()