Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:afFrameCount

1452     size_t afFrameCount;
1466 size_t afFrameCount;
1468 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) {
1475 frameCount = (sampleRate*afFrameCount*bufferCount)/afSampleRate;