Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp1326 uint32_t bufFrames = (bufBytes - consumedAlready) / mFrameSize; in updateFramesPendingAfterTrim_l() local
1327 ALOG_ASSERT(mFramesPendingInQueue >= bufFrames, in updateFramesPendingAfterTrim_l()
1331 bufFrames, mFramesPendingInQueue, logTag); in updateFramesPendingAfterTrim_l()
1333 mFramesPendingInQueue -= bufFrames; in updateFramesPendingAfterTrim_l()
1347 uint32_t bufFrames = buffer->size() / mFrameSize; in queueTimedBuffer() local
1348 mFramesPendingInQueue += bufFrames; in queueTimedBuffer()