Searched refs:aay (Results 1 – 5 of 5) sorted by relevance
/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 59 for (int y = aay+gy*gh; y < aay+(gy+1)*gh; y++) { in com_android_cts_verifier_camera_its_computeStatsImage()
|
/cts/apps/CameraITS/tests/scene1/ |
D | test_raw_sensitivity.py | 73 aay = props["android.sensor.info.preCorrectionActiveArraySize"]["top"] 75 aah = props["android.sensor.info.preCorrectionActiveArraySize"]["bottom"]-aay
|
D | test_raw_burst_sensitivity.py | 67 aay = props["android.sensor.info.preCorrectionActiveArraySize"]["top"] 69 aah = props["android.sensor.info.preCorrectionActiveArraySize"]["bottom"]-aay
|
D | test_raw_exposure.py | 61 aay = props["android.sensor.info.preCorrectionActiveArraySize"]["top"] 63 aah = props["android.sensor.info.preCorrectionActiveArraySize"]["bottom"]-aay
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsService.java | 1820 int aay = ItsUtils.getActiveArrayCropRegion(mCameraCharacteristics) 1827 aay = 0; 1833 img, w, h, aax, aay, aaw, aah, gw, gh);
|