HomeSort by relevance Sort by last modified time
    Searched refs:HR (Results 1 - 25 of 39) 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...]
  /external/chromium_org/v8/src/
counters.cc 58 #define HR(name, caption, min, max, num_buckets) \
60 HISTOGRAM_RANGE_LIST(HR)
61 #undef HR
150 #define HR(name, caption, min, max, num_buckets) name##_.Reset();
151 HISTOGRAM_RANGE_LIST(HR)
152 #undef HR
counters.h 294 #define HISTOGRAM_RANGE_LIST(HR) \
296 HR(gc_idle_time_allotted_in_ms, V8.GCIdleTimeAllottedInMS, 0, 10000, 101) \
297 HR(gc_idle_time_limit_overshot, V8.GCIdleTimeLimit.Overshot, 0, 10000, 101) \
298 HR(gc_idle_time_limit_undershot, V8.GCIdleTimeLimit.Undershot, 0, 10000, 101)
561 #define HR(name, caption, min, max, num_buckets) \
563 HISTOGRAM_RANGE_LIST(HR)
564 #undef HR
653 #define HR(name, caption, min, max, num_buckets) Histogram name##_;
654 HISTOGRAM_RANGE_LIST(HR)
655 #undef HR
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 196 HR(create_id(id, GUID_ID_LEN));
575 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure));
578 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
598 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure));
601 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
604 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush));
650 HR(create_id(id, GUID_ID_LEN));
701 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, &centralFigure));
704 HR(this->createPath(centralFigure.get(),
719 HR(this->sideOfClamp(leftArea, leftImageViewBox
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 195 HR(this->createId(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(this->createId(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/chromium_org/third_party/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 140 HR(fontFace->GetFiles(&numFiles, NULL));
147 HR(fontFace->GetFiles(&numFiles, &fontFile));
150 HR(fontFile->GetLoader(&fontFileLoader));
154 HR(fontFile->GetReferenceKey(&refKey, &refKeySize));
316 HR(fOuter->FontToIdentity(font.get(), &fIdentity));
526 HRESULT hr = SkGetGetUserDefaultLocaleNameProc(&getUserDefaultLocaleNameProc); local
528 SK_TRACEHR(hr, "Could not get GetUserDefaultLocaleName.");
SkFontMgr_win_dw.cpp 83 HR(SkDWriteFontFileStreamWrapper::Create(fStream, &stream));
162 HR(fFactory->CreateCustomFontFileReference(
247 HR(StreamFontFileEnumerator::Create(factory, fFontFileLoader.get(), &enumerator));
586 HR(fFontCollection->FindFamilyName(wideFamilyName, &index, &exists));
589 HR(fFontCollection->GetFontFamily(index, fontFamily));
743 HRESULT hr = SkGetGetUserDefaultLocaleNameProc(&getUserDefaultLocaleNameProc); local
745 SK_TRACEHR(hr, "Could not get GetUserDefaultLocaleName.");
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 140 HR(fontFace->GetFiles(&numFiles, NULL));
147 HR(fontFace->GetFiles(&numFiles, &fontFile));
150 HR(fontFile->GetLoader(&fontFileLoader));
154 HR(fontFile->GetReferenceKey(&refKey, &refKeySize));
316 HR(fOuter->FontToIdentity(font.get(), &fIdentity));
515 HRESULT hr = SkGetGetUserDefaultLocaleNameProc(&getUserDefaultLocaleNameProc); local
517 SK_TRACEHR(hr, "Could not get GetUserDefaultLocaleName.");
SkFontMgr_win_dw.cpp 83 HR(SkDWriteFontFileStreamWrapper::Create(fStream, &stream));
162 HR(fFactory->CreateCustomFontFileReference(
247 HR(StreamFontFileEnumerator::Create(factory, fFontFileLoader.get(), &enumerator));
586 HR(fFontCollection->FindFamilyName(wideFamilyName, &index, &exists));
589 HR(fFontCollection->GetFontFamily(index, fontFamily));
743 HRESULT hr = SkGetGetUserDefaultLocaleNameProc(&getUserDefaultLocaleNameProc); local
745 SK_TRACEHR(hr, "Could not get GetUserDefaultLocaleName.");
  /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...]
  /bionic/libc/bionic/
getentropy_linux.c 72 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l)))
538 HR(p, 16);
543 HR(p, pgs);
  /external/chromium_org/native_client_sdk/src/doc/doxygen/
stylesheet.css 212 #doxygen-ref HR {
  /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/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 500 HR(new String[]{
503 "postprefix", "HR-",
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 164 szf [HR]?

Completed in 9367 milliseconds

1 2