Searched refs:gPreviewFBOWidth (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera/jni/
H A Dmosaic_renderer_jni.cpp53 int gPreviewFBOWidth; variable
61 // transformation for going to the {0,gPreviewFBOWidth}.
249 (gCenterOffsetX + panOffset) / gPreviewFBOWidth - 1.0) *
253 gPreviewFBOWidth - 1.0) * gUILayoutScalingX;
256 (gCenterOffsetX + panOffset) / gPreviewFBOWidth - 1.0) *
260 gPreviewFBOWidth - 1.0) * gUILayoutScalingY;
381 gPreviewFBOWidth = PREVIEW_FBO_WIDTH_SCALE * gPreviewImageWidth[HR];
386 gCenterOffsetX = (gPreviewFBOWidth / 2 - gPreviewImageWidth[HR] / 2);
399 int wm = gPreviewFBOWidth;
549 gBuffer[0].Init(gPreviewFBOWidth, gPreviewFBOHeigh
[all...]

Completed in 24 milliseconds