Home
last modified time | relevance | path

Searched refs:aax (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/jni/verifier/
Dcom_android_cts_verifier_camera_StatsImage.cpp154 const int aax, in computeSingleCellStats() argument
172 int pixelIndex = y * paw + gx * gw + aax; in computeSingleCellStats()
175 for (int x = aax + gx * gw; x < aax + (gx + 1) * gw; x++) { in computeSingleCellStats()
255 jint aax, in com_android_cts_verifier_camera_its_computeStatsImage() argument
284 aax = 0; in com_android_cts_verifier_camera_its_computeStatsImage()
305 bufSize, paw, pah, aax, aay, aaw, aah, gw, gh, ngx, ngy, in com_android_cts_verifier_camera_its_computeStatsImage()
321 aax, aay, gw, gh, gy, gx, numOfChannels, in com_android_cts_verifier_camera_its_computeStatsImage()
/cts/apps/CameraITS/tests/scene1_2/
Dtest_raw_burst_sensitivity.py40 aax = props['android.sensor.info.preCorrectionActiveArraySize']['left']
42 aaw = props['android.sensor.info.preCorrectionActiveArraySize']['right'] - aax
Dtest_raw_exposure.py63 aax = props['android.sensor.info.preCorrectionActiveArraySize']['left']
65 aaw = props['android.sensor.info.preCorrectionActiveArraySize']['right']-aax
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java4314 int aax = activeArrayCropRegion.left;
4317 aax, aay, aaw, aah, gridWidth, gridHeight);