Home | History | Annotate | Download | only in jni

Lines Matching defs:gPreviewImageWidth

44 int gPreviewImageWidth[NR];
59 // to the {0,gPreviewImageWidth[LR]} input image frame coordinate system before
229 j < gPreviewImageWidth[mID] * gPreviewImageHeight[mID] * 4;
275 ((gCenterOffsetX + panOffset) + gPreviewImageWidth[HR]) /
282 ((gCenterOffsetX + panOffset) + gPreviewImageWidth[HR]) /
387 gPreviewImageWidth[HR] = widthHR;
390 gPreviewImageWidth[LR] = widthLR;
394 gPreviewImage[LR] = ImageUtils::allocateImage(gPreviewImageWidth[LR],
396 gPreviewImage[HR] = ImageUtils::allocateImage(gPreviewImageWidth[HR],
400 gPreviewFBOWidth = PREVIEW_FBO_WIDTH_SCALE * gPreviewImageWidth[HR];
405 gCenterOffsetX = (gPreviewFBOWidth / 2 - gPreviewImageWidth[HR] / 2);
415 int w = gPreviewImageWidth[HR];
590 gBufferInput[LR].Init(gPreviewImageWidth[LR],
593 gBufferInput[HR].Init(gPreviewImageWidth[HR],
596 gBufferInputYVU[LR].Init(gPreviewImageWidth[LR],
599 gBufferInputYVU[HR].Init(gPreviewImageWidth[HR],
644 gWarper2.SetViewportMatrix(gPreviewImageWidth[HR],