Home
last modified time | relevance | path

Searched refs:calculateBytesPerFrame (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpointMMAP.cpp250 __func__, getFormat(), calculateBytesPerFrame(), mFramesPerBurst); in openWithFormat()
407 int32_t bytesPerFrame = calculateBytesPerFrame(); in getDownDataDescription()
H A DAAudioServiceStreamShared.cpp189 result = mAudioDataQueue->allocate(calculateBytesPerFrame(), getBufferCapacity()); in open()
/aosp12/frameworks/av/media/libaaudio/src/core/
H A DAAudioStreamParameters.h177 int32_t calculateBytesPerFrame() const { in calculateBytesPerFrame() function