Home | History | Annotate | Download | only in camera

Lines Matching refs:Sensor

60     static_cast<uint64_t>(Sensor::kFrameDurationRange[0])};
73 static_cast<uint64_t>(Sensor::kFrameDurationRange[0])};
86 static_cast<uint64_t>(Sensor::kFrameDurationRange[0])};
201 mSensor = new Sensor(mSensorWidth, mSensorHeight);
273 ALOGE("%s: Unable to shut down sensor: %d", __FUNCTION__, res);
807 ALOGV("Configure: Waiting for sensor");
817 ALOGV("Configure: Waiting for sensor");
832 // Get necessary parameters for sensor config
901 if (mNextFrameDuration < mNextExposureTime + Sensor::kMinVerticalBlank) {
902 mNextFrameDuration = mNextExposureTime + Sensor::kMinVerticalBlank;
924 ALOGV("Configure: Configuring sensor for capture %d", mNextFrameNumber);
1224 ALOGV("Waiting for sensor data");
1242 // Active with request, wait on sensor to complete
1287 // Got sensor data and request, construct frame and send it out
1322 // TODO: Collect all final values used from sensor in addition to
1430 // The coordinate system for the face regions is the raw sensor pixel
1569 // sensor
2073 // android.sensor
2076 Sensor::kExposureTimeRange, 2);
2079 &Sensor::kFrameDurationRange[1], 1);
2081 ADD_OR_SIZE(ANDROID_SENSOR_INFO_SENSITIVITY_RANGE, Sensor::kSensitivityRange,
2082 sizeof(Sensor::kSensitivityRange) / sizeof(int32_t));
2085 &Sensor::kColorFilterArrangement, 1);
2095 ADD_OR_SIZE(ANDROID_SENSOR_INFO_WHITE_LEVEL, &Sensor::kMaxRawValue, 1);
2098 static_cast<int32_t>(Sensor::kBlackLevel),
2099 static_cast<int32_t>(Sensor::kBlackLevel),
2100 static_cast<int32_t>(Sensor::kBlackLevel),
2101 static_cast<int32_t>(Sensor::kBlackLevel)};
2105 // TODO: sensor color calibration fields
2330 /** android.sensor */