Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/
Dmosaic_renderer_jni.h18 const float VIEWPORT_BORDER_FACTOR_HORZ = 0.1f; variable
Dmosaic_renderer_jni.cpp241 double normalizedScreenLimitLeft = -1.0 + VIEWPORT_BORDER_FACTOR_HORZ * 2.0; in continuePanningFBO()
242 double normalizedScreenLimitRight = 1.0 - VIEWPORT_BORDER_FACTOR_HORZ * 2.0; in continuePanningFBO()