/cts/apps/CameraITS/utils/ |
D | capture_request_utils.py | 21 def auto_capture_request(linear_tonemap=False, props=None): argument 67 props=None): argument 126 def get_available_output_sizes(fmt, props, max_size=None, match_ar_size=None): argument 203 def get_fastest_manual_capture_settings(props): argument 226 def get_fastest_auto_capture_settings(props): argument 247 def fastest_auto_capture_request(props): argument 262 def turn_slow_filters_off(props, req): argument 300 def set_filter_off_or_fast_if_possible(props, req, available_modes, filter_key): argument 335 def get_largest_yuv_format(props, match_ar=None): argument 352 def get_smallest_yuv_format(props, match_ar=None): argument [all …]
|
D | image_processing_utils.py | 52 props=None, argument 249 def convert_capture_to_planes(cap, props=None): argument 386 def convert_raw_to_rgb_image(r_plane, gr_plane, gb_plane, b_plane, props, argument 527 def get_gains_in_canonical_order(props, gains): argument 548 def get_black_level(chan, props, cap_res=None): argument 573 def get_canonical_cfa_order(props): argument
|
D | opencv_processing_utils.py | 140 props, argument 182 def _calc_scale_factors(self, cam, props, fmt, log_path): argument 217 def locate(self, cam, props, log_path): argument
|
D | its_session_utils.py | 101 props = None variable in ItsSession 267 def override_with_hidden_physical_camera_props(self, props): argument 970 def calc_camera_fov(self, props): argument 1198 def load_scene(cam, props, scene, tablet, chart_distance): argument
|
/cts/apps/CameraITS/tests/scene0/ |
D | test_test_patterns.py | 39 def check_solid_color(cap, props): argument 65 def check_color_bars(cap, props, mirror=False): argument 102 def check_pattern(cap, props, pattern): argument 126 def test_test_patterns_impl(cam, props, af_fd, name): argument
|
D | test_tonemap_curve.py | 200 def test_tonemap_curve_impl(name, cam, props, debug): argument
|
/cts/apps/CameraITS/tests/scene4/ |
D | test_multi_camera_alignment.py | 48 def convert_cap_and_prep_img(cap, props, fmt, img_name, debug): argument 79 def calc_pixel_size(props): argument 89 def select_ids_to_test(ids, props, chart_distance): argument 135 def determine_valid_out_surfaces(cam, props, fmt, cap_camera_ids, sizes): argument 177 def take_images(cam, caps, props, fmt, cap_camera_ids, out_surfaces, log_path, argument
|
D | test_aspect_ratio_and_crop.py | 52 def _check_skip_conditions(first_api_level, props): argument 176 def _find_raw_fov_reference(cam, req, props, log_path): argument 259 def _find_jpeg_fov_reference(cam, req, props, log_path): argument
|
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_capture_result.py | 66 def metadata_checks(metadata, props): argument 90 def test_auto(cam, props, log_path): argument 140 def test_manual(cam, props, log_path): argument
|
D | test_ev_compensation_advanced.py | 64 def create_ev_comp_changes(props): argument
|
D | test_exposure.py | 142 def get_raw_active_array_size(props): argument
|
/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 | 36 def define_raw_stats_fmt(props): argument
|
D | test_raw_sensitivity.py | 36 def define_raw_stats_fmt(props): argument
|
/cts/apps/CameraITS/tests/scene2_b/ |
D | test_auto_per_frame_control.py | 80 def _determine_test_formats(cam, props, raw_avlb, debug): argument 132 def _compute_frame_luma(cap, props, raw_cap): argument
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_flip_mirror.py | 41 def test_flip_mirror_impl(cam, props, fmt, chart, debug, log_path): argument
|
D | test_lens_movement_reporting.py | 41 cam, props, fmt, gain, exp, af_fd, chart, log_path): argument
|
D | test_lens_position.py | 95 def take_caps_and_return_data(cam, props, fmt, sens, exp, 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/tools/ |
D | dng_noise_model.py | 46 def check_auto_exposure_targets(auto_e, sens_min, sens_max, props): argument
|
/cts/apps/CameraITS/tests/scene6/ |
D | test_zoom.py | 48 def get_test_tols_and_cap_size(cam, props, chart_distance, debug): argument
|
/cts/apps/CameraITS/tests/sensor_fusion/ |
D | test_multi_camera_frame_sync.py | 148 def _collect_data(self, cam, props, rot_rig): argument
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2ConcurrentAndroidTestCase.java | 110 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(cameraId); in setUp() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CameraDeviceTest.java | 1925 CameraCharacteristics props) { in checkFpsRange() 1972 CameraCharacteristics props) { in checkAfMode() 2062 CameraCharacteristics props) { in checkRequestForTemplate() 2557 CameraCharacteristics props = mStaticInfo.getCharacteristics(); in captureTemplateTestByCamera() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsService.java | 837 public void sendResponse(CameraCharacteristics props) in sendResponse() 849 public void sendResponseCaptureResult(CameraCharacteristics props, in sendResponseCaptureResult()
|