Searched refs:aah (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CameraITS/tests/scene1/ |
D | test_exposure.py | 43 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}
|
D | test_raw_sensitivity.py | 75 aah = props["android.sensor.info.preCorrectionActiveArraySize"]["bottom"]-aay 80 "gridHeight": aah/IMG_STATS_GRID})
|
D | test_raw_burst_sensitivity.py | 69 aah = props["android.sensor.info.preCorrectionActiveArraySize"]["bottom"]-aay 74 "gridHeight": aah/IMG_STATS_GRID})
|
D | test_raw_exposure.py | 63 aah = props["android.sensor.info.preCorrectionActiveArraySize"]["bottom"]-aay 66 "gridHeight": aah/IMG_STATS_GRID}
|
/cts/apps/CtsVerifier/jni/verifier/ |
D | com_android_cts_verifier_camera_StatsImage.cpp | 33 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/ |
D | ItsService.java | 814 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);
|