Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp5970 , mPipeFramesP2(0) in RecordThread()
6044 mPipeFramesP2 = pipeFramesP2; in RecordThread()
6344 min(mPipeFramesP2, mRsmpInFramesP2) / 2, FMS_20 * mSampleRate / 1000); in threadLoop()
6648 ((frameCount == 0) || (frameCount == mPipeFramesP2)) && in createRecordTrack_l()
6681 this, frameCount, mFrameCount, mPipeFramesP2, in createRecordTrack_l()
6691 frameCount = mPipeFramesP2; in createRecordTrack_l()
DThreads.h1455 size_t mPipeFramesP2; variable