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 112 static status_t getMinFrameCount(int* frameCount,
AudioTrack.h 111 static status_t getMinFrameCount(int* frameCount,
  /frameworks/base/media/libmedia/
AudioRecord.cpp 50 status_t AudioRecord::getMinFrameCount(
186 status_t status = getMinFrameCount(&minFrameCount, sampleRate, format, channelCount);
AudioTrack.cpp 52 status_t AudioTrack::getMinFrameCount(
    [all...]
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 491 status_t result = AudioRecord::getMinFrameCount(&frameCount,
android_media_AudioTrack.cpp 804 if (AudioTrack::getMinFrameCount(&frameCount, AUDIO_STREAM_DEFAULT,
    [all...]
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 791 if (AudioTrack::getMinFrameCount(&output, AUDIO_STREAM_VOICE_CALL,
793 AudioRecord::getMinFrameCount(&input, sampleRate,

Completed in 617 milliseconds