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

  /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.6/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...]
  /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/av/media/libmedia/
AudioTrack.cpp 78 size_t afFrameCount;
79 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType);
94 uint32_t minBufCount = afLatency / ((1000 * afFrameCount) / afSampleRate);
99 *frameCount = (sampleRate == 0) ? afFrameCount * minBufCount :
100 afFrameCount * minBufCount * uint64_t(sampleRate) / afSampleRate;
108 ALOGV("getMinFrameCount=%zu: afFrameCount=%zu, minBufCount=%d, afSampleRate=%d, afLatency=%d",
109 *frameCount, afFrameCount, minBufCount, afSampleRate, afLatency);
966 size_t afFrameCount;
967 status = AudioSystem::getFrameCount(output, &afFrameCount);
1016 frameCount = afFrameCount;
    [all...]
SoundPool.cpp 581 size_t afFrameCount;
584 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
585 afFrameCount = kDefaultFrameCount;
592 uint32_t totalFrames = (kDefaultBufferCount * afFrameCount * sampleRate) / afSampleRate;
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]

Completed in 237 milliseconds