Home
last modified time | relevance | path

Searched refs:FIFO_DEPTH (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c43 #define FIFO_DEPTH (NUM_COMMS_EVENTS_IN_FIFO * MAX_NUM_COMMS_EVENT_SAMPLES) macro
51 #define MAX_NUM_SAMPLES (FIFO_MARGIN + FIFO_DEPTH) // actual input sample fifo depth
689 mTask.raw_sensor_latency = min_resample_period * (FIFO_DEPTH - 1); in fusionSetRate()