Home
last modified time | relevance | path

Searched defs:height (Results 1 – 6 of 6) sorted by relevance

/pdk/apps/CameraITS/service/src/com/android/camera2/its/
DItsUtils.java46 JSONArray a, boolean normalized, int width, int height) in getJsonRectFromArray()
102 int height = image.getHeight(); in getDataFromImage() local
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DTestingCamera2.java202 int height = params.height; in updatePreviewOrientation() local
245 int height) { in surfaceChanged()
DCameraOps.java270 int height = 480; in minimalJpegCapture() local
/pdk/apps/TestingCamera/src/com/android/testingcamera/
DCallbackProcessor.java51 public CallbackProcessor(int width, int height, int format, in CallbackProcessor()
DTestingCamera.java333 int height) { in surfaceChanged()
980 int height = mPreviewSizes.get(mPreviewSize).height; in updatePreviewSizes() local
1179 int height = mPreviewSizes.get(mPreviewSize).height; in layoutPreview() local
1213 int height = mPreviewSizes.get(mPreviewSize).height; in configureCallbacks() local
1488 static int getCallbackBufferSize(int width, int height, int format) { in getCallbackBufferSize()
DSnapshotDialogFragment.java175 int height = exif.getAttributeInt(ExifInterface.TAG_IMAGE_LENGTH, 0); in updateExif() local