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

  /external/opencv3/modules/core/perf/
perf_math.cpp 33 const int MAX_DIM = get<0>(GetParam());
39 dims = rng.uniform(1, MAX_DIM+1);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationByteBufferTest.java 33 protected int MAX_DIM = 128;
73 int dimX = r.nextInt(MAX_DIM) + 1;
79 int dimX = r.nextInt(MAX_DIM) + 1;
80 int dimY = r.nextInt(MAX_DIM) + 2; //Make sure dimY is larger than 1;
87 int dimX = r.nextInt(MAX_DIM) + 1;
106 int dimX = r.nextInt(MAX_DIM) + 1;
107 int dimY = r.nextInt(MAX_DIM) + 2; //Make sure dimY is larger than 1;
  /external/opencv3/modules/core/test/
test_operations.cpp     [all...]
test_mat.cpp 740 const int MAX_DIM = 5, MAX_DIM_SZ = 10;
745 int dims = ((unsigned)rng % MAX_DIM) + 1;
746 int i, k, size[MAX_DIM]={0}, idx[MAX_DIM]={0};
908 int idx1[MAX_DIM], idx2[MAX_DIM];
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackLayoutAlgorithm.java 122 private static final float MAX_DIM = 0.25f;
    [all...]

Completed in 294 milliseconds