| /cts/apps/CameraITS/utils/ |
| D | camera_properties_utils.py | 47 def legacy(props): argument 59 def limited(props): argument 71 def full_or_better(props): argument 84 def level3(props): argument 96 def manual_sensor(props): argument 108 def manual_post_proc(props): argument 120 def raw(props): argument 132 def sensor_fusion(props): argument 147 def logical_multi_camera(props): argument 159 def logical_multi_camera_physical_ids(props): argument [all …]
|
| D | capture_request_utils.py | 47 def auto_capture_request(linear_tonemap=False, props=None, do_af=True, argument 106 props=None): argument 167 def get_available_output_sizes(fmt, props, max_size=None, match_ar_size=None): argument 246 def get_fastest_manual_capture_settings(props): argument 269 def get_fastest_auto_capture_settings(props): argument 290 def fastest_auto_capture_request(props): argument 305 def turn_slow_filters_off(props, req): argument 343 def set_filter_off_or_fast_if_possible(props, req, available_modes, filter_key): argument 378 def get_largest_yuv_format(props, match_ar=None): argument 395 def get_smallest_yuv_format(props, match_ar=None): argument [all …]
|
| D | image_processing_utils.py | 71 def assert_props_is_not_none(props): argument 77 props=None, argument 310 def convert_capture_to_planes(cap, props=None): argument 451 def convert_raw_to_rgb_image(r_plane, gr_plane, gb_plane, b_plane, props, argument 596 def get_gains_in_canonical_order(props, gains): argument 617 def get_black_level(chan, props, cap_res=None): argument 642 def get_canonical_cfa_order(props): argument
|
| D | zoom_capture_utils.py | 40 def get_test_tols_and_cap_size(cam, props, chart_distance, debug): argument
|
| D | opencv_processing_utils.py | 235 props, argument 280 def _calc_scale_factors(self, cam, props, fmt, log_path, rotation): argument 331 def locate(self, cam, props, log_path, rotation): argument
|
| D | image_fov_utils.py | 158 def find_fov_reference(cam, req, props, raw_bool, ref_img_name_stem): argument
|
| D | its_session_utils.py | 144 props = None variable in ItsSession 313 def override_with_hidden_physical_camera_props(self, props): argument 1655 def calc_camera_fov(self, props): argument 1967 def load_scene(cam, props, scene, tablet, chart_distance, lighting_check=True, 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
|
| D | test_tonemap_curve.py | 201 def test_tonemap_curve_impl(name_with_log_path, cam, props, debug): argument
|
| /cts/apps/CameraITS/tests/scene4/ |
| D | test_multi_camera_alignment.py | 51 def convert_cap_and_prep_img(cap, props, fmt, img_name, debug): argument 81 def calc_pixel_size(props): argument 91 def select_ids_to_test(ids, props, chart_distance): argument 139 def determine_valid_out_surfaces(cam, props, fmt, cap_camera_ids, sizes): argument 181 def take_images(cam, caps, props, fmt, cap_camera_ids, out_surfaces, argument
|
| D | test_aspect_ratio_and_crop.py | 44 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.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 | 176 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testCameraManagerGetDeviceIdList() local 291 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testCameraManagerGetCameraCharacteristics() local 302 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testCameraCharacteristicsNdkFromSdk() local 314 CameraCharacteristics props, int lensFacing); in validateACameraMetadataFromCameraMetadataCriticalTagsNative() 746 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(multiCamId); in testCameraManagerListenerCallbacks() local 904 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testNoLegacyOnQ() local 985 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(cameraId); in testCameraManagerAutomotiveCameras() local 1027 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(id); in testCameraManagerAutomotiveCameras() local 1035 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_sensitivity.py | 36 def define_raw_stats_fmt(props): argument
|
| D | test_raw_burst_sensitivity.py | 36 def define_raw_stats_fmt(props): argument
|
| D | test_yuv_plus_raw.py | 36 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 | 60 def define_raw_stats_fmt(props): argument
|
| /cts/apps/CameraITS/tests/scene3/ |
| D | test_flip_mirror.py | 40 def test_flip_mirror_impl(cam, props, fmt, chart, debug, name_with_log_path): argument
|
| D | test_lens_movement_reporting.py | 42 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/sensor_fusion/ |
| D | test_multi_camera_frame_sync.py | 150 def _collect_data(self, cam, props, rot_rig, name_with_log_path): argument
|