HomeSort by relevance Sort by last modified time
    Searched refs:HR (Results 1 - 25 of 31) sorted by null

1 2

  /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...]
  /packages/apps/Camera2/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/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 195 HR(create_id(id, GUID_ID_LEN));
574 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure));
577 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
597 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure));
600 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
603 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush));
649 HR(create_id(id, GUID_ID_LEN));
700 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, &centralFigure));
703 HR(this->createPath(centralFigure.get(),
718 HR(this->sideOfClamp(leftArea, leftImageViewBox
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 195 HR(create_id(id, GUID_ID_LEN));
574 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure));
577 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
597 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure));
600 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
603 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush));
649 HR(create_id(id, GUID_ID_LEN));
700 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, &centralFigure));
703 HR(this->createPath(centralFigure.get(),
718 HR(this->sideOfClamp(leftArea, leftImageViewBox
    [all...]
  /external/chromium_org/third_party/skia/include/utils/win/
SkHRESULT.h 14 HRESULT hr, const char* msg);
37 The HR variants will return the HRESULT when FAILED.
43 #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/skia/include/utils/win/
SkHRESULT.h 14 HRESULT hr, const char* msg);
37 The HR variants will return the HRESULT when FAILED.
43 #define HR(ex) HR_GENERAL(ex, NULL, _hr)
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 192 unsigned HR = getRight() ? getRight()->validateTree() : 0;
194 (void) HR;
196 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
199 assert((HL > HR ? HL-HR : HR-HL) <= 2
438 unsigned hr = getHeight(R); local
439 return (hl > hr ? hl : hr) + 1
496 unsigned hr = getHeight(R); local
    [all...]
  /external/chromium_org/ppapi/c/documentation/
stylesheet.css 208 #doxygen-ref HR {
  /external/chromium_org/ppapi/cpp/documentation/
stylesheet.css 208 #doxygen-ref HR {
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win_dw.cpp 86 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); local
87 if (!IS_ERROR(hr)) {
88 hr = ERROR_PROC_NOT_FOUND;
90 HRVM(hr, "Could not get DWriteCreateFactory proc.");
342 HR(SkDWriteFontFileStreamWrapper::Create(fStream, &stream));
417 HR(fFactory->CreateCustomFontFileReference(
499 HR(StreamFontFileEnumerator::Create(factory, fFontFileLoader.get(), &enumerator));
1409 HRESULT hr = S_OK; local
1458 HRESULT hr = fontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm); local
1484 HRESULT hr = S_OK; local
1876 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); local
1901 HRESULT hr = GetGetUserDefaultLocaleNameProc(&getUserDefaultLocaleNameProc); local
    [all...]
  /external/skia/src/ports/
SkFontHost_win_dw.cpp 86 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); local
87 if (!IS_ERROR(hr)) {
88 hr = ERROR_PROC_NOT_FOUND;
90 HRVM(hr, "Could not get DWriteCreateFactory proc.");
342 HR(SkDWriteFontFileStreamWrapper::Create(fStream, &stream));
417 HR(fFactory->CreateCustomFontFileReference(
499 HR(StreamFontFileEnumerator::Create(factory, fFontFileLoader.get(), &enumerator));
1409 HRESULT hr = S_OK; local
1458 HRESULT hr = fontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm); local
1484 HRESULT hr = S_OK; local
1876 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); local
1901 HRESULT hr = GetGetUserDefaultLocaleNameProc(&getUserDefaultLocaleNameProc); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 164 szf [HR]?
  /external/mesa3d/src/mesa/program/
program_lexer.l 164 szf [HR]?
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump 199 ???iN??)?????j3?KO?????b???w{??????L?w????r?cO?@????1)???@?0??9?><\|???H/?~V8?:????%???j??????U? ???C??? ?RFKX -n?5????IN???l???u?U??-???7?:???Uw????? ???^@?>`I???>u[?n???vv?6?e??1??g??k???RU?LW| [??9?J;?????.?[??U?[??'??O?????o.??s_?>z?v"??WU???????l?W????>?Y?t??????????$TO{L??K?^?H[?0.???????????E??}?,9??????>???????g????_?,???y3????1,??\7?Nf,????s}|???HR?>???`???dP???Q?^???wx??Q?F\??Ax%????7?s(?Q???yK??|+q?{??;??P{????7???O(???????e?h?Owu?m?`8?X??/???s?_??V,????v??:{?U????p6?? \1?vD` ??hW???~?????{?B???@L?>???,?A?????;m????????????_
339 X????>=zD???g???@????D????*?v?*?_???QR??/f?~?Hr}??>?8?q?Rw??)?7Yl??{v8?U?????.?n???gV??o??????iX?o?? ?d]??Z?V???????k?38?????]? Ek ?J???~?????Gs??Q???j???B??qc8?I???V2]Ci?br??????N?N?+ V????-?>w?[?6?$?<?%???<?u ??2;c?TSRl?+r???2%g?
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 2910 milliseconds

1 2