Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h1258 mRsmpInUnrel(0), mRsmpInFront(0) { } in ResamplerBufferProvider()
1286 int32_t mRsmpInFront; // next available frame variable
DThreads.cpp7020 mRsmpInFront = recordThread->mRsmpInRear; in reset()
7030 const int32_t front = mRsmpInFront; in sync()
7038 mRsmpInFront = rear; in sync()
7045 mRsmpInFront = /* front = */ rear - framesIn; in sync()
7068 int32_t front = mRsmpInFront; in getNextBuffer()
7108 mRsmpInFront += stepCount; in releaseBuffer()