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

  /cts/apps/CameraITS/tests/scene1/
test_yuv_plus_raw.py 50 cap_raw, cap_yuv = cam.do_capture(req, out_surfaces)
59 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
test_yuv_plus_raw10.py 51 cap_raw, cap_yuv = cam.do_capture(req, out_surfaces)
60 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
test_yuv_plus_raw12.py 48 cap_raw, cap_yuv = cam.do_capture(
59 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
  /cts/apps/CameraITS/tests/scene0/
test_tonemap_curve.py 122 cap_raw = cam.do_capture(req_raw, fmt_raw)
124 cap_raw, props=props)
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 243 cap_raw = cam.do_capture(req, out_surface)
244 print "Captured %s %dx%d" % ("raw", cap_raw["width"],
245 cap_raw["height"])
246 img_raw = its.image.convert_capture_to_rgb_image(cap_raw,
264 fd = float(cap_raw["metadata"]["android.lens.focalLength"])
  /external/iputils/
arping.c 153 static cap_flag_value_t cap_raw = CAP_CLEAR; variable
167 cap_get_flag(cap_p, CAP_NET_RAW, CAP_PERMITTED, &cap_raw);
169 if (cap_raw != CAP_CLEAR) {
210 if (cap_raw != CAP_SET)
ping_common.c 70 static cap_value_t cap_raw = CAP_NET_RAW; variable
103 cap_set_flag(cap_p, CAP_PERMITTED, 1, &cap_raw, CAP_SET);

Completed in 145 milliseconds