Home
last modified time | relevance | path

Searched refs:getDeviceFramesPerBurst (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp944 int32_t maximumFramesDevice = getDeviceBufferCapacity() - getDeviceFramesPerBurst(); in setBufferSize()
948 int32_t actualNumBursts = actualFramesDevice / getDeviceFramesPerBurst(); in setBufferSize()
953 const int32_t deviceBufferSizeInFrames = numBursts * getDeviceFramesPerBurst(); in setBufferSize()
DAudioStreamInternalCapture.cpp174 getDeviceFramesPerBurst(); in processDataNow()
DAudioStreamInternalPlay.cpp278 - getDeviceFramesPerBurst(); in processDataNow()
/frameworks/av/media/libaaudio/src/core/
DAudioStream.h215 virtual int32_t getDeviceFramesPerBurst() const { in getDeviceFramesPerBurst() function