Home
last modified time | relevance | path

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

12

/cts/apps/CameraITS/utils/
Dcamera_properties_utils.py54 def log_minimum_focus_distance(props): argument
68 def check_front_or_rear_camera(props): argument
82 def legacy(props): argument
94 def limited(props): argument
106 def full_or_better(props): argument
119 def level3(props): argument
131 def manual_sensor(props): argument
143 def manual_post_proc(props): argument
155 def raw(props): argument
167 def sensor_fusion(props): argument
[all …]
Dcapture_request_utils.py94 def auto_capture_request(linear_tonemap=False, props=None, do_af=True, argument
153 props=None): argument
214 def get_available_output_sizes(fmt, props, max_size=None, match_ar_size=None): argument
296 def get_fastest_manual_capture_settings(props): argument
319 def get_fastest_auto_capture_settings(props): argument
340 def fastest_auto_capture_request(props): argument
355 def turn_slow_filters_off(props, req): argument
393 def set_filter_off_or_fast_if_possible(props, req, available_modes, filter_key): argument
428 def get_smallest_yuv_format(props, match_ar=None): argument
445 def get_near_vga_yuv_format(props, match_ar=None): argument
[all …]
Dimage_fov_utils.py39 def calc_camera_fov_from_metadata(metadata, props): argument
57 def calc_scaler_crop_region_ratio(scaler_crop_region, props): argument
197 def find_fov_reference(cam, req, props, raw_bool, ref_img_name_stem): argument
Dimage_processing_utils.py128 def capture_scene_image(cam, props, name_with_log_path): argument
141 def assert_props_is_not_none(props): argument
234 def convert_raw_capture_to_rgb_image(cap_raw, props, raw_fmt, argument
296 props=None, argument
534 def _convert_quad_bayer_img_to_bayer_channels(quad_bayer_img, props=None): argument
599 def convert_capture_to_planes(cap, props=None): argument
784 def convert_raw_to_rgb_image(r_plane, gr_plane, gb_plane, b_plane, props, argument
944 def get_gains_in_canonical_order(props, gains): argument
965 def get_white_level(props, cap_metadata=None): argument
989 def get_black_levels(props, cap=None, is_quad_bayer=False): argument
[all …]
Dmulti_camera_switch_utils.py30 def check_orientation_and_flip(props, img, img_name_stem, suffix): argument
52 def do_ae_check(img1, img2, file_stem, patch_color, props, suffix1, argument
227 def check_lens_switch_conditions(props, first_api_level, zoom_range_lenses): argument
Dopencv_processing_utils.py261 props, argument
306 def _calc_scale_factors(self, cam, props, fmt, log_path, rotation): argument
357 def locate(self, cam, props, log_path, rotation): argument
1287 props, top_left, top_right, bottom_right, bottom_left, w, h): argument
1407 def define_regions(img, img_path, chart_path, props, width, height): 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
136 def determine_valid_out_surfaces(cam, props, fmt, cap_camera_ids, sizes): argument
178 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_3/
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_raw_burst_sensitivity.py38 def define_raw_stats_fmt(props): argument
Dtest_yuv_plus_raw.py39 def convert_and_compare_captures(cap_raw, cap_yuv, props, argument
Dtest_ev_compensation.py183 def _create_basic_ev_comp_changes(props): argument
205 def _create_advanced_ev_comp_changes(props): argument
Dtest_yuv_jpeg_all.py48 req, cam, props, size, img_type, index, name_with_log_path, debug): 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
/cts/apps/CameraITS/tests/scene8/
Dtest_color_correction_mode_cct.py45 def _get_regions_of_interest(props, cam, test_name_with_log_path): argument
111 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/scene1_1/
Dtest_exposure_x_iso.py53 cam, props, fmt, exp, iso, sync_latency, test_name_with_path): argument
176 def get_raw_active_array_size(props): argument
/cts/apps/CameraITS/tests/scene3/
Dtest_flip_mirror.py41 def test_flip_mirror_impl(cam, props, fmt, chart, first_api_level, argument
Dtest_lens_movement_reporting.py49 cam, props, fmt, gain, exp, af_fd, chart, log_path): argument
/cts/apps/CameraITS/tests/scene_tele/scene6_tele/
Dtest_preview_zoom_tele.py61 def _get_test_tols(cam, props, chart_distance, debug): 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.py85 def _get_mean(cap, props): argument

12