Searched refs:mTranslationLastY (Results 1 – 1 of 1) sorted by relevance
40 private float mTranslationLastY; field in MosaicFrameProcessor124 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()