Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene1/
Dtest_exposure.py41 aah = (props['android.sensor.info.activeArraySize']['bottom'] -
43 return aaw, aah
112 aaw, aah = get_raw_active_array_size(props)
116 'gridHeight': aah/IMG_STATS_GRID})
Dtest_raw_sensitivity.py73 aah = props["android.sensor.info.activeArraySize"]["bottom"]-aay
78 "gridHeight": aah/IMG_STATS_GRID})
Dtest_raw_burst_sensitivity.py68 aah = props["android.sensor.info.activeArraySize"]["bottom"]-aay
73 "gridHeight": aah/IMG_STATS_GRID})
/cts/apps/CtsVerifier/jni/verifier/
Dcom_android_cts_verifier_camera_StatsImage.cpp34 jint aax, jint aay, jint aaw, jint aah, in com_android_cts_verifier_camera_its_computeStatsImage() argument
49 const int ngy = aah / gh; in com_android_cts_verifier_camera_its_computeStatsImage()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java731 int aah = ItsUtils.getActiveArrayCropRegion(mCameraCharacteristics) in sendResponseCaptureResult() local
735 jsonSurface.put("height", aah/mCaptureStatsGridHeight); in sendResponseCaptureResult()
1182 int aah = ItsUtils.getActiveArrayCropRegion(mCameraCharacteristics).height();
1186 if (mCaptureStatsGridHeight <= 0 || mCaptureStatsGridHeight > aah) {
1187 mCaptureStatsGridHeight = aah;
1582 int aah = ItsUtils.getActiveArrayCropRegion(mCameraCharacteristics)
1591 img, w, h, aax, aay, aaw, aah, gw, gh);