Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_resample.c48 context->src_step = 0x10000; // default resampling 1.0 in btstack_resample_init()
56 void btstack_resample_set_factor(btstack_resample_t * context, uint32_t src_step){ in btstack_resample_set_factor() argument
57 context->src_step = src_step; in btstack_resample_set_factor()
76 context->src_pos += context->src_step; in btstack_resample_block()
102 context->src_pos += context->src_step; in btstack_resample_block()
H A Dbtstack_resample.h58 uint32_t src_step; member