Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h1101 mRsmpInUnrel(0), mRsmpInFront(0) { } in ResamplerBufferProvider()
1129 int32_t mRsmpInFront; // next available frame variable
DThreads.cpp6651 mRsmpInFront = recordThread->mRsmpInRear; in reset()
6661 const int32_t front = mRsmpInFront; in sync()
6669 mRsmpInFront = rear; in sync()
6676 mRsmpInFront = /* front = */ rear - framesIn; in sync()
6699 int32_t front = mRsmpInFront; in getNextBuffer()
6739 mRsmpInFront += stepCount; in releaseBuffer()