| /cts/apps/CameraITS/utils/ |
| D | camera_properties_utils.py | 51 def check_front_or_rear_camera(props): argument 65 def legacy(props): argument 77 def limited(props): argument 89 def full_or_better(props): argument 102 def level3(props): argument 114 def manual_sensor(props): argument 126 def manual_post_proc(props): argument 138 def raw(props): argument 150 def sensor_fusion(props): argument 165 def burst_capture_capable(props): argument [all …]
|
| D | capture_request_utils.py | 57 def auto_capture_request(linear_tonemap=False, props=None, do_af=True, argument 116 props=None): argument 177 def get_available_output_sizes(fmt, props, max_size=None, match_ar_size=None): argument 258 def get_fastest_manual_capture_settings(props): argument 281 def get_fastest_auto_capture_settings(props): argument 302 def fastest_auto_capture_request(props): argument 317 def turn_slow_filters_off(props, req): argument 355 def set_filter_off_or_fast_if_possible(props, req, available_modes, filter_key): argument 390 def get_largest_yuv_format(props, match_ar=None): argument 407 def get_smallest_yuv_format(props, match_ar=None): argument [all …]
|
| D | image_processing_utils.py | 122 def capture_scene_image(cam, props, name_with_log_path): argument 135 def assert_props_is_not_none(props): argument 228 def convert_raw_capture_to_rgb_image(cap_raw, props, raw_fmt, argument 290 props=None, argument 527 def _convert_quad_bayer_img_to_bayer_channels(quad_bayer_img, props=None): argument 592 def convert_capture_to_planes(cap, props=None): argument 777 def convert_raw_to_rgb_image(r_plane, gr_plane, gb_plane, b_plane, props, argument 937 def get_gains_in_canonical_order(props, gains): argument 958 def get_white_level(props, cap_metadata=None): argument 982 def get_black_levels(props, cap=None, is_quad_bayer=False): argument [all …]
|
| D | image_fov_utils.py | 39 def calc_scaler_crop_region_ratio(scaler_crop_region, props): argument 179 def find_fov_reference(cam, req, props, raw_bool, ref_img_name_stem): argument
|
| D | opencv_processing_utils.py | 237 props, argument 282 def _calc_scale_factors(self, cam, props, fmt, log_path, rotation): argument 333 def locate(self, cam, props, log_path, rotation): argument 1099 props, top_left, top_right, bottom_right, bottom_left, w, h): argument
|
| /cts/apps/CameraITS/tests/scene0/ |
| D | test_test_patterns.py | 40 def check_solid_color(cap, props): argument 66 def check_color_bars(cap, props, mirror=False): argument 103 def check_pattern(cap, props, pattern): argument 127 def test_test_patterns_impl(cam, props, af_fd, name_with_log_path): argument
|
| /cts/apps/CameraITS/tests/scene2_d/ |
| D | test_autoframing.py | 41 def save_image(self, cap, props, faces): argument 47 def assert_no_face_distortion(self, cap, props, faces): argument 54 def get_image_data(self, cap, props, faces): argument
|
| /cts/apps/CameraITS/tests/scene4/ |
| D | test_multi_camera_alignment.py | 48 def convert_cap_and_prep_img(cap, props, fmt, img_name): argument 76 def calc_pixel_size(props): argument 86 def select_ids_to_test(ids, props, chart_distance): argument 134 def determine_valid_out_surfaces(cam, props, fmt, cap_camera_ids, sizes): argument 176 def take_images(cam, caps, props, fmt, cap_camera_ids, out_surfaces): argument
|
| D | test_aspect_ratio_and_crop.py | 54 def _check_skip_conditions(first_api_level, props): argument
|
| /cts/apps/CameraITS/tests/scene1_1/ |
| D | test_capture_result.py | 68 def metadata_checks(metadata, props): argument 94 def test_auto(cam, props, log_path): argument 154 def test_manual(cam, props, log_path): argument
|
| D | test_ev_compensation_advanced.py | 57 def create_ev_comp_changes(props): argument
|
| D | test_exposure_x_iso.py | 54 cam, props, fmt, exp, iso, sync_latency, test_name_with_path): argument 178 def get_raw_active_array_size(props): argument
|
| /cts/tests/camera/src/android/hardware/camera2/cts/ |
| D | CameraManagerTest.java | 180 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testCameraManagerGetDeviceIdList() local 297 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testCameraManagerGetCameraCharacteristics() local 308 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testCameraCharacteristicsNdkFromSdk() local 320 CameraCharacteristics props, int lensFacing); in validateACameraMetadataFromCameraMetadataCriticalTagsNative() 752 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(multiCamId); in testCameraManagerListenerCallbacks() local 910 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testNoLegacyOnQ() local 991 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(cameraId); in testCameraManagerAutomotiveCameras() local 1033 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(id); in testCameraManagerAutomotiveCameras() local 1041 CameraCharacteristics props) { in checkAutomotiveLensPoseCharacteristics()
|
| /cts/apps/CameraITS/tests/scene1_2/ |
| D | test_post_raw_sensitivity_boost.py | 43 def create_requests(cam, props, log_path): argument 86 def compute_patch_means(cap, props, file_name): argument
|
| D | test_raw_burst_sensitivity.py | 38 def define_raw_stats_fmt(props): argument
|
| D | test_raw_sensitivity.py | 40 def define_raw_stats_fmt(props): argument
|
| D | test_yuv_plus_raw.py | 38 def convert_and_compare_captures(cap_raw, cap_yuv, props, argument
|
| D | test_yuv_jpeg_all.py | 47 req, cam, props, size, img_type, index, name_with_log_path, debug): argument
|
| D | test_raw_exposure.py | 61 def define_raw_stats_fmt(props): argument
|
| /cts/apps/CameraITS/tools/ |
| D | check_alignment.py | 33 def _circle_and_image_center_offset(cam, props, name_with_log_path): argument
|
| /cts/apps/CameraITS/tests/scene3/ |
| D | test_flip_mirror.py | 40 def test_flip_mirror_impl(cam, props, fmt, chart, first_api_level, argument
|
| D | test_lens_movement_reporting.py | 46 cam, props, fmt, gain, exp, af_fd, chart, log_path): argument
|
| /cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/ |
| D | ICalendar.java | 58 ArrayList<Property> props = mPropsMap.get(name); in addProperty() local
|
| /cts/apps/CameraITS/tests/scene_flash/ |
| D | test_flash_strength.py | 84 def _get_mean(cap, props): argument
|
| /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
| D | StubMotionInterceptingAccessibilityService.java | 139 final MotionEvent.PointerProperties props = new MotionEvent.PointerProperties(); in createMotionEvent() local
|