Searched refs:gPreviewImageWidth (Results 1 – 3 of 3) sorted by relevance
44 int gPreviewImageWidth[NR]; variable206 j < gPreviewImageWidth[mID] * gPreviewImageHeight[mID] * 4; in ClearPreviewImage()252 ((gCenterOffsetX + panOffset) + gPreviewImageWidth[HR]) / in continuePanningFBO()259 ((gCenterOffsetX + panOffset) + gPreviewImageWidth[HR]) / in continuePanningFBO()364 gPreviewImageWidth[HR] = widthHR; in AllocateTextureMemory()367 gPreviewImageWidth[LR] = widthLR; in AllocateTextureMemory()373 gPreviewImage[LR] = ImageUtils::allocateImage(gPreviewImageWidth[LR], in AllocateTextureMemory()376 gPreviewImage[HR] = ImageUtils::allocateImage(gPreviewImageWidth[HR], in AllocateTextureMemory()381 gPreviewFBOWidth = PREVIEW_FBO_WIDTH_SCALE * gPreviewImageWidth[HR]; in AllocateTextureMemory()386 gCenterOffsetX = (gPreviewFBOWidth / 2 - gPreviewImageWidth[HR] / 2); in AllocateTextureMemory()[all …]
32 extern int gPreviewImageWidth[NR];
442 gPreviewImageWidth[LR], gPreviewImageHeight[LR]); in Java_com_android_camera_panorama_Mosaic_setSourceImage()