Home
last modified time | relevance | path

Searched refs:color_space (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CameraITS/tests/scene2_a/
Dtest_display_p3.py32 def _check_icc(jpeg_img, color_space, fmt_str, icc_path): argument
34 logging.error('FMT: %s/%s has no icc profile', fmt_str, color_space)
37 jpeg_img, color_space, icc_path):
38 logging.error('FMT: %s/%s has incorrect icc profile', fmt_str, color_space)
/cts/apps/CameraITS/utils/
Dcamera_properties_utils.py1042 def color_space_to_int(color_space): argument
1051 if color_space == 'UNSPECIFIED':
1054 return COLOR_SPACES.index(color_space)
Dimage_processing_utils.py1366 def is_jpeg_icc_profile_correct(jpeg_img, color_space, icc_profile_path=None): argument
1393 if color_space == 'DISPLAY_P3':
1401 elif color_space == 'SRGB':
/cts/apps/CameraITS/tests/feature_combination/
Dtest_feature_combination.py278 color_space = video_processing_utils.get_video_colorspace(
281 video_processing_utils.COLORSPACE_HDR not in color_space):