Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/
Dmosaic_renderer_jni.cpp381 gPreviewFBOWidth = PREVIEW_FBO_WIDTH_SCALE * gPreviewImageWidth[HR]; in AllocateTextureMemory()
519 gUILayoutScalingX = ((float) (PREVIEW_FBO_WIDTH_SCALE * gPreviewImageWidth[LR]) in calculateUILayoutScaling()
536 gUILayoutScalingY = ((float) (PREVIEW_FBO_WIDTH_SCALE * gPreviewImageWidth[LR]) in calculateUILayoutScaling()
Dmosaic_renderer_jni.h7 const int PREVIEW_FBO_WIDTH_SCALE = 2; variable