Searched refs:processBitmap (Results 1 – 4 of 4) sorted by relevance
111 public abstract boolean processBitmap(Bitmap bitmap, int imageId) in processBitmap() method in OvicBenchmarker115 public boolean processBitmap(Bitmap bitmap) throws IOException, InterruptedException { in processBitmap() method in OvicBenchmarker116 return processBitmap(bitmap, /* imageId = */ 0); in processBitmap()
113 public boolean processBitmap(Bitmap bitmap, int imageId) in processBitmap() method in OvicDetectorBenchmarker
77 public boolean processBitmap(Bitmap bitmap, int imageId) in processBitmap() method in OvicClassifierBenchmarker
128 if (!benchmarker.processBitmap(testImageBitmap)) { in doTestIteration()