Lines Matching refs:Sensor
23 * The sensor is abstracted as operating as a pipeline 3 stages deep;
25 * processing step for the sensor is marked off by vertical sync signals, which
29 * configuration, the sensor's registers for settings such as exposure time,
31 * 2, the image data for the frame is actually captured by the sensor. Finally,
35 * The sensor is assumed to be rolling-shutter, so low-numbered rows of the
36 * sensor are exposed earlier in time than larger-numbered rows, with the time
39 * The characteristics of this sensor don't correspond to any actual sensor,
46 * C = update sensor registers for frame
89 class Sensor: private Thread, public virtual RefBase {
94 Sensor(uint32_t width, uint32_t height);
95 ~Sensor();
118 // To simplify tracking sensor's current frame
128 * Synchronizing with sensor operation (vertical sync)
131 // Wait until the sensor outputs its next vertical sync signal, meaning it
144 * Interrupt event servicing from the sensor. Only triggers for sensor
160 * Static sensor characteristics
174 // Sensor sensitivity, approximate
219 // Time of sensor startup, used for simulation zero-time point