Searched refs:color_space (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CameraITS/tests/scene2_a/ |
D | test_display_p3.py | 32 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/ |
D | camera_properties_utils.py | 1042 def color_space_to_int(color_space): argument 1051 if color_space == 'UNSPECIFIED': 1054 return COLOR_SPACES.index(color_space)
|
D | image_processing_utils.py | 1366 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/ |
D | test_feature_combination.py | 278 color_space = video_processing_utils.get_video_colorspace( 281 video_processing_utils.COLORSPACE_HDR not in color_space):
|