Home
last modified time | relevance | path

Searched refs:p3_img_has_wide_gamut (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CameraITS/utils/
Dimage_processing_utils_tests.py125 self.assertFalse(image_processing_utils.p3_img_has_wide_gamut(
128 self.assertFalse(image_processing_utils.p3_img_has_wide_gamut(
131 self.assertFalse(image_processing_utils.p3_img_has_wide_gamut(
134 self.assertTrue(image_processing_utils.p3_img_has_wide_gamut(
137 self.assertTrue(image_processing_utils.p3_img_has_wide_gamut(
Dimage_processing_utils.py1482 def p3_img_has_wide_gamut(wide_img): function
/cts/apps/CameraITS/tests/scene2_a/
Dtest_display_p3.py94 if not image_processing_utils.p3_img_has_wide_gamut(p3_jpeg_img):