HomeSort by relevance Sort by last modified time
    Searched full:convert_capture_to_planes (Results 1 - 12 of 12) sorted by null

  /cts/apps/CameraITS/tests/scene1/
test_param_noise_reduction.py 58 planes = its.image.convert_capture_to_planes(cap)
76 planes = its.image.convert_capture_to_planes(cap)
test_ev_compensation_basic.py 50 y = its.image.convert_capture_to_planes(cap)[0]
test_ev_compensation_advanced.py 64 y = its.image.convert_capture_to_planes(cap)[0]
test_raw_burst_sensitivity.py 67 plane = its.image.convert_capture_to_planes(cap, props)[1]
test_raw_sensitivity.py 60 plane = its.image.convert_capture_to_planes(cap, props)[1]
test_dng_noise_model.py 81 plane = its.image.convert_capture_to_planes(cap, props)[ch]
  /cts/apps/CameraITS/tests/inprog/
test_param_black_level_lock.py 57 yimg,_,_ = its.image.convert_capture_to_planes(cap)
test_black_level.py 62 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
  /cts/apps/CameraITS/tests/
tutorial.py 83 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
166 yimg,_,_ = its.image.convert_capture_to_planes(cap)
181 r,g,b = its.image.convert_capture_to_planes(cap)
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 83 planes = its.image.convert_capture_to_planes(cap, props)
  /cts/apps/CameraITS/pymodules/its/
target.py 80 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
image.py 76 r,gr,gb,b = convert_capture_to_planes(cap, props)
131 def convert_capture_to_planes(cap, props=None): function

Completed in 93 milliseconds