Home | History | Annotate | Download | only in libaudioclient

Lines Matching refs:afLatency

118     ALOGV("calculateMinFrameCount afLatency %u  afFrameCount %u  afSampleRate %u  "
156 uint32_t afLatency;
157 status = AudioSystem::getOutputLatency(&afLatency, 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);
1352 ALOGV("createTrack_l() output %d afLatency %u", output, mAfLatency);