/cts/apps/CameraITS/pymodules/its/ |
D | caps.py | 44 def full_or_better(props): argument 57 def level3(props): argument 69 def full(props): argument 81 def limited(props): argument 93 def legacy(props): argument 105 def distortion_correction(props): argument 118 def manual_sensor(props): argument 130 def manual_post_proc(props): argument 142 def raw(props): argument 154 def raw16(props): argument [all …]
|
D | objects.py | 67 sensitivity, exp_time, f_distance = 0.0, linear_tonemap=False, props=None): argument 137 def fastest_auto_capture_request(props): argument 152 def get_available_output_sizes(fmt, props, max_size=None, match_ar_size=None): argument 187 def set_filter_off_or_fast_if_possible(props, req, available_modes, filter): argument 205 def turn_slow_filters_off(props, req): argument 243 def get_fastest_manual_capture_settings(props): argument 265 def get_fastest_auto_capture_settings(props): argument 286 def get_smallest_yuv_format(props, match_ar=None): argument 302 def get_largest_yuv_format(props, match_ar=None): argument 318 def get_largest_jpeg_format(props, match_ar=None): argument [all …]
|
D | image.py | 52 props=None): argument 111 def unpack_raw10_capture(cap, props): argument 165 def unpack_raw12_capture(cap, props): argument 219 def convert_capture_to_planes(cap, props=None): argument 318 def get_canonical_cfa_order(props): argument 349 def get_gains_in_canonical_order(props, gains): argument 371 props, cap_res): argument 420 def get_black_level(chan, props, cap_res=None): argument
|
D | cv2image.py | 123 def _calc_scale_factors(self, cam, props, fmt, s, e, fd): argument 160 def locate(self, cam, props): argument
|
D | device.py | 113 props = None variable in ItsSession 437 def override_with_hidden_physical_camera_props(self, props): argument
|
/cts/apps/CameraITS/tests/scene0/ |
D | test_test_patterns.py | 33 def check_solid_color(cap, props): argument 58 def check_color_bars(cap, props, mirror=False): argument 88 def check_pattern(cap, props, pattern): argument 115 def test_test_patterns(cam, props, af_fd): argument
|
D | test_tonemap_curve.py | 119 def test_tonemap_curve(cam, props): argument
|
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_capture_result.py | 116 def test_auto(cam, props, sync_latency): argument 173 def test_manual(cam, lsc_map_auto, props, sync_latency): argument
|
D | test_exposure.py | 75 def get_raw_active_array_size(props): argument
|
/cts/apps/CameraITS/tests/scene4/ |
D | test_multi_camera_alignment.py | 39 def select_ids_to_test(ids, props, chart_distance): argument 83 def determine_valid_out_surfaces(cam, props, fmt, cap_camera_ids, sizes): argument 125 def take_images(cam, caps, props, fmt, cap_camera_ids, out_surfaces, debug): argument
|
D | test_aspect_ratio_and_crop.py | 114 def find_raw_fov_reference(cam, req, props, debug): argument 209 def find_jpeg_fov_reference(cam, req, props): argument
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CameraManagerTest.java | 172 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testCameraManagerGetDeviceIdList() local 250 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testCameraManagerGetCameraCharacteristics() local 261 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testCameraCharacteristicsNdkFromSdk() local 273 CameraCharacteristics props, int lensFacing); in validateACameraMetadataFromCameraMetadataCriticalTagsNative() 738 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(multiCamId); in testCameraManagerListenerCallbacks() local 838 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testNoLegacyOnQ() local
|
D | CameraDeviceTest.java | 1925 CameraCharacteristics props) { in checkFpsRange() 1972 CameraCharacteristics props) { in checkAfMode() 2062 CameraCharacteristics props) { in checkRequestForTemplate() 2546 CameraCharacteristics props = mStaticInfo.getCharacteristics(); in captureTemplateTestByCamera() local
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_flip_mirror.py | 34 def test_flip_mirror(cam, props, fmt, chart): argument
|
D | test_lens_movement_reporting.py | 33 def test_lens_movement_reporting(cam, props, fmt, gain, exp, af_fd, chart): argument
|
D | test_lens_position.py | 34 def test_lens_position(cam, props, fmt, sensitivity, exp, chart): 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/testcases/ |
D | Camera2ConcurrentAndroidTestCase.java | 110 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(cameraId); in setUp() local
|
D | Camera2AndroidTestCase.java | 117 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(cameraId); in setUp() local
|
D | Camera2AndroidTestRule.java | 239 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(cameraId); in before() local
|
D | Camera2SurfaceViewTestCase.java | 145 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(cameraId); in setUp() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsService.java | 800 public void sendResponse(CameraCharacteristics props) in sendResponse() 812 public void sendResponseCaptureResult(CameraCharacteristics props, in sendResponseCaptureResult()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 4346 MotionEvent.PointerProperties[] props = new MotionEvent.PointerProperties[] { in testFilterTouchesWhenObscured() local
|