Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/
Dmosaic_renderer_jni.cpp53 int gPreviewFBOWidth; variable
249 (gCenterOffsetX + panOffset) / gPreviewFBOWidth - 1.0) * in continuePanningFBO()
253 gPreviewFBOWidth - 1.0) * gUILayoutScalingX; in continuePanningFBO()
256 (gCenterOffsetX + panOffset) / gPreviewFBOWidth - 1.0) * in continuePanningFBO()
260 gPreviewFBOWidth - 1.0) * gUILayoutScalingY; in continuePanningFBO()
381 gPreviewFBOWidth = PREVIEW_FBO_WIDTH_SCALE * gPreviewImageWidth[HR]; in AllocateTextureMemory()
386 gCenterOffsetX = (gPreviewFBOWidth / 2 - gPreviewImageWidth[HR] / 2); in AllocateTextureMemory()
399 int wm = gPreviewFBOWidth; in AllocateTextureMemory()
549 gBuffer[0].Init(gPreviewFBOWidth, gPreviewFBOHeight, GL_RGBA); in Java_com_android_camera_panorama_MosaicRenderer_reset()
550 gBuffer[1].Init(gPreviewFBOWidth, gPreviewFBOHeight, GL_RGBA); in Java_com_android_camera_panorama_MosaicRenderer_reset()