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

  /frameworks/av/services/camera/libcameraservice/tests/
DistortionMapperTest.cpp 221 const size_t coordCount = 1e5; // Number of random test points
228 std::vector<int32_t> randCoords(coordCount * 2);
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 229 int coordCount = rawArray.length;
230 for (int index = 0; index < coordCount; index += 2) {

Completed in 1408 milliseconds