Home | History | Annotate | Download | only in soundpool

Lines Matching refs:afFrameCount

729         size_t afFrameCount;
732 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
733 afFrameCount = kDefaultFrameCount;
750 uint32_t totalFrames = (kDefaultBufferCount * afFrameCount * sampleRate) / afSampleRate;