Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h1512 mRsmpInUnrel(0), mRsmpInFront(0) { } in ResamplerBufferProvider()
1540 int32_t mRsmpInFront; // next available frame variable
DThreads.cpp7980 mRsmpInFront = recordThread->mRsmpInRear; in reset()
7990 const int32_t front = mRsmpInFront; in sync()
7998 mRsmpInFront = rear; in sync()
8005 mRsmpInFront = /* front = */ audio_utils::safe_sub_overflow( in sync()
8029 int32_t front = mRsmpInFront; in getNextBuffer()
8069 mRsmpInFront = audio_utils::safe_add_overflow(mRsmpInFront, stepCount); in releaseBuffer()