Searched refs:h (Results 1 – 3 of 3) sorted by relevance
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
D | ImageReaderSubPane.java | 341 int h = mConfiguredSize.getHeight() / SCALE_FACTOR; in updateImage() local 350 int[] imgArray = new int[w * h]; in updateImage() 351 for (int y = 0, j = 0, rowStart = 0, uRowStart = 0, vRowStart = 0; y < h; in updateImage() 373 imgBitmap = Bitmap.createBitmap(imgArray, w, h, Bitmap.Config.ARGB_8888); in updateImage() 381 int h = mConfiguredSize.getHeight() / SCALE_FACTOR; in updateImage() local 384 int[] imgArray = new int[w * h]; in updateImage() 385 for (int y = 0, j = 0; y < h; y++) { in updateImage() 401 imgBitmap = Bitmap.createBitmap(imgArray, w, h, Bitmap.Config.ARGB_8888); in updateImage() 413 int h = img.getHeight(); in updateImage() local 417 imgBitmap = convertDepthToFalseColor(y16Buffer, w, h, stride, SCALE_FACTOR); in updateImage() [all …]
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/ |
D | CameraOps.java | 444 Handler h, CameraControls cameraControl, int format) throws ApiFailureException { in minimalStillCapture() argument 488 mCaptureReader.setOnImageAvailableListener(readerListener, h); in minimalStillCapture()
|
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
D | TestingCamera.java | 443 Handler h = new Handler(); in surfaceChanged() local 444 h.post(new Runnable() { in surfaceChanged() 1612 final Handler h = new Handler(); in notifyMediaScannerOfFile() local 1619 h.post(new Runnable() { in notifyMediaScannerOfFile()
|