HomeSort by relevance Sort by last modified time
    Searched refs:getMinFrameCount (Results 1 - 7 of 7) sorted by null

  /frameworks/base/include/media/
AudioRecord.h 111 static status_t getMinFrameCount(int* frameCount,
AudioTrack.h 112 static status_t getMinFrameCount(int* frameCount,
  /frameworks/base/media/libmedia/
AudioRecord.cpp 47 status_t AudioRecord::getMinFrameCount(
168 status_t status = getMinFrameCount(&minFrameCount, sampleRate, format, channelCount);
AudioTrack.cpp 47 status_t AudioTrack::getMinFrameCount(
    [all...]
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 460 status_t result = AudioRecord::getMinFrameCount(&frameCount,
android_media_AudioTrack.cpp 793 if (AudioTrack::getMinFrameCount(&frameCount, AudioSystem::DEFAULT,
    [all...]
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 741 if (AudioTrack::getMinFrameCount(&output, AudioSystem::VOICE_CALL,
743 AudioRecord::getMinFrameCount(&input, sampleRate,

Completed in 145 milliseconds