Searched refs:BlurRecord (Results 1 – 1 of 1) sorted by relevance
23 private BlurRecord[] mHistory;30 private class BlurRecord { class in MotionBlurComponent39 mHistory = new BlurRecord[STEP_COUNT]; in MotionBlurComponent()41 mHistory[x] = new BlurRecord(); in MotionBlurComponent()94 final BlurRecord record = mHistory[step]; in update()