Home
last modified time | relevance | path

Searched refs:getOutputFrameCount (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/include/media/
DAudioSystem.h95 static status_t getOutputFrameCount(size_t* frameCount,
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorPlayer.cpp413 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != in open()
/frameworks/av/media/libmedia/
DSoundPool.cpp572 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) { in play()
DAudioSystem.cpp259 status_t AudioSystem::getOutputFrameCount(size_t* frameCount, audio_stream_type_t streamType) in getOutputFrameCount() function in android::AudioSystem
DAudioTrack.cpp61 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) { in getMinFrameCount()
/frameworks/base/core/jni/
Dandroid_media_AudioTrack.cpp207 …if (AudioSystem::getOutputFrameCount(&afFrameCount, (audio_stream_type_t) streamType) != NO_ERROR)… in android_media_AudioTrack_native_setup()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1468 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) { in open()