HomeSort by relevance Sort by last modified time
    Searched full:afframecount (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
audiofile.h 48 // Define AFframecount and AFfileoffset as 64-bit signed integers.
58 typedef off_t AFframecount;
62 typedef int64_t AFframecount;
450 AFframecount afSeekFrame (AFfilehandle, int track, AFframecount frameoffset);
451 AFframecount afTellFrame (AFfilehandle, int track);
538 void afInitFrameCount (AFfilesetup, int track, AFframecount frameCount);
539 AFframecount afGetFrameCount (AFfilehandle file, int track);
554 AFframecount startFrame);
555 AFframecount afGetLoopStartFrame (AFfilehandle, int instid, int loop)
    [all...]
  /external/esd/include/
audiofile.h 48 typedef off_t AFframecount;
434 AFframecount afSeekFrame (AFfilehandle, int track, AFframecount frameoffset);
435 AFframecount afTellFrame (AFfilehandle, int track);
539 void afInitFrameCount (AFfilesetup, int track, AFframecount frameCount);
540 AFframecount afGetFrameCount (AFfilehandle file, int track);
555 AFframecount startFrame);
556 AFframecount afGetLoopStartFrame (AFfilehandle, int instid, int loop);
558 AFframecount startFrame);
559 AFframecount afGetLoopEndFrame (AFfilehandle, int instid, int loop)
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
IAudioFlinger.h 145 afFrameCount = parcel->readInt64();
162 (void)parcel->writeInt64(afFrameCount);
178 size_t afFrameCount;
AudioSystem.h 112 uint32_t afLatencyMs, uint32_t afFrameCount, uint32_t afSampleRate,
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 740 size_t afFrameCount;
743 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
744 afFrameCount = kDefaultFrameCount;
761 uint32_t totalFrames = (kDefaultBufferCount * afFrameCount * sampleRate) / afSampleRate;
    [all...]
  /frameworks/av/media/libmediaplayer2/
MediaPlayer2AudioOutput.cpp 326 size_t afFrameCount;
327 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) {
334 (unsigned long long)sampleRate * afFrameCount / afSampleRate;
  /frameworks/av/media/libaudioclient/
AudioSystem.cpp 260 uint32_t afLatencyMs, uint32_t afFrameCount, uint32_t afSampleRate,
264 uint32_t minBufCount = afLatencyMs / ((1000 * afFrameCount) / afSampleRate);
275 ALOGV("calculateMinFrameCount afLatency %u afFrameCount %u afSampleRate %u "
277 afLatencyMs, afFrameCount, afSampleRate, sampleRate, speed, minBufCount
280 sampleRate, afFrameCount, afSampleRate, speed);
    [all...]
AudioTrack.cpp 126 size_t afFrameCount;
127 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType);
143 *frameCount = AudioSystem::calculateMinFrameCount(afLatency, afFrameCount, afSampleRate,
154 ALOGV("getMinFrameCount=%zu: afFrameCount=%zu, afSampleRate=%u, afLatency=%u",
155 *frameCount, afFrameCount, afSampleRate, afLatency);
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 767 output.afFrameCount = thread->frameCount();
    [all...]

Completed in 625 milliseconds