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

/frameworks/av/include/media/
H A DAudioSystem.h91 static status_t getOutputFrameCount(int* frameCount, audio_stream_type_t stream = AUDIO_STREAM_DEFAULT);
111 static status_t getOutputFrameCount(int* frameCount, int stream = AUDIO_STREAM_DEFAULT);
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp255 status_t AudioSystem::getOutputFrameCount(int* frameCount, int streamType) { function in class:android::AudioSystem
256 return getOutputFrameCount(frameCount, (audio_stream_type_t)streamType);
259 status_t AudioSystem::getOutputFrameCount(int* frameCount, audio_stream_type_t streamType) function in class:android::AudioSystem
H A DSoundPool.cpp574 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
H A DAudioTrack.cpp73 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) {
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp413 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) !=
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp212 if (AudioSystem::getOutputFrameCount(&afFrameCount, (audio_stream_type_t) streamType) != NO_ERROR) {
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1394 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) {
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp174 if (android::AudioSystem::getOutputFrameCount(&afFrameCount,

Completed in 3754 milliseconds