Searched defs:pixels (Results 1 – 9 of 9) sorted by relevance
125 public native float[] setSourceImage(byte[] pixels); in setSourceImage()
47 int[] pixels = new int[w * h]; in doInBackground() local
240 final int pixels = getDistance(lastX, lastY, x, y); in detectFastMove() local297 final int pixels = getDistance(mLastMajorEventX, mLastMajorEventY, x, y); in updateIncrementalRecognitionSize() local
343 int[] pixels = new int[w * h]; in doInBackground() local
268 int pixels[] = new int[65536]; in loadBitmap() local
426 jbyte *pixels = env->GetByteArrayElements(photo_data, 0); in Java_com_android_camera_Mosaic_setSourceImage() local
426 jbyte *pixels = env->GetByteArrayElements(photo_data, 0); in Java_com_android_camera_panorama_Mosaic_setSourceImage() local
603 int pixels = x - mBoundRight; in scrollPage() local607 int pixels = mBoundLeft - x; in scrollPage() local