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

  /pdk/apps/CameraITS/tests/scene1/
test_param_noise_reduction.py 59 planes = its.image.convert_capture_to_planes(cap)
77 planes = its.image.convert_capture_to_planes(cap)
test_raw_burst_sensitivity.py 68 plane = its.image.convert_capture_to_planes(cap, props)[1]
test_raw_sensitivity.py 61 plane = its.image.convert_capture_to_planes(cap, props)[1]
  /pdk/apps/CameraITS/tests/inprog/
test_ev_compensation.py 48 y = its.image.convert_capture_to_planes(cap)[0]
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)
  /pdk/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)
  /pdk/apps/CameraITS/tools/
compute_dng_noise_model.py 83 planes = its.image.convert_capture_to_planes(cap, props)
  /pdk/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 179 milliseconds