Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:afFrameCount

1405     size_t afFrameCount;
1408 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) {
1415 frameCount = (sampleRate*afFrameCount*bufferCount)/afSampleRate;