Home
last modified time | relevance | path

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

/cts/apps/CameraITS/pymodules/its/
Dcaps.py39 def full_or_better(props): argument
52 def level3(props): argument
64 def full(props): argument
76 def limited(props): argument
88 def legacy(props): argument
100 def radial_distortion_correction(props): argument
113 def manual_sensor(props): argument
125 def manual_post_proc(props): argument
137 def raw(props): argument
149 def raw16(props): argument
[all …]
Dobjects.py74 sensitivity, exp_time, f_distance = 0.0, linear_tonemap=False, props=None): argument
142 def fastest_auto_capture_request(props): argument
157 def get_available_output_sizes(fmt, props, max_size=None, match_ar_size=None): argument
192 def set_filter_off_or_fast_if_possible(props, req, available_modes, filter): argument
210 def turn_slow_filters_off(props, req): argument
245 def get_fastest_manual_capture_settings(props): argument
268 def get_smallest_yuv_format(props): argument
284 def get_largest_yuv_format(props): argument
300 def get_max_digital_zoom(props): argument
Dimage.py49 props=None): argument
103 def unpack_raw10_capture(cap, props): argument
153 def unpack_raw12_capture(cap, props): argument
203 def convert_capture_to_planes(cap, props=None): argument
293 def get_canonical_cfa_order(props): argument
323 def get_gains_in_canonical_order(props, gains): argument
344 props, cap_res): argument
392 def get_black_level(chan, props, cap_res): argument
Ddevice.py101 props = None variable in ItsSession
/cts/apps/CameraITS/tests/scene1/
Dtest_capture_result.py108 def test_auto(cam, w_map, h_map, props): argument
160 def test_manual(cam, w_map, h_map, lsc_map_auto, props): argument
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
DICalendar.java58 ArrayList<Property> props = mPropsMap.get(name); in addProperty() local
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_VulkanFeaturesTest.cpp77 auto props = VkJsonGetAllProperties(gpus[i]); in getVkJSON() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraManagerTest.java146 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testCameraManagerGetDeviceIdList() local
182 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testCameraManagerGetCameraCharacteristics() local
DCameraDeviceTest.java1281 CameraCharacteristics props) { in checkFpsRange()
1328 CameraCharacteristics props) { in checkAfMode()
1418 CameraCharacteristics props) { in checkRequestForTemplate()
1785 CameraCharacteristics props = mStaticInfo.getCharacteristics(); in captureTemplateTestByCamera() local
DExtendedCameraCharacteristicsTest.java118 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(mIds[i]); in setUp() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java703 public void sendResponse(CameraCharacteristics props) in sendResponse()
715 public void sendResponseCaptureResult(CameraCharacteristics props, in sendResponseCaptureResult()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3835 MotionEvent.PointerProperties[] props = new MotionEvent.PointerProperties[] { in testFilterTouchesWhenObscured() local