Home | History | Annotate | Download | only in camera

Lines Matching refs:Sensor

56     static_cast<uint64_t>(Sensor::kFrameDurationRange[0])
70 static_cast<uint64_t>(Sensor::kFrameDurationRange[0])
85 static_cast<uint64_t>(Sensor::kFrameDurationRange[0])
175 mSensor = new Sensor(mSensorWidth, mSensorHeight);
250 ALOGE("%s: Unable to shut down sensor: %d", __FUNCTION__, res);
808 ALOGV("Configure: Waiting for sensor");
818 ALOGV("Configure: Waiting for sensor");
833 // Get necessary parameters for sensor config
907 mNextExposureTime + Sensor::kMinVerticalBlank) {
908 mNextFrameDuration = mNextExposureTime + Sensor::kMinVerticalBlank;
932 ALOGV("Configure: Configuring sensor for capture %d", mNextFrameNumber);
1245 ALOGV("Waiting for sensor data");
1263 // Active with request, wait on sensor to complete
1312 // Got sensor data and request, construct frame and send it out
1349 // TODO: Collect all final values used from sensor in addition to timestamp
1459 // The coordinate system for the face regions is the raw sensor pixel
1602 // Override android.control.* fields with 3A values before sending request to sensor
2117 // android.sensor
2120 Sensor::kExposureTimeRange, 2);
2123 &Sensor::kFrameDurationRange[1], 1);
2126 Sensor::kSensitivityRange,
2127 sizeof(Sensor::kSensitivityRange)
2131 &Sensor::kColorFilterArrangement, 1);
2145 &Sensor::kMaxRawValue, 1);
2148 static_cast<int32_t>(Sensor::kBlackLevel),
2149 static_cast<int32_t>(Sensor::kBlackLevel),
2150 static_cast<int32_t>(Sensor::kBlackLevel),
2151 static_cast<int32_t>(Sensor::kBlackLevel)
2156 //TODO: sensor color calibration fields
2417 /** android.sensor */