/cts/apps/CameraITS/pymodules/its/ |
D | caps.py | 40 def full_or_better(props): argument 53 def level3(props): argument 65 def full(props): argument 77 def limited(props): argument 89 def legacy(props): argument 101 def distortion_correction(props): argument 114 def manual_sensor(props): argument 126 def manual_post_proc(props): argument 138 def raw(props): argument 150 def raw16(props): argument [all …]
|
D | objects.py | 74 sensitivity, exp_time, f_distance = 0.0, linear_tonemap=False, props=None): argument 144 def fastest_auto_capture_request(props): argument 159 def get_available_output_sizes(fmt, props, max_size=None, match_ar_size=None): argument 194 def set_filter_off_or_fast_if_possible(props, req, available_modes, filter): argument 212 def turn_slow_filters_off(props, req): argument 250 def get_fastest_manual_capture_settings(props): argument 272 def get_fastest_auto_capture_settings(props): argument 293 def get_smallest_yuv_format(props, match_ar=None): argument 309 def get_largest_yuv_format(props, match_ar=None): argument 325 def get_max_digital_zoom(props): argument
|
D | image.py | 52 props=None): argument 108 def unpack_raw10_capture(cap, props): argument 162 def unpack_raw12_capture(cap, props): argument 216 def convert_capture_to_planes(cap, props=None): argument 315 def get_canonical_cfa_order(props): argument 346 def get_gains_in_canonical_order(props, gains): argument 368 props, cap_res): argument 417 def get_black_level(chan, props, cap_res=None): argument
|
D | cv2image.py | 89 def _calc_scale_factors(self, cam, props, fmt, s, e, fd): argument 126 def locate(self, cam, props): argument
|
D | device.py | 105 props = None variable in ItsSession
|
/cts/apps/CameraITS/tests/scene0/ |
D | test_test_patterns.py | 34 def check_solid_color(cap, props): argument 59 def check_color_bars(cap, props, mirror=False): argument 89 def check_pattern(cap, props, pattern): argument 116 def test_test_patterns(cam, props, af_fd): argument
|
/cts/apps/CameraITS/tests/scene1/ |
D | test_capture_result.py | 104 def test_auto(cam, props): argument 160 def test_manual(cam, lsc_map_auto, props): argument
|
D | test_exposure.py | 37 def get_raw_active_array_size(props): argument
|
/cts/apps/CameraITS/tests/scene4/ |
D | test_aspect_ratio_and_crop.py | 50 def determine_sensor_aspect_ratio(props): argument 86 def find_yuv_fov_reference(cam, req, props): argument
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_flip_mirror.py | 39 def test_flip_mirror(cam, props, fmt, chart): argument
|
D | test_lens_movement_reporting.py | 40 def test_lens_movement_reporting(cam, props, fmt, gain, exp, af_fd, chart): argument
|
D | test_lens_position.py | 41 def test_lens_position(cam, props, fmt, sensitivity, exp, chart): argument
|
/cts/apps/CameraITS/tests/sensor_fusion/ |
D | test_multi_camera_frame_sync.py | 37 def _check_available_capabilities(props): argument
|
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/ |
D | ICalendar.java | 58 ArrayList<Property> props = mPropsMap.get(name); in addProperty() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CameraManagerTest.java | 151 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testCameraManagerGetDeviceIdList() local 194 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testCameraManagerGetCameraCharacteristics() local
|
D | CameraDeviceTest.java | 1887 CameraCharacteristics props) { in checkFpsRange() 1934 CameraCharacteristics props) { in checkAfMode() 2024 CameraCharacteristics props) { in checkRequestForTemplate() 2497 CameraCharacteristics props = mStaticInfo.getCharacteristics(); in captureTemplateTestByCamera() local
|
D | ExtendedCameraCharacteristicsTest.java | 129 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(mIds[i]); in setUp() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsService.java | 759 public void sendResponse(CameraCharacteristics props) in sendResponse() 771 public void sendResponseCaptureResult(CameraCharacteristics props, in sendResponseCaptureResult()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 4086 MotionEvent.PointerProperties[] props = new MotionEvent.PointerProperties[] { in testFilterTouchesWhenObscured() local
|