Home
last modified time | relevance | path

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

12

/cts/apps/CameraITS/utils/
Dcapture_request_utils.py21 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 …]
Dimage_processing_utils.py52 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
Dopencv_processing_utils.py140 props, argument
182 def _calc_scale_factors(self, cam, props, fmt, log_path): argument
217 def locate(self, cam, props, log_path): argument
Dits_session_utils.py101 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/
Dtest_test_patterns.py39 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
Dtest_tonemap_curve.py200 def test_tonemap_curve_impl(name, cam, props, debug): argument
/cts/apps/CameraITS/tests/scene4/
Dtest_multi_camera_alignment.py48 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
Dtest_aspect_ratio_and_crop.py52 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/
Dtest_capture_result.py66 def metadata_checks(metadata, props): argument
90 def test_auto(cam, props, log_path): argument
140 def test_manual(cam, props, log_path): argument
Dtest_ev_compensation_advanced.py64 def create_ev_comp_changes(props): argument
Dtest_exposure.py142 def get_raw_active_array_size(props): argument
/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.py36 def define_raw_stats_fmt(props): argument
Dtest_raw_sensitivity.py36 def define_raw_stats_fmt(props): argument
/cts/apps/CameraITS/tests/scene2_b/
Dtest_auto_per_frame_control.py80 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/
Dtest_flip_mirror.py41 def test_flip_mirror_impl(cam, props, fmt, chart, debug, log_path): argument
Dtest_lens_movement_reporting.py41 cam, props, fmt, gain, exp, af_fd, chart, log_path): argument
Dtest_lens_position.py95 def take_caps_and_return_data(cam, props, fmt, sens, exp, 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/tools/
Ddng_noise_model.py46 def check_auto_exposure_targets(auto_e, sens_min, sens_max, props): argument
/cts/apps/CameraITS/tests/scene6/
Dtest_zoom.py48 def get_test_tols_and_cap_size(cam, props, chart_distance, debug): argument
/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_multi_camera_frame_sync.py148 def _collect_data(self, cam, props, rot_rig): argument
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2ConcurrentAndroidTestCase.java110 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(cameraId); in setUp() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java1925 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/
DItsService.java837 public void sendResponse(CameraCharacteristics props) in sendResponse()
849 public void sendResponseCaptureResult(CameraCharacteristics props, in sendResponseCaptureResult()

12