Searched refs:encoder (Results 1 – 6 of 6) sorted by relevance
16 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() argument89 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() argument99 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 …]
12 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_analysis.c13 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_dct.c14 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_dct_coeffs.c15 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_enc_bit_alloc_mono.c16 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_enc_bit_alloc_ste.c17 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_enc_coeffs.c18 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_encoder.c19 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/srce/sbc_packing.c22 ${ZEPHYR_LIBSBC_MODULE_DIR}/encoder/include
8 bool "libsbc encoder Support"10 This option enables the Android SBC encoder library for Bluetooth A2DP
34 bool "Input lvgl encoder"40 int "Input encoder queue message count"44 Size of the encoder message queue buffering input events.
64 LVGL_INPUT_DEFINE(inst, encoder, CONFIG_LV_Z_ENCODER_INPUT_MSGQ_COUNT, \67 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, encoder), \
11 zcbor CBOR encoder/decoder library
Completed in 25 milliseconds