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

/packages/apps/Camera/jni/
H A Dmosaic_renderer_jni.cpp59 // to the {0,gPreviewImageWidth[LR]} input image frame coordinate system before
367 gPreviewImageWidth[LR] = widthLR;
368 gPreviewImageHeight[LR] = heightLR;
373 gPreviewImage[LR] = ImageUtils::allocateImage(gPreviewImageWidth[LR],
374 gPreviewImageHeight[LR], 4);
375 ClearPreviewImage(LR);
453 ImageUtils::freeImage(gPreviewImage[LR]);
482 gSurfTexRenderer[LR].InitializeGLProgram();
484 gYVURenderer[LR]
[all...]
H A Dmosaic_renderer_jni.h20 const int LR = 0; // Low-resolution mode variable
H A Dfeature_mos_jni.cpp53 // Variables to keep track of the mosaic computation progress for both LR & HR.
104 if(tWidth[LR]>180)
105 quarter_res[LR] = true;
282 tWidth[LR] = int(width / H2L_FACTOR);
283 tHeight[LR] = int(height / H2L_FACTOR);
287 tImage[LR][i] = ImageUtils::allocateImage(tWidth[LR], tHeight[LR],
293 AllocateTextureMemory(tWidth[HR], tHeight[HR], tWidth[LR], tHeight[LR]);
[all...]

Completed in 873 milliseconds