HomeSort by relevance Sort by last modified time
    Searched refs:regionCount (Results 1 - 5 of 5) 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/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 244 EAS_U32 regionCount;
600 if ((dls.regionCount == 0) || (dls.regionCount > DLS_MAX_REGION_COUNT))
602 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "DLS file contains invalid #regions [%u]\n", dls.regionCount); */ }
609 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "DLS file contains invalid #articulations [%u]\n", dls.regionCount); */ }
625 rgnPoolSize = (EAS_I32) (sizeof(S_DLS_REGION) * dls.regionCount);
658 dls.pDLS->numDLSRegions = (EAS_U16) dls.regionCount;
690 dls.regionCount = dls.instCount = 0;
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 440 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AE);
441 if (regionCount == null) {
444 return regionCount;
453 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB);
454 if (regionCount == null) {
457 return regionCount;
466 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AF);
467 if (regionCount == null) {
470 return regionCount;
    [all...]
  /frameworks/base/media/java/android/media/
WebVttRenderer.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h     [all...]

Completed in 413 milliseconds