Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_sample_rate_compensation.c45 …k_sample_rate_compensation_reset(btstack_sample_rate_compensation_t *self, uint32_t timestamp_ms) { in btstack_sample_rate_compensation_reset() argument
47 self->last = timestamp_ms; in btstack_sample_rate_compensation_reset()
50 …_compensation_init(btstack_sample_rate_compensation_t *self, uint32_t timestamp_ms, uint32_t sampl… in btstack_sample_rate_compensation_init() argument
51 btstack_sample_rate_compensation_reset( self, timestamp_ms ); in btstack_sample_rate_compensation_init()
60 …ompensation_update(btstack_sample_rate_compensation_t *self, uint32_t timestamp_ms, uint32_t sampl… in btstack_sample_rate_compensation_update() argument
61 int32_t delta = timestamp_ms - self->last; in btstack_sample_rate_compensation_update()
87 self->last = timestamp_ms; in btstack_sample_rate_compensation_update()
H A Dbtstack_sample_rate_compensation.h89 …compensation_init( btstack_sample_rate_compensation_t *self, uint32_t timestamp_ms, uint32_t sampl…
96 …_sample_rate_compensation_reset( btstack_sample_rate_compensation_t *self, uint32_t timestamp_ms );
105 …mpensation_update( btstack_sample_rate_compensation_t *self, uint32_t timestamp_ms, uint32_t sampl…