Lines Matching full:afframecount
99 uint32_t afLatencyMs, uint32_t afFrameCount, uint32_t afSampleRate,
103 uint32_t minBufCount = afLatencyMs / ((1000 * afFrameCount) / afSampleRate);
114 ALOGV("calculateMinFrameCount afLatency %u afFrameCount %u afSampleRate %u "
116 afLatencyMs, afFrameCount, afSampleRate, sampleRate, speed, minBufCount
119 sampleRate, afFrameCount, afSampleRate, speed);
145 size_t afFrameCount;
146 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType);
162 *frameCount = calculateMinFrameCount(afLatency, afFrameCount, afSampleRate, sampleRate, 1.0f
173 ALOGV("getMinFrameCount=%zu: afFrameCount=%zu, afSampleRate=%u, afLatency=%u",
174 *frameCount, afFrameCount, afSampleRate, afLatency);