HomeSort by relevance Sort by last modified time
    Searched refs:int_to_rational (Results 1 - 4 of 4) sorted by null

  /pdk/apps/CameraITS/pymodules/its/
objects.py 25 def int_to_rational(i): function
87 int_to_rational([1,0,0, 0,1,0, 0,0,1]),
111 """Unit test for int_to_rational.
113 self.assertEqual(int_to_rational(10),
115 self.assertEqual(int_to_rational([1,2]),
  /pdk/apps/CameraITS/tests/
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])]
test_linearity.py 83 its.objects.int_to_rational([1,0,0, 0,1,0, 0,0,1]))
test_capture_result.py 31 manual_transform = its.objects.int_to_rational([1,2,3, 4,5,6, 7,8,9])

Completed in 218 milliseconds