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

/frameworks/base/include/media/
H A DAudioRecord.h111 static status_t getMinFrameCount(int* frameCount,
H A DAudioTrack.h112 static status_t getMinFrameCount(int* frameCount,
/frameworks/base/media/libmedia/
H A DAudioRecord.cpp47 status_t AudioRecord::getMinFrameCount( function in class:android::AudioRecord
168 status_t status = getMinFrameCount(&minFrameCount, sampleRate, format, channelCount);
H A DAudioTrack.cpp47 status_t AudioTrack::getMinFrameCount( function in class:android::AudioTrack
/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp460 status_t result = AudioRecord::getMinFrameCount(&frameCount,
H A Dandroid_media_AudioTrack.cpp793 if (AudioTrack::getMinFrameCount(&frameCount, AudioSystem::DEFAULT,
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp770 if (AudioTrack::getMinFrameCount(&output, AudioSystem::VOICE_CALL,
772 AudioRecord::getMinFrameCount(&input, sampleRate,

Completed in 100 milliseconds