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

  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 729 size_t afFrameCount;
732 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
733 afFrameCount = kDefaultFrameCount;
750 uint32_t totalFrames = (kDefaultBufferCount * afFrameCount * sampleRate) / afSampleRate;
    [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 92 uint32_t afLatencyMs, uint32_t afFrameCount, uint32_t afSampleRate,
96 uint32_t minBufCount = afLatencyMs / ((1000 * afFrameCount) / afSampleRate);
107 ALOGV("calculateMinFrameCount afLatency %u afFrameCount %u afSampleRate %u "
109 afLatencyMs, afFrameCount, afSampleRate, sampleRate, speed, minBufCount
112 sampleRate, afFrameCount, afSampleRate, speed);
138 size_t afFrameCount;
139 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType);
155 *frameCount = calculateMinFrameCount(afLatency, afFrameCount, afSampleRate, sampleRate, 1.0f
166 ALOGV("getMinFrameCount=%zu: afFrameCount=%zu, afSampleRate=%u, afLatency=%u",
167 *frameCount, afFrameCount, afSampleRate, afLatency)
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]

Completed in 201 milliseconds