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

  /cts/apps/CameraITS/pymodules/its/
caps.py 171 def raw12(props): function
172 """Returns whether a device supports RAW12 output.
180 return len(its.objects.get_available_output_sizes("raw12", props)) > 0
191 return raw16(props) or raw10(props) or raw12(props)
objects.py 163 ["jpg", "yuv", "raw", "raw10", "raw12"].
175 fmt_codes = {"raw":0x20, "raw10":0x25, "raw12":0x26,"yuv":0x23,
device.py 497 "dng", "raw", "raw10", "raw12", or "rawStats". The default is a YUV420
622 "yuv","jpeg","raw","raw10","raw12","rawStats","dng"].
693 raw_formats += 1 if "raw12" in formats else 0
721 bufs = {"raw":[], "raw10":[], "raw12":[],
    [all...]
image.py 70 if cap["format"] == "raw12":
225 For Bayer captures ("raw", "raw10", "raw12", or "rawStats"):
227 layout. For full-res raw images ("raw", "raw10", "raw12"), each plane
248 if cap["format"] == "raw12":
  /cts/apps/CameraITS/tests/scene1/
test_yuv_plus_raw12.py 24 """Test capturing a single frame as both RAW12 and YUV outputs.
33 its.caps.raw12(props) and
42 its.objects.get_available_output_sizes("raw12", props)[0]
46 [{"format":"raw12"},
test_post_raw_sensitivity_boost.py 52 elif its.caps.raw12(props):
53 raw_format = 'raw12'

Completed in 170 milliseconds