Home
last modified time | relevance | path

Searched refs:aaw (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CameraITS/tests/scene1/
Dtest_exposure.py41 aaw = (props['android.sensor.info.preCorrectionActiveArraySize']['right'] -
45 return aaw, aah
123 aaw, aah = get_raw_active_array_size(props)
125 'gridWidth': aaw/IMG_STATS_GRID,
Dtest_raw_sensitivity.py74 aaw = props["android.sensor.info.preCorrectionActiveArraySize"]["right"]-aax
79 "gridWidth": aaw/IMG_STATS_GRID,
Dtest_raw_burst_sensitivity.py68 aaw = props["android.sensor.info.preCorrectionActiveArraySize"]["right"]-aax
73 "gridWidth": aaw/IMG_STATS_GRID,
Dtest_dng_noise_model.py57 aaw = props['android.sensor.info.preCorrectionActiveArraySize']['right']-aax
81 'gridWidth': aaw/STATS_GRID,
Dtest_raw_exposure.py62 aaw = props["android.sensor.info.preCorrectionActiveArraySize"]["right"]-aax
65 "gridWidth": aaw/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
47 const int ngx = aaw / gw; in com_android_cts_verifier_camera_its_computeStatsImage()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java812 int aaw = ItsUtils.getActiveArrayCropRegion(mCameraCharacteristics) in sendResponseCaptureResult() local
817 jsonSurface.put("width", aaw/mCaptureStatsGridWidth); in sendResponseCaptureResult()
1405 int aaw = ItsUtils.getActiveArrayCropRegion(cameraCharacteristics).width();
1407 if (mCaptureStatsGridWidth <= 0 || mCaptureStatsGridWidth > aaw) {
1408 mCaptureStatsGridWidth = aaw;
1814 int aaw = ItsUtils.getActiveArrayCropRegion(mCameraCharacteristics)
1823 if (w == aaw) {
1833 img, w, h, aax, aay, aaw, aah, gw, gh);