Searched refs:aaw (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CtsVerifier/jni/verifier/ |
D | com_android_cts_verifier_camera_StatsImage.cpp | 257 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/ |
D | test_raw_sensitivity.py | 42 aaw = (props['android.sensor.info.preCorrectionActiveArraySize']['right'] - 46 logging.debug('Active array W,H: %d,%d', aaw, aah) 48 'gridWidth': aaw // _IMG_STATS_GRID,
|
D | test_raw_burst_sensitivity.py | 42 aaw = props['android.sensor.info.preCorrectionActiveArraySize']['right'] - aax 47 'gridWidth': aaw // _IMG_STATS_GRID,
|
D | test_raw_exposure.py | 65 aaw = props['android.sensor.info.preCorrectionActiveArraySize']['right']-aax 68 'gridWidth': aaw // _IMG_STATS_GRID,
|
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_exposure_x_iso.py | 180 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/ |
D | ItsService.java | 1286 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 …]
|