HomeSort by relevance Sort by last modified time
    Searched refs:afFrameCount (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 743 size_t afFrameCount;
746 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
747 afFrameCount = kDefaultFrameCount;
764 uint32_t totalFrames = (kDefaultBufferCount * afFrameCount * sampleRate) / afSampleRate;
    [all...]
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp 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)
    [all...]
AudioRecord.cpp 585 size_t afFrameCount;
586 status = AudioSystem::getFrameCount(input, &afFrameCount);
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]

Completed in 189 milliseconds