Home
last modified time | relevance | path

Searched refs:aah (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CameraITS/tests/scene1/
Dtest_exposure.py43 aah = (props['android.sensor.info.preCorrectionActiveArraySize']['bottom'] -
45 return aaw, aah
123 aaw, aah = get_raw_active_array_size(props)
126 'gridHeight': aah/IMG_STATS_GRID}
Dtest_raw_sensitivity.py75 aah = props["android.sensor.info.preCorrectionActiveArraySize"]["bottom"]-aay
80 "gridHeight": aah/IMG_STATS_GRID})
Dtest_raw_burst_sensitivity.py69 aah = props["android.sensor.info.preCorrectionActiveArraySize"]["bottom"]-aay
74 "gridHeight": aah/IMG_STATS_GRID})
Dtest_raw_exposure.py63 aah = props["android.sensor.info.preCorrectionActiveArraySize"]["bottom"]-aay
66 "gridHeight": aah/IMG_STATS_GRID}
/cts/apps/CtsVerifier/jni/verifier/
Dcom_android_cts_verifier_camera_StatsImage.cpp33 jint aax, jint aay, jint aaw, jint aah, in com_android_cts_verifier_camera_its_computeStatsImage() argument
48 const int ngy = aah / gh; in com_android_cts_verifier_camera_its_computeStatsImage()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java814 int aah = ItsUtils.getActiveArrayCropRegion(mCameraCharacteristics) in sendResponseCaptureResult() local
818 jsonSurface.put("height", aah/mCaptureStatsGridHeight); in sendResponseCaptureResult()
1406 int aah = ItsUtils.getActiveArrayCropRegion(cameraCharacteristics).height();
1410 if (mCaptureStatsGridHeight <= 0 || mCaptureStatsGridHeight > aah) {
1411 mCaptureStatsGridHeight = aah;
1816 int aah = ItsUtils.getActiveArrayCropRegion(mCameraCharacteristics)
1826 if (h == aah) {
1833 img, w, h, aax, aay, aaw, aah, gw, gh);