Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DMosaicFrameProcessor.java59 private float mTotalDeltaTime = 0f; field in MosaicFrameProcessor
125 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()