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

  /frameworks/av/include/media/
AudioRecord.h 118 static status_t getMinFrameCount(size_t* frameCount,
AudioTrack.h 143 static status_t getMinFrameCount(size_t* frameCount,
    [all...]
  /frameworks/av/media/libstagefright/
AudioSource.cpp 73 status_t status = AudioRecord::getMinFrameCount(&minFrameCount,
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 795 if (AudioTrack::getMinFrameCount(&output, AUDIO_STREAM_VOICE_CALL,
797 AudioRecord::getMinFrameCount(&input, sampleRate,
  /frameworks/av/media/libmedia/
AudioRecord.cpp 36 status_t AudioRecord::getMinFrameCount(
    [all...]
AudioTrack.cpp 116 status_t AudioTrack::getMinFrameCount(
162 ALOGE("AudioTrack::getMinFrameCount failed for streamType %d, sampleRate %u",
166 ALOGV("getMinFrameCount=%zu: afFrameCount=%zu, afSampleRate=%u, afLatency=%u",
    [all...]
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 651 status_t result = AudioRecord::getMinFrameCount(&frameCount,
    [all...]
android_media_AudioTrack.cpp     [all...]

Completed in 810 milliseconds