Searched defs:pcm_in (Results 1 – 3 of 3) sorted by relevance
/btstack/src/ |
H A D | btstack_lc3_google.c | 164 lc3_encoder_google_encode_signed(void *context, enum lc3_pcm_format fmt, const void *pcm_in, uint16… in lc3_encoder_google_encode_signed() 175 static uint8_t lc3_encoder_google_encode_signed_16(void * context, const int16_t* pcm_in, uint16_t … in lc3_encoder_google_encode_signed_16() 179 static uint8_t lc3_encoder_google_encode_signed_24(void * context, const int32_t* pcm_in, uint16_t … in lc3_encoder_google_encode_signed_24()
|
H A D | btstack_lc3plus_fraunhofer.c | 188 static uint8_t lc3plus_fraunhofer_encoder_encode_signed_16(void * context, const int16_t* pcm_in, u… in lc3plus_fraunhofer_encoder_encode_signed_16() 192 static uint8_t lc3plus_fraunhofer_encoder_encode_signed_24(void * context, const int32_t* pcm_in, u… in lc3plus_fraunhofer_encoder_encode_signed_24()
|
/btstack/src/classic/ |
H A D | btstack_sbc_bluedroid.c | 122 static uint8_t btstack_sbc_encoder_bluedroid_encode_signed_16(void * context, const int16_t* pcm_in… in btstack_sbc_encoder_bluedroid_encode_signed_16()
|