Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DAudioSystem.h114 static status_t getOutputFrameCount(size_t* frameCount,
/frameworks/base/media/jni/soundpool/
DSoundPool.cpp732 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) { in play()
/frameworks/av/media/libmedia/
DAudioSystem.cpp290 status_t AudioSystem::getOutputFrameCount(size_t* frameCount, audio_stream_type_t streamType) in getOutputFrameCount() function in android::AudioSystem
DAudioTrack.cpp139 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType); in getMinFrameCount()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1679 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) { in open()