Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DMosaicFrameProcessor.java40 private float mTranslationLastY; field in MosaicFrameProcessor
124 mTranslationLastY = 0; in reset()
181 mTranslationLastY * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewHeight); in processFrame()
187 mTranslationLastY * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewHeight); in processFrame()
203 mTranslationLastY = translationCurrY; in calculateTranslationRate()
215 mDeltaY[idx] = Math.abs(translationCurrY - mTranslationLastY); in calculateTranslationRate()
233 mTranslationLastY = translationCurrY; in calculateTranslationRate()