Home | History | Annotate | Download | only in soundpool

Lines Matching refs:afFrameCount

743         size_t afFrameCount;
746 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
747 afFrameCount = kDefaultFrameCount;
764 uint32_t totalFrames = (kDefaultBufferCount * afFrameCount * sampleRate) / afSampleRate;