Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/verifier/
Dcom_android_cts_verifier_camera_StatsImage.cpp257 jint aaw, in com_android_cts_verifier_camera_its_computeStatsImage() argument
277 aaw = std::min(paw, aaw); in com_android_cts_verifier_camera_its_computeStatsImage()
283 if (paw == aaw) { in com_android_cts_verifier_camera_its_computeStatsImage()
292 const int ngx = aaw / gw; 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()
/cts/apps/CameraITS/tests/scene1_2/
Dtest_raw_sensitivity.py42 aaw = (props['android.sensor.info.preCorrectionActiveArraySize']['right'] -
46 logging.debug('Active array W,H: %d,%d', aaw, aah)
48 'gridWidth': aaw // _IMG_STATS_GRID,
Dtest_raw_burst_sensitivity.py42 aaw = props['android.sensor.info.preCorrectionActiveArraySize']['right'] - aax
47 'gridWidth': aaw // _IMG_STATS_GRID,
Dtest_raw_exposure.py65 aaw = props['android.sensor.info.preCorrectionActiveArraySize']['right']-aax
68 'gridWidth': aaw // _IMG_STATS_GRID,
/cts/apps/CameraITS/tests/scene1_1/
Dtest_exposure_x_iso.py180 aaw = (props['android.sensor.info.preCorrectionActiveArraySize']['right'] -
184 return aaw, aah
291 aaw, aah = get_raw_active_array_size(props)
293 'gridWidth': aaw//_RAW_STATS_GRID,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java1286 int aaw = activeArrayCropRegion.width(); in sendResponseCaptureResult() local
1289 jsonSurface.put("width", aaw / mCaptureStatsGridWidth); in sendResponseCaptureResult()
1294 int aaw = activeArrayCropRegion.width(); in sendResponseCaptureResult() local
1297 jsonSurface.put("width", aaw / mCaptureStatsGridWidth); in sendResponseCaptureResult()
1310 int aaw = activeArrayCropRegion.width(); in sendResponseCaptureResult() local
1313 jsonSurface.put("width", aaw / mCaptureStatsGridWidth); in sendResponseCaptureResult()
1318 int aaw = activeArrayCropRegion.width(); in sendResponseCaptureResult() local
1321 jsonSurface.put("width", aaw / mCaptureStatsGridWidth); in sendResponseCaptureResult()
2523 int aaw = activeArrayCropRegion.width();
2525 if (mCaptureStatsGridWidth <= 0 || mCaptureStatsGridWidth > aaw) {
[all …]