Home
last modified time | relevance | path

Searched refs:decoder (Results 1 – 5 of 5) sorted by relevance

/modules/libsbc/
A DCMakeLists.txt28 ${ZEPHYR_LIBSBC_MODULE_DIR}/decoder/srce/alloc.c
29 ${ZEPHYR_LIBSBC_MODULE_DIR}/decoder/srce/bitalloc.c
30 ${ZEPHYR_LIBSBC_MODULE_DIR}/decoder/srce/bitalloc-sbc.c
32 ${ZEPHYR_LIBSBC_MODULE_DIR}/decoder/srce/decoder-oina.c
33 ${ZEPHYR_LIBSBC_MODULE_DIR}/decoder/srce/decoder-private.c
34 ${ZEPHYR_LIBSBC_MODULE_DIR}/decoder/srce/decoder-sbc.c
35 ${ZEPHYR_LIBSBC_MODULE_DIR}/decoder/srce/dequant.c
36 ${ZEPHYR_LIBSBC_MODULE_DIR}/decoder/srce/framing.c
37 ${ZEPHYR_LIBSBC_MODULE_DIR}/decoder/srce/framing-sbc.c
45 ${ZEPHYR_LIBSBC_MODULE_DIR}/decoder/include
[all …]
A Dsbc.c145 int sbc_setup_decoder(struct sbc_decoder *decoder) in sbc_setup_decoder() argument
149 if (decoder == NULL) { in sbc_setup_decoder()
153 memset(decoder, 0, sizeof(struct sbc_decoder)); in sbc_setup_decoder()
156 &decoder->context, in sbc_setup_decoder()
157 &decoder->context_data[0], in sbc_setup_decoder()
158 sizeof(decoder->context_data), in sbc_setup_decoder()
170 int sbc_decode(struct sbc_decoder *decoder, const void **in_data, uint32_t *in_size, in sbc_decode() argument
175 if (decoder == NULL || in_data == NULL || in_size == NULL || in sbc_decode()
180 status = OI_CODEC_SBC_DecodeFrame(&decoder->context, in sbc_decode()
A DKconfig13 bool "libsbc decoder Support"
15 This option enables the Android SBC decoder library for Bluetooth A2DP
/modules/nanopb/
A DKconfig19 This option enables dynamic allocation support in the decoder.
52 Only to be used when the decoder on the receiving side cannot
/modules/zcbor/
A DKconfig11 zcbor CBOR encoder/decoder library

Completed in 28 milliseconds