Home
last modified time | relevance | path

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

/cts/apps/CameraITS/pymodules/its/
Dcaps.py40 def full(props): argument
52 def limited(props): argument
64 def legacy(props): argument
76 def manual_sensor(props): argument
89 def manual_post_proc(props): argument
102 def raw(props): argument
114 def raw16(props): argument
125 def raw10(props): argument
136 def raw12(props): argument
147 def sensor_fusion(props): argument
[all …]
Dobjects.py74 sensitivity, exp_time, linear_tonemap=False, props=None): argument
140 def fastest_auto_capture_request(props): argument
155 def get_available_output_sizes(fmt, props): argument
176 def set_filter_off_or_fast_if_possible(props, req, available_modes, filter): argument
194 def turn_slow_filters_off(props, req): argument
229 def get_fastest_manual_capture_settings(props): argument
251 def get_max_digital_zoom(props): argument
Dimage.py49 props=None): argument
84 def unpack_raw10_capture(cap, props): argument
134 def unpack_raw12_capture(cap, props): argument
184 def convert_capture_to_planes(cap, props=None): argument
274 def get_canonical_cfa_order(props): argument
304 def get_gains_in_canonical_order(props, gains): argument
325 props, cap_res): argument
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
DICalendar.java58 ArrayList<Property> props = mPropsMap.get(name); in addProperty() local
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraManagerTest.java146 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testCameraManagerGetDeviceIdList() local
178 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); in testCameraManagerGetCameraCharacteristics() local
DCameraDeviceTest.java1221 CameraCharacteristics props) { in checkFpsRange()
1268 CameraCharacteristics props) { in checkAfMode()
1358 CameraCharacteristics props) { in checkRequestForTemplate()
1644 CameraCharacteristics props = mStaticInfo.getCharacteristics(); in captureTemplateTestByCamera() local
DExtendedCameraCharacteristicsTest.java116 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(mIds[i]); in setUp() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java643 public void sendResponse(CameraCharacteristics props) in sendResponse()
655 public void sendResponseCaptureResult(CameraCharacteristics props, in sendResponseCaptureResult()
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js3418 jQuery.Event = function( src, props ) { argument
8548 }, function( name, props ) { argument
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3380 MotionEvent.PointerProperties[] props = new MotionEvent.PointerProperties[] { in testFilterTouchesWhenObscured() local