Lines Matching refs:afSampleRate
1891 uint32_t afSampleRate;1896 if (AudioSystem::getOutputSamplingRate(&afSampleRate, mStreamType) != NO_ERROR) {1899 if (afSampleRate == 0) {1903 (unsigned long long)sampleRate * afFrameCount / afSampleRate;