OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_to_rational
(Results
1 - 3
of
3
) sorted by null
/pdk/apps/CameraITS/pymodules/its/
objects.py
26
def
int_to_rational
(i):
function
101
int_to_rational
([1,0,0, 0,1,0, 0,0,1]),
167
"""Unit test for
int_to_rational
.
169
self.assertEqual(
int_to_rational
(10),
171
self.assertEqual(
int_to_rational
([1,2]),
/pdk/apps/CameraITS/tests/scene1/
test_param_color_correction.py
53
transforms = [its.objects.
int_to_rational
([1,0,0, 0,1,0, 0,0,1]),
54
its.objects.
int_to_rational
([1,0,0, 0,1,0, 0,0,1]),
55
its.objects.
int_to_rational
([1,0,0, 0,1,0, 0,0,2])]
test_capture_result.py
43
manual_transform = its.objects.
int_to_rational
([1,2,3, 4,5,6, 7,8,9])
Completed in 590 milliseconds