Home
last modified time | relevance | path

Searched defs:pixels (Results 1 – 2 of 2) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/imageprocessors/
DInception.java40 int[] pixels = new int[imageDimension * imageDimension]; in preprocess() local
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DBlankScreenDetectorWithSameColorRectangle.java134 int[][] pixels = new int[image.getHeight()][image.getWidth()]; in getPixels() local