Searched refs:mTotalDeltaTime (Results 1 – 1 of 1) sorted by relevance
59 private float mTotalDeltaTime = 0f; field in MosaicFrameProcessor125 mTotalDeltaTime = 0; in reset()213 mTotalDeltaTime -= mDeltaTime[idx]; in calculateTranslationRate()219 mTotalDeltaTime += mDeltaTime[idx]; in calculateTranslationRate()228 (mPreviewWidth / HR_TO_LR_DOWNSAMPLE_FACTOR) / mTotalDeltaTime; in calculateTranslationRate()230 (mPreviewHeight / HR_TO_LR_DOWNSAMPLE_FACTOR) / mTotalDeltaTime; in calculateTranslationRate()