/packages/apps/LegacyCamera/jni/ |
mosaic_renderer_jni.cpp | 252 ((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...] |
mosaic_renderer_jni.h | 21 const int HR = 1; // High-resolution mode
|
feature_mos_jni.cpp | 53 // 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 buffer only if this is a valid fram [all...] |
/packages/apps/Camera/jni/ |
mosaic_renderer_jni.cpp | 275 ((gCenterOffsetX + panOffset) + gPreviewImageWidth[HR]) / 282 ((gCenterOffsetX + panOffset) + gPreviewImageWidth[HR]) / 387 gPreviewImageWidth[HR] = widthHR; 388 gPreviewImageHeight[HR] = heightHR; 396 gPreviewImage[HR] = ImageUtils::allocateImage(gPreviewImageWidth[HR], 397 gPreviewImageHeight[HR], 4); 400 gPreviewFBOWidth = PREVIEW_FBO_WIDTH_SCALE * gPreviewImageWidth[HR]; 401 gPreviewFBOHeight = PREVIEW_FBO_HEIGHT_SCALE * gPreviewImageHeight[HR]; 405 gCenterOffsetX = (gPreviewFBOWidth / 2 - gPreviewImageWidth[HR] / 2) [all...] |
mosaic_renderer_jni.h | 21 const int HR = 1; // High-resolution mode
|
feature_mos_jni.cpp | 53 // 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 buffer only if this is a valid fram [all...] |
/external/skia/include/utils/win/ |
SkHRESULT.h | 14 HRESULT hr, const char* msg); 37 The HR variants will return the HRESULT when FAILED. 41 #define HR(ex) HR_GENERAL(ex, NULL, _hr)
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
Tag.java | 45 public static final Tag HR = new TagImpl ("HR");
|
HTMLDocument.java | 175 final IElement hr = IElement.Factory.create (Tag.HR); local 176 hr.getAttributes ().set (Attribute.SIZE, size); 178 add (hr);
|
/external/llvm/include/llvm/ADT/ |
ImmutableSet.h | 193 unsigned HR = getRight() ? getRight()->validateTree() : 0; 195 (void) HR; 197 assert(getHeight() == ( HL > HR ? HL : HR ) + 1 200 assert((HL > HR ? HL-HR : HR-HL) <= 2 439 unsigned hr = getHeight(R); local 440 return (hl > hr ? hl : hr) + 1 498 unsigned hr = getHeight(R); local [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/ |
jsref.js | 25 var HR = ""; 172 print( HR );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/ |
jsref.js | 20 var HR = "";
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/ |
jsref.js | 20 var HR = "";
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ |
jsref.js | 33 var HR = ""; 214 print( HR );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/ |
jsref.js | 27 var HR = ""; 174 print( HR );
|
/external/emma/lib/ |
emma.jar | |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |