Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DAudioSystem.h128 static status_t getOutputFrameCount(size_t* frameCount,
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h128 static status_t getOutputFrameCount(size_t* frameCount,
/frameworks/base/media/jni/soundpool/
DSoundPool.cpp751 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) { in play()
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp322 status_t AudioSystem::getOutputFrameCount(size_t* frameCount, audio_stream_type_t streamType) in getOutputFrameCount() function in android::AudioSystem
DAudioTrack.cpp130 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType); in getMinFrameCount()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1893 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) { in open()