Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:afFrameCount

1575     size_t afFrameCount;
1589 size_t afFrameCount;
1591 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) {
1598 frameCount = (sampleRate*afFrameCount*bufferCount)/afSampleRate;