HomeSort by relevance Sort by last modified time
    Searched refs:aPixels (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
BitmapUtils.java 74 int[] aPixels = new int[a.getHeight() * a.getWidth()];
75 int[] bPixels = new int[aPixels.length];
76 a.getPixels(aPixels, /*offset*/0, /*stride*/a.getWidth(), /*x*/0, /*y*/0, a.getWidth(),
81 for (int i = 0; i < aPixels.length; i++) {
82 int aPix = aPixels[i];
89 diff /= (aPixels.length * 3);
  /external/chromium_org/third_party/skia/dm/
DMUtil.cpp 88 const uint16_t* aPixels = (const uint16_t*)a.getPixels();
93 unpack_565(aPixels[i], &ar, &ag, &ab);
  /external/skia/dm/
DMUtil.cpp 71 const uint16_t* aPixels = (const uint16_t*)a.getPixels();
76 unpack_565(aPixels[i], &ar, &ag, &ab);

Completed in 126 milliseconds