Home
last modified time | relevance | path

Searched refs:encoder (Results 1 – 6 of 6) sorted by relevance

/modules/libsbc/
A Dsbc.c16 if (encoder == NULL) { in sbc_setup_encoder()
20 memset(encoder, 0, sizeof(struct sbc_encoder)); in sbc_setup_encoder()
22 encoder_params = &encoder->sbc_encoder_params; in sbc_setup_encoder()
87 int sbc_frame_samples(struct sbc_encoder *encoder) in sbc_frame_samples() argument
89 if (encoder == NULL) { in sbc_frame_samples()
94 encoder->sbc_encoder_params.s16NumOfBlocks; in sbc_frame_samples()
97 int sbc_frame_bytes(struct sbc_encoder *encoder) in sbc_frame_bytes() argument
99 if (encoder == NULL) { in sbc_frame_bytes()
103 return sbc_frame_samples(encoder) * 2 * in sbc_frame_bytes()
113 if (encoder == NULL) { in sbc_frame_encoded_bytes()
[all …]
A DCMakeLists.txt12 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_analysis.c
13 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_dct.c
14 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_dct_coeffs.c
15 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_enc_bit_alloc_mono.c
16 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_enc_bit_alloc_ste.c
17 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_enc_coeffs.c
18 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_encoder.c
19 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_packing.c
22 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/include
A DKconfig8 bool "libsbc encoder Support"
10 This option enables the Android SBC encoder library for Bluetooth A2DP
/modules/lvgl/
A DKconfig.input34 bool "Input lvgl encoder"
40 int "Input encoder queue message count"
44 Size of the encoder message queue buffering input events.
/modules/lvgl/input/
A Dlvgl_encoder_input.c64 LVGL_INPUT_DEFINE(inst, encoder, CONFIG_LV_Z_ENCODER_INPUT_MSGQ_COUNT, \
67 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, encoder), \
/modules/zcbor/
A DKconfig11 zcbor CBOR encoder/decoder library

Completed in 25 milliseconds