HomeSort by relevance Sort by last modified time
    Searched full:afframecount (Results 1 - 6 of 6) 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/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/base/media/jni/soundpool/
SoundPool.cpp 692 size_t afFrameCount;
695 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
696 afFrameCount = kDefaultFrameCount;
713 uint32_t totalFrames = (kDefaultBufferCount * afFrameCount * sampleRate) / afSampleRate;
  /frameworks/av/media/libmedia/
AudioTrack.cpp 92 uint32_t afLatencyMs, uint32_t afFrameCount, uint32_t afSampleRate,
96 uint32_t minBufCount = afLatencyMs / ((1000 * afFrameCount) / afSampleRate);
100 ALOGV("calculateMinFrameCount afLatency %u afFrameCount %u afSampleRate %u "
102 afLatencyMs, afFrameCount, afSampleRate, sampleRate, speed, minBufCount);
104 sampleRate, afFrameCount, afSampleRate, speed);
130 size_t afFrameCount;
131 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType);
147 *frameCount = calculateMinFrameCount(afLatency, afFrameCount, afSampleRate, sampleRate, 1.0f);
157 ALOGV("getMinFrameCount=%zu: afFrameCount=%zu, afSampleRate=%u, afLatency=%u",
158 *frameCount, afFrameCount, afSampleRate, afLatency)
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]

Completed in 345 milliseconds