Home
last modified time | relevance | path

Searched refs:raw_output (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CameraITS/utils/
Dvideo_processing_utils.py327 raw_output = ''
329 raw_output = subprocess.check_output(cmd,
334 if raw_output:
335 output = str(raw_output.decode('utf-8')).strip()
367 raw_output = ''
369 raw_output = subprocess.check_output(cmd,
374 if raw_output:
375 output = str(raw_output.decode('utf-8')).strip().split('\n')
412 raw_output = ''
414 raw_output = subprocess.check_output(cmd,
[all …]
Dcamera_properties_utils.py312 def raw_output(props): function
/cts/apps/CameraITS/tools/
Drun_all_tests.py296 raw_output = subprocess.check_output(
298 return str(raw_output.decode('utf-8')).strip()
648 raw_output = subprocess.check_output(
650 tablet_name = str(raw_output.decode('utf-8')).strip()
/cts/apps/CameraITS/tests/scene1_2/
Dtest_yuv_plus_raw.py115 camera_properties_utils.raw_output(props) and
Dtest_post_raw_sensitivity_boost.py141 camera_properties_utils.raw_output(props) and