Searched refs:imageId (Results 1 – 4 of 4) sorted by relevance
85 public boolean processBuffer(ByteBuffer image, int imageId) { in processBuffer() argument90 if (!detector.detectByteBuffer(image, imageId)) { in processBuffer()113 public boolean processBitmap(Bitmap bitmap, int imageId) in processBitmap() argument119 if (!processBuffer(imgData, imageId)) { in processBitmap()
77 public boolean processBitmap(Bitmap bitmap, int imageId) in processBitmap() argument85 Log.i(TAG, "Classifying image: " + imageId); in processBitmap()
126 boolean detectByteBuffer(ByteBuffer imgData, int imageId) { in detectByteBuffer() argument137 result.resetTo(latency, imageId); in detectByteBuffer()
111 public abstract boolean processBitmap(Bitmap bitmap, int imageId) in processBitmap() argument