HomeSort by relevance Sort by last modified time
    Searched defs:Sensor (Results 1 - 6 of 6) sorted by null

  /device/google/contexthub/firmware/os/inc/
sensors_priv.h 24 struct Sensor {
31 uint32_t initComplete:1; /* sensor finished initializing */
32 uint32_t hasOnchange :1; /* sensor supports onchange and wants to be notified to send new clients current state */
33 uint32_t hasOndemand :1; /* sensor supports ondemand and wants to get triggers */
62 #define SENSOR_RATE_OFF UINT32_C(0x00000000) /* used in sensor state machine */
63 #define SENSOR_RATE_POWERING_ON UINT32_C(0xFFFFFFF0) /* used in sensor state machine */
64 #define SENSOR_RATE_POWERING_OFF UINT32_C(0xFFFFFFF1) /* used in sensor state machine */
65 #define SENSOR_RATE_FW_UPLOADING UINT32_C(0xFFFFFFF2) /* used in sensor state machine */
74 struct Sensor* sensorFindByHandle(uint32_t handle);
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 30 #include "Sensor.h"
37 //const nsecs_t Sensor::kExposureTimeRange[2] =
39 //const nsecs_t Sensor::kFrameDurationRange[2] =
41 const nsecs_t Sensor::kExposureTimeRange[2] =
43 const nsecs_t Sensor::kFrameDurationRange[2] =
46 const nsecs_t Sensor::kMinVerticalBlank = 10000L;
48 const uint8_t Sensor::kColorFilterArrangement =
52 const uint32_t Sensor::kMaxRawValue = 4000;
53 const uint32_t Sensor::kBlackLevel = 1000;
55 // Sensor sensitivit
    [all...]
Sensor.h 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
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Sensor.cpp 32 #include "Sensor.h"
38 // const nsecs_t Sensor::kExposureTimeRange[2] =
40 // const nsecs_t Sensor::kFrameDurationRange[2] =
42 const nsecs_t Sensor::kExposureTimeRange[2] = {1000L,
44 const nsecs_t Sensor::kFrameDurationRange[2] = {
47 const nsecs_t Sensor::kMinVerticalBlank = 10000L;
49 const uint8_t Sensor::kColorFilterArrangement =
53 const uint32_t Sensor::kMaxRawValue = 4000;
54 const uint32_t Sensor::kBlackLevel = 1000;
56 // Sensor sensitivit
    [all...]
Sensor.h 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
    [all...]
  /external/scapy/scapy/contrib/
ppi_geotag.py 388 #Sensor Fields
424 class Sensor(HCSIPacket):
425 name = "PPI Sensor"
461 addPPIType(PPI_SENSOR, Sensor)

Completed in 1659 milliseconds