Home
last modified time | relevance | path

Searched defs:props (Results 1 – 25 of 46) sorted by relevance

12

/cts/apps/CameraITS/utils/
Dcamera_properties_utils.py51 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 …]
Dcapture_request_utils.py57 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 …]
Dimage_processing_utils.py122 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 …]
Dimage_fov_utils.py39 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
Dopencv_processing_utils.py237 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/
Dtest_test_patterns.py40 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/
Dtest_autoframing.py41 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/
Dtest_multi_camera_alignment.py48 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
Dtest_aspect_ratio_and_crop.py54 def _check_skip_conditions(first_api_level, props): argument
/cts/apps/CameraITS/tests/scene1_1/
Dtest_capture_result.py68 def metadata_checks(metadata, props): argument
94 def test_auto(cam, props, log_path): argument
154 def test_manual(cam, props, log_path): argument
Dtest_ev_compensation_advanced.py57 def create_ev_comp_changes(props): argument
Dtest_exposure_x_iso.py54 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/
DCameraManagerTest.java180 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/
Dtest_post_raw_sensitivity_boost.py43 def create_requests(cam, props, log_path): argument
86 def compute_patch_means(cap, props, file_name): argument
Dtest_raw_burst_sensitivity.py38 def define_raw_stats_fmt(props): argument
Dtest_raw_sensitivity.py40 def define_raw_stats_fmt(props): argument
Dtest_yuv_plus_raw.py38 def convert_and_compare_captures(cap_raw, cap_yuv, props, argument
Dtest_yuv_jpeg_all.py47 req, cam, props, size, img_type, index, name_with_log_path, debug): argument
Dtest_raw_exposure.py61 def define_raw_stats_fmt(props): argument
/cts/apps/CameraITS/tools/
Dcheck_alignment.py33 def _circle_and_image_center_offset(cam, props, name_with_log_path): argument
/cts/apps/CameraITS/tests/scene3/
Dtest_flip_mirror.py40 def test_flip_mirror_impl(cam, props, fmt, chart, first_api_level, argument
Dtest_lens_movement_reporting.py46 cam, props, fmt, gain, exp, af_fd, chart, log_path): argument
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
DICalendar.java58 ArrayList<Property> props = mPropsMap.get(name); in addProperty() local
/cts/apps/CameraITS/tests/scene_flash/
Dtest_flash_strength.py84 def _get_mean(cap, props): argument
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DStubMotionInterceptingAccessibilityService.java139 final MotionEvent.PointerProperties props = new MotionEvent.PointerProperties(); in createMotionEvent() local

12