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

  /packages/apps/DevCamera/src/com/android/devcamera/
CameraInterface.java 151 void setCaptureFlow(Boolean yuv1, Boolean yuv2, Boolean raw10, Boolean nr, Boolean edge, Boolean face);
Api2Camera.java 495 public void setCaptureFlow(Boolean yuv1, Boolean yuv2, Boolean raw10, Boolean nr, Boolean edge, Boolean face) {
498 if (raw10 != null) mCaptureRaw = raw10 && RAW_STREAM_ENABLE;
    [all...]
  /cts/apps/CameraITS/pymodules/its/
caps.py 160 def raw10(props): function
161 """Returns whether a device supports RAW10 output.
169 return len(its.objects.get_available_output_sizes("raw10", 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
505 and raw+dng, raw10+dng, and raw+raw10 are not supported as combinations.
622 "yuv","jpeg","raw","raw10","raw12","rawStats","dng"].
692 raw_formats += 1 if "raw10" in formats else 0
721 bufs = {"raw":[], "raw10":[], "raw12":[],
    [all...]
image.py 67 if cap["format"] == "raw10":
225 For Bayer captures ("raw", "raw10", "raw12", or "rawStats"):
227 layout. For full-res raw images ("raw", "raw10", "raw12"), each plane
245 if cap["format"] == "raw10":
873 RAW10 bit packing format
  /cts/apps/CameraITS/tests/scene1/
test_yuv_plus_raw10.py 24 """Test capturing a single frame as both RAW10 and YUV outputs.
33 its.caps.raw10(props) and
42 its.objects.get_available_output_sizes("raw10", props)[0]
46 [{"format":"raw10"},
test_post_raw_sensitivity_boost.py 50 elif its.caps.raw10(props):
51 raw_format = 'raw10'

Completed in 158 milliseconds