HomeSort by relevance Sort by last modified time
    Searched defs:regionCount (Results 1 - 9 of 9) sorted by null

  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
ErrorCalculator.java 88 int regionCount = 0;
90 regionCount += region;
92 int interestingPixels = Math.max(1, regionCount) * REGION_SIZE * REGION_SIZE;
  /external/freetype/src/truetype/
ttgxvar.h 68 FT_UInt* regionIndices; /* array of `regionCount' indices; */
100 FT_UInt regionCount; /* total number of regions defined */
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 453 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AE);
454 if (regionCount == null) {
457 return regionCount;
466 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB);
467 if (regionCount == null) {
470 return regionCount;
479 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AF);
480 if (regionCount == null) {
483 return regionCount;
    [all...]
  /external/freetype/src/cff/
cfftypes.h 116 FT_UInt* regionIndices; /* array of `regionCount' indices; */
144 FT_UInt regionCount; /* total number of regions defined */
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 246 EAS_U32 regionCount;
604 if ((dls.regionCount == 0) || (dls.regionCount > DLS_MAX_REGION_COUNT))
606 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "DLS file contains invalid #regions [%u]\n", dls.regionCount); */ }
613 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "DLS file contains invalid #articulations [%u]\n", dls.regionCount); */ }
629 rgnPoolSize = (EAS_I32) (sizeof(S_DLS_REGION) * dls.regionCount);
662 dls.pDLS->numDLSRegions = (EAS_U16) dls.regionCount;
696 dls.regionCount = dls.instCount = 0;
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
StaticMetadata.java 443 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AE);
444 if (regionCount == null) {
447 return regionCount;
456 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB);
457 if (regionCount == null) {
460 return regionCount;
469 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AF);
470 if (regionCount == null) {
473 return regionCount;
    [all...]
  /frameworks/base/media/java/android/media/
WebVttRenderer.java     [all...]

Completed in 659 milliseconds