Lines Matching refs:afFrameCount
103 uint32_t afLatencyMs, uint32_t afFrameCount, uint32_t afSampleRate,
107 uint32_t minBufCount = afLatencyMs / ((1000 * afFrameCount) / afSampleRate);
118 ALOGV("calculateMinFrameCount afLatency %u afFrameCount %u afSampleRate %u "
120 afLatencyMs, afFrameCount, afSampleRate, sampleRate, speed, minBufCount
123 sampleRate, afFrameCount, afSampleRate, speed);
149 size_t afFrameCount;
150 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType);
166 *frameCount = calculateMinFrameCount(afLatency, afFrameCount, afSampleRate, sampleRate, 1.0f
177 ALOGV("getMinFrameCount=%zu: afFrameCount=%zu, afSampleRate=%u, afLatency=%u",
178 *frameCount, afFrameCount, afSampleRate, afLatency);