Home
last modified time | relevance | path

Searched refs:ItsSession (Results 1 – 25 of 62) sorted by relevance

123

/cts/apps/CameraITS/pymodules/its/
Ddevice.py28 class ItsSession(object): class
98 socket_lock.bind((ItsSession.IPADDR, ItsSession.LOCK_PORT))
124 remote_p == ItsSession.REMOTE_PORT:
132 for p in range(ItsSession.CLIENT_PORT_START,
133 ItsSession.CLIENT_PORT_START +
134 ItsSession.MAX_NUM_PORTS):
699 adb, ItsSession.ACTION_ITS_RESULT,
700 ItsSession.EXTRA_CAMERA_ID, camera_id,
701 ItsSession.EXTRA_SUCCESS, 'True' if success else 'False',
702 ItsSession.EXTRA_SUMMARY, device_summary_path))
[all …]
Dtarget.py161 with its.device.ItsSession() as cam:
192 with its.device.ItsSession() as cam:
/cts/apps/CameraITS/tools/
Dget_camera_ids.py29 with its.device.ItsSession() as cam:
Dconfig.py50 with its.device.ItsSession() as cam:
Dvalidate_scene.py44 with its.device.ItsSession() as cam:
/cts/apps/CameraITS/tests/scene0/
Dtest_sensor_events.py26 with its.device.ItsSession() as cam:
Dtest_capture_result_dump.py26 with its.device.ItsSession() as cam:
Dtest_camera_properties.py24 with its.device.ItsSession() as cam:
Dtest_param_sensitivity_burst.py29 with its.device.ItsSession() as cam:
Dtest_unified_timestamps.py24 with its.device.ItsSession() as cam:
Dtest_metadata.py28 with its.device.ItsSession() as cam:
Dtest_jitter.py34 with its.device.ItsSession() as cam:
/cts/apps/CameraITS/tests/scene1/
Dtest_3a.py24 with its.device.ItsSession() as cam:
Dtest_yuv_plus_dng.py26 with its.device.ItsSession() as cam:
Dtest_param_flash_mode.py27 with its.device.ItsSession() as cam:
Dtest_ev_compensation_basic.py30 with its.device.ItsSession() as cam:
Dtest_yuv_plus_jpeg.py33 with its.device.ItsSession() as cam:
Dtest_yuv_plus_raw12.py30 with its.device.ItsSession() as cam:
Dtest_yuv_plus_raw10.py30 with its.device.ItsSession() as cam:
Dtest_yuv_plus_raw.py30 with its.device.ItsSession() as cam:
/cts/apps/CameraITS/tests/inprog/
Dtest_test_patterns.py25 with its.device.ItsSession() as cam:
Dtest_param_edge_mode.py38 with its.device.ItsSession() as cam:
Dtest_param_black_level_lock.py48 with its.device.ItsSession() as cam:
Dtest_3a_remote.py30 with its.device.ItsSession() as cam:
Dtest_crop_region.py31 with its.device.ItsSession() as cam:

123