Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:pipeSize

4896         size_t pipeSize = pipeFramesP2 * Format_frameSize(format);
4901 (pipeMemory = roHeap->allocate(pipeSize)) == 0 ||
4903 ALOGE("not enough memory for pipe buffer size=%zu", pipeSize);
4907 memset(pipeBuffer, 0, pipeSize);