Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h1078 mRsmpInUnrel(0), mRsmpInFront(0) { } in ResamplerBufferProvider()
1106 int32_t mRsmpInFront; // next available frame variable
DThreads.cpp6408 mRsmpInFront = recordThread->mRsmpInRear; in reset()
6418 const int32_t front = mRsmpInFront; in sync()
6426 mRsmpInFront = rear; in sync()
6433 mRsmpInFront = /* front = */ rear - framesIn; in sync()
6456 int32_t front = mRsmpInFront; in getNextBuffer()
6496 mRsmpInFront += stepCount; in releaseBuffer()