Lines Matching refs:props
37 def get_raw_active_array_size(props): argument
39 aaw = (props['android.sensor.info.activeArraySize']['right'] -
40 props['android.sensor.info.activeArraySize']['left'])
41 aah = (props['android.sensor.info.activeArraySize']['bottom'] -
42 props['android.sensor.info.activeArraySize']['top'])
64 props = cam.get_camera_properties()
65 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
66 its.caps.per_frame_control(props))
68 process_raw = (its.caps.compute_target_exposure(props) and
69 its.caps.per_frame_control(props) and
70 its.caps.raw16(props) and
71 its.caps.manual_sensor(props))
74 largest_yuv = its.objects.get_largest_yuv_format(props)
79 fmt = its.objects.get_smallest_yuv_format(props, match_ar=match_ar)
83 expt_range = props['android.sensor.info.exposureTimeRange']
84 sens_range = props['android.sensor.info.sensitivityRange']
93 s_test, e_test, 0.0, True, props)
116 aaw, aah = get_raw_active_array_size(props)
122 props)