Home
last modified time | relevance | path

Searched defs:input_buffer (Results 1 – 5 of 5) sorted by relevance

/btstack/src/
H A Dbtstack_resample.c60 uint16_t btstack_resample_block(btstack_resample_t * context, const int16_t * input_buffer, uint32_… in btstack_resample_block()
/btstack/src/classic/
H A Dbtstack_sbc_encoder_bluedroid.c133 void btstack_sbc_encoder_process_data(int16_t * input_buffer){ in btstack_sbc_encoder_process_data()
/btstack/port/stm32-f4discovery-usb/port/
H A Dhal_audio_f4discovery.c70 static int16_t input_buffer[INPUT_BUFFER_NUM_SAMPLES]; // single mono buffer variable
/btstack/port/stm32-f4discovery-cc256x/port/
H A Dhal_audio_f4discovery.c70 static int16_t input_buffer[INPUT_BUFFER_NUM_SAMPLES]; // single mono buffer variable
/btstack/test/embedded/
H A Dhci_cmd_test.cpp8 static uint8_t input_buffer[350]; variable