Home
last modified time | relevance | path

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

1234

/cts/apps/CameraITS/tests/scene2_c/
Dtest_camera_launch_perf_class.py39 with its_session_utils.ItsSession(
53 cam = its_session_utils.ItsSession(
Dtest_jpeg_capture_perf_class.py39 with its_session_utils.ItsSession(
53 cam = its_session_utils.ItsSession(
/cts/apps/CameraITS/utils/
Dits_session_utils.py52 class ItsSession(object): class
131 socket_lock.bind((ItsSession.IPADDR, ItsSession.LOCK_PORT))
157 0] == self._device_id and remote_p == ItsSession.REMOTE_PORT:
165 for p in range(ItsSession.CLIENT_PORT_START,
166 ItsSession.CLIENT_PORT_START + ItsSession.MAX_NUM_PORTS):
758 if json_obj['tag'] in ItsSession.IMAGE_FORMAT_LIST_1 and buf is not None:
775 for x in ItsSession.IMAGE_FORMAT_LIST_2:
Dtarget_exposure_utils.py58 with its_session_utils.ItsSession() as cam:
162 with its_session_utils.ItsSession() as cam:
/cts/apps/CameraITS/tests/scene0/
Dtest_capture_result_dump.py31 with its_session_utils.ItsSession(
Dtest_sensor_events.py34 with its_session_utils.ItsSession(
Dtest_burst_capture.py40 with its_session_utils.ItsSession(
Dtest_param_sensitivity_burst.py35 with its_session_utils.ItsSession(
Dtest_unified_timestamps.py33 with its_session_utils.ItsSession(
Dtest_jitter.py44 with its_session_utils.ItsSession(
Dtest_vibration_restriction.py55 with its_session_utils.ItsSession(
/cts/apps/CameraITS/tests/inprog/
Dtest_param_edge_mode.py38 with its.device.ItsSession() as cam:
Dtest_rawstats.py28 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:
Dtest_burst_sameness_auto.py38 with its.device.ItsSession() as cam:
Dtest_burst_sameness_fullres_auto.py41 with its.device.ItsSession() as cam:
/cts/apps/CameraITS/tests/scene1_1/
Dtest_3a.py39 with its_session_utils.ItsSession(
Dtest_jpeg.py61 with its_session_utils.ItsSession(
Dtest_ae_af.py46 with its_session_utils.ItsSession(
/cts/apps/CameraITS/tests/scene1_2/
Dtest_yuv_plus_dng.py36 with its_session_utils.ItsSession(
Dtest_yuv_plus_jpeg.py62 with its_session_utils.ItsSession(
Dtest_yuv_plus_raw12.py42 with its_session_utils.ItsSession(
/cts/apps/CameraITS/tests/inprog/scene2/
Dtest_dng_tags.py27 with its.device.ItsSession() as cam:

1234