HomeSort by relevance Sort by last modified time
    Searched defs:caps (Results 26 - 50 of 338) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/apps/CameraITS/tests/scene1/
test_yuv_plus_jpeg.py 16 import its.caps namespace
32 its.caps.skip_unless(its.caps.compute_target_exposure(props))
test_yuv_plus_raw.py 16 import its.caps namespace
32 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
33 its.caps.raw16(props) and
34 its.caps.per_frame_control(props))
test_yuv_plus_raw10.py 16 import its.caps namespace
32 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
33 its.caps.raw10(props) and
34 its.caps.per_frame_control(props))
test_yuv_plus_raw12.py 16 import its.caps namespace
32 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
33 its.caps.raw12(props) and
34 its.caps.per_frame_control(props))
test_black_white.py 16 import its.caps namespace
35 its.caps.skip_unless(its.caps.manual_sensor(props) and
36 its.caps.per_frame_control(props))
test_dng_noise_model.py 16 import its.caps namespace
43 its.caps.skip_unless(its.caps.raw(props) and
44 its.caps.raw16(props) and
45 its.caps.manual_sensor(props) and
46 its.caps.read_3a(props) and
47 its.caps.per_frame_control(props))
test_ev_compensation_advanced.py 17 import its.caps namespace
39 its.caps.skip_unless(its.caps.manual_sensor(props) and
40 its.caps.manual_post_proc(props) and
41 its.caps.per_frame_control(props) and
42 its.caps.ev_compensation(props))
72 caps = cam.do_capture([req]*THREASH_CONVERGE_FOR_EV)
74 for cap in caps:
test_ev_compensation_basic.py 16 import its.caps namespace
40 its.caps.skip_unless(its.caps.ev_compensation(props) and
41 its.caps.ae_lock(props))
63 caps = cam.do_capture([req]*THRESH_CONVERGE_FOR_EV)
64 for cap in caps:
test_exposure.py 16 import its.caps namespace
51 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
52 its.caps.per_frame_control(props))
test_format_combos.py 16 import its.caps namespace
36 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
37 its.caps.raw16(props))
80 caps = cam.do_capture([req]*burst_len, fmt_combo)
85 if not isinstance(caps, list):
86 caps = [caps]
87 elif isinstance(caps[0], list):
88 caps = sum(caps, []
    [all...]
test_latching.py 16 import its.caps namespace
36 its.caps.skip_unless(its.caps.full_or_better(props))
63 caps = cam.do_capture(reqs, fmt)
64 for i,cap in enumerate(caps):
test_linearity.py 16 import its.caps namespace
50 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
51 its.caps.per_frame_control(props))
test_locked_burst.py 18 import its.caps namespace
41 its.caps.skip_unless(its.caps.ae_lock(props) and
42 its.caps.awb_lock(props))
57 caps = cam.do_capture([req]*BURST_LEN)
58 for i,cap in enumerate(caps):
73 if its.caps.manual_sensor(props) else SPREAD_THRESH
test_param_color_correction.py 16 import its.caps namespace
40 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
41 its.caps.per_frame_control(props))
test_param_exposure_time.py 16 import its.caps namespace
37 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
38 its.caps.per_frame_control(props))
test_param_noise_reduction.py 16 import its.caps namespace
50 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
51 its.caps.per_frame_control(props) and
52 its.caps.noise_reduction_mode(props, 0))
71 if not its.caps.noise_reduction_mode(props, mode):
127 if its.caps.noise_reduction_mode(props, 3):
134 if its.caps.noise_reduction_mode(props, 4):
138 elif its.caps.noise_reduction_mode(props, 4):
test_param_sensitivity.py 16 import its.caps namespace
39 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
40 its.caps.per_frame_control(props))
test_param_shading_mode.py 15 import its.caps namespace
39 its.caps.skip_unless(its.caps.per_frame_control(props) and
40 its.caps.lsc_map(props) and
41 its.caps.lsc_off(props))
82 caps = cam.do_capture(reqs)
89 for i in range(len(caps)):
91 caps[i]["metadata"]["android.statistics.lensShadingMap"]
test_post_raw_sensitivity_boost.py 16 import its.caps namespace
40 its.caps.skip_unless(its.caps.raw_output(props) and
41 its.caps.post_raw_sensitivity_boost(props) and
42 its.caps.compute_target_exposure(props) and
43 its.caps.per_frame_control(props))
48 if its.caps.raw16(props):
50 elif its.caps.raw10(props):
52 elif its.caps.raw12(props):
86 caps = cam.do_capture(reqs, out_surfaces
    [all...]
test_raw_burst_sensitivity.py 16 import its.caps namespace
40 its.caps.skip_unless(its.caps.raw16(props) and
41 its.caps.manual_sensor(props) and
42 its.caps.read_3a(props) and
43 its.caps.per_frame_control(props))
61 caps = cam.do_capture(reqs, cam.CAP_RAW)
64 for i,cap in enumerate(caps):
  /cts/apps/CameraITS/tools/
validate_scene.py 19 import its.caps namespace
55 if its.caps.ae_lock(props):
57 if its.caps.awb_lock(props):
  /external/libcap/contrib/bug400591/
bug.c 13 cap_t caps, caps2; local
18 assert((caps = cap_get_pid(1)));
20 text1 = cap_to_text(caps, NULL);
23 size = cap_size (caps);
29 copy_size = cap_copy_ext (buffer, caps, size);
40 assert(cap_compare(caps, caps2) == 0);
  /cts/apps/CameraITS/tests/inprog/
test_burst_sameness_fullres_auto.py 18 import its.caps namespace
45 its.caps.skip_unless(its.caps.manual_sensor(props) and
46 its.caps.awb_lock(props))
63 caps = cam.do_capture([req]*BURST_LEN)
64 for i,cap in enumerate(caps):
  /cts/apps/CameraITS/tests/scene0/
test_gyro_bias.py 16 import its.caps namespace
41 # Only run test if the appropriate caps are claimed.
42 its.caps.skip_unless(its.caps.sensor_fusion(props))
test_jitter.py 16 import its.caps namespace
36 its.caps.skip_unless(its.caps.manual_sensor(props) and
37 its.caps.sensor_fusion(props))
40 caps = cam.do_capture([req]*50, [fmt])
43 tstamps = [c['metadata']['android.sensor.timestamp'] for c in caps]

Completed in 228 milliseconds

12 3 4 5 6 7 8 91011>>