Searched defs:input_buffer (Results 1 – 5 of 5) sorted by relevance
60 uint16_t btstack_resample_block(btstack_resample_t * context, const int16_t * input_buffer, uint32_… in btstack_resample_block()
133 void btstack_sbc_encoder_process_data(int16_t * input_buffer){ in btstack_sbc_encoder_process_data()
70 static int16_t input_buffer[INPUT_BUFFER_NUM_SAMPLES]; // single mono buffer variable
8 static uint8_t input_buffer[350]; variable