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 470 public void setCaptureFlow(Boolean yuv1, Boolean yuv2, Boolean raw10, Boolean nr, Boolean edge, Boolean face) {
473 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 162 ["jpg", "yuv", "raw", "raw10", "raw12"].
174 fmt_codes = {"raw":0x20, "raw10":0x25, "raw12":0x26,"yuv":0x23,
device.py 477 "dng", "raw", "raw10", "raw12", or "rawStats". The default is a YUV420
485 and raw+dng, raw10+dng, and raw+raw10 are not supported as combinations.
599 "yuv","jpeg","raw","raw10","raw12","rawStats","dng"].
669 raw_formats += 1 if "raw10" in formats else 0
698 bufs = {"raw":[], "raw10":[], "raw12":[],
    [all...]
image.py 64 if cap["format"] == "raw10":
212 For Bayer captures ("raw" or "raw10"):
230 if cap["format"] == "raw10":
  /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 887 milliseconds