Home
last modified time | relevance | path

Searched refs:scaledBitmap (Results 1 – 1 of 1) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/imageprocessors/
DInception.java35 Bitmap scaledBitmap = Bitmap.createScaledBitmap(centeredBitmap, imageDimension, in preprocess() local
41 scaledBitmap.getPixels(pixels, 0, imageDimension, 0, 0, imageDimension, imageDimension); in preprocess()
45 scaledBitmap.recycle(); in preprocess()