Searched refs:timestamp_ms (Results 1 – 2 of 2) sorted by relevance
/btstack/src/ |
H A D | btstack_sample_rate_compensation.c | 45 …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 D | btstack_sample_rate_compensation.h | 89 …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…
|