Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h1256 mRsmpInUnrel(0), mRsmpInFront(0) { } in ResamplerBufferProvider()
1284 int32_t mRsmpInFront; // next available frame variable
DThreads.cpp6982 mRsmpInFront = recordThread->mRsmpInRear; in reset()
6992 const int32_t front = mRsmpInFront; in sync()
7000 mRsmpInFront = rear; in sync()
7007 mRsmpInFront = /* front = */ rear - framesIn; in sync()
7030 int32_t front = mRsmpInFront; in getNextBuffer()
7070 mRsmpInFront += stepCount; in releaseBuffer()