HomeSort by relevance Sort by last modified time
    Searched full:afframecount (Results 1 - 9 of 9) 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/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 74 size_t afFrameCount;
75 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
84 uint32_t minBufCount = afLatency / ((1000 * afFrameCount) / afSampleRate);
87 *frameCount = (sampleRate == 0) ? afFrameCount * minBufCount :
88 afFrameCount * minBufCount * sampleRate / afSampleRate;
89 ALOGV("getMinFrameCount=%d: afFrameCount=%d, minBufCount=%d, afSampleRate=%d, afLatency=%d",
90 *frameCount, afFrameCount, minBufCount, afSampleRate, afLatency);
777 size_t afFrameCount;
778 if (AudioSystem::getFrameCount(output, streamType, &afFrameCount) != NO_ERROR) {
781 frameCount = afFrameCount;
    [all...]
SoundPool.cpp 571 size_t afFrameCount;
574 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
575 afFrameCount = kDefaultFrameCount;
582 uint32_t totalFrames = (kDefaultBufferCount * afFrameCount * sampleRate) / afSampleRate;
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.cpp 410 size_t afFrameCount;
413 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) !=
422 frameCount = (sampleRate*afFrameCount*bufferCount)/afSampleRate;
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 212 size_t afFrameCount;
214 if (AudioSystem::getOutputFrameCount(&afFrameCount, (audio_stream_type_t) streamType) != NO_ERROR) {
    [all...]

Completed in 462 milliseconds