Searched refs:getMinFrameCount (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/include/media/
H A DAudioRecord.h101 static status_t getMinFrameCount(int* frameCount,
H A DAudioTrack.h117 static status_t getMinFrameCount(int* frameCount,
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp38 status_t AudioRecord::getMinFrameCount( function in class:android::AudioRecord
180 status_t status = getMinFrameCount(&minFrameCount, sampleRate, format, channelMask);
H A DAudioTrack.cpp52 status_t AudioTrack::getMinFrameCount( function in class:android::AudioTrack
87 ALOGV("getMinFrameCount=%d: afFrameCount=%d, minBufCount=%d, afSampleRate=%d, afLatency=%d",
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp62 status_t status = AudioRecord::getMinFrameCount(&minFrameCount,
/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp515 status_t result = AudioRecord::getMinFrameCount(&frameCount,
H A Dandroid_media_AudioTrack.cpp790 if (AudioTrack::getMinFrameCount(&frameCount, AUDIO_STREAM_DEFAULT,
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp790 if (AudioTrack::getMinFrameCount(&output, AUDIO_STREAM_VOICE_CALL,
792 AudioRecord::getMinFrameCount(&input, sampleRate,

Completed in 483 milliseconds