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

/packages/apps/Camera/jni/
H A Dmosaic_renderer_jni.cpp252 ((gCenterOffsetX + panOffset) + gPreviewImageWidth[HR]) /
259 ((gCenterOffsetX + panOffset) + gPreviewImageWidth[HR]) /
364 gPreviewImageWidth[HR] = widthHR;
365 gPreviewImageHeight[HR] = heightHR;
376 gPreviewImage[HR] = ImageUtils::allocateImage(gPreviewImageWidth[HR],
377 gPreviewImageHeight[HR], 4);
378 ClearPreviewImage(HR);
381 gPreviewFBOWidth = PREVIEW_FBO_WIDTH_SCALE * gPreviewImageWidth[HR];
382 gPreviewFBOHeight = PREVIEW_FBO_HEIGHT_SCALE * gPreviewImageHeight[HR];
[all...]
H A Dmosaic_renderer_jni.h21 const int HR = 1; // High-resolution mode variable
H A Dfeature_mos_jni.cpp53 // Variables to keep track of the mosaic computation progress for both LR & HR.
280 tWidth[HR] = width;
281 tHeight[HR] = height;
289 tImage[HR][i] = ImageUtils::allocateImage(tWidth[HR], tHeight[HR],
293 AllocateTextureMemory(tWidth[HR], tHeight[HR], tWidth[LR], tHeight[LR]);
302 ImageUtils::freeImage(tImage[HR][i]);
385 // Copy into HR buffe
[all...]

Completed in 32 milliseconds