Home
last modified time | relevance | path

Searched refs:jpeg_img (Results 1 – 2 of 2) 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
33 if not image_processing_utils.jpeg_has_icc_profile(jpeg_img):
37 jpeg_img, color_space, icc_path):
/cts/apps/CameraITS/utils/
Dimage_processing_utils.py1341 def jpeg_has_icc_profile(jpeg_img): argument
1350 return jpeg_img.info.get('icc_profile') is not None
1366 def is_jpeg_icc_profile_correct(jpeg_img, color_space, icc_profile_path=None): argument
1378 icc = jpeg_img.info.get('icc_profile')