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

/frameworks/base/include/media/
H A DAudioRecord.h112 static status_t getMinFrameCount(int* frameCount,
H A DAudioTrack.h111 static status_t getMinFrameCount(int* frameCount,
/frameworks/base/media/libmedia/
H A DAudioRecord.cpp50 status_t AudioRecord::getMinFrameCount( function in class:android::AudioRecord
186 status_t status = getMinFrameCount(&minFrameCount, sampleRate, format, channelCount);
H A DAudioTrack.cpp52 status_t AudioTrack::getMinFrameCount( function in class:android::AudioTrack
/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp491 status_t result = AudioRecord::getMinFrameCount(&frameCount,
H A Dandroid_media_AudioTrack.cpp804 if (AudioTrack::getMinFrameCount(&frameCount, AUDIO_STREAM_DEFAULT,
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp791 if (AudioTrack::getMinFrameCount(&output, AUDIO_STREAM_VOICE_CALL,
793 AudioRecord::getMinFrameCount(&input, sampleRate,

Completed in 136 milliseconds