Searched refs:int_to_rational (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CameraITS/pymodules/its/ |
D | objects.py | 19 def int_to_rational(i): function 99 int_to_rational([1,0,0, 0,1,0, 0,0,1]), 361 self.assertEqual(int_to_rational(10), 363 self.assertEqual(int_to_rational([1,2]),
|
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_param_color_correction.py | 63 transforms = [its.objects.int_to_rational([1, 0, 0, 0, 1, 0, 0, 0, 1]), 64 its.objects.int_to_rational([1, 0, 0, 0, 1, 0, 0, 0, 1]), 65 its.objects.int_to_rational([1, 0, 0, 0, 1, 0, 0, 0, 2])]
|