Searched full:mono (Results 1 – 25 of 31) sorted by relevance
12
/Zephyr-latest/drivers/display/ |
D | Kconfig.sdl | 29 bool "Mono Black=0" 32 bool "Mono Black=1"
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/ |
D | README.rst | 5 USB Audio 2 implicit feedback sample playing stereo and recording mono audio 13 headphones playback based on the number of mono microphone samples received.
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/ |
D | dmic_regs.h | 173 /* Source decimator for 1st stereo/mono data placeholder. */ 176 /* Source decimator for 2nd stereo/mono data placeholder. */ 179 /* Source decimator for 3rd stereo/mono data placeholder. */ 182 /* Source decimator for 4th stereo/mono data placeholder. */
|
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ |
D | dmic_regs.h | 176 /* Source decimator for 1st stereo/mono data placeholder. */ 179 /* Source decimator for 2nd stereo/mono data placeholder. */ 182 /* Source decimator for 3rd stereo/mono data placeholder. */ 185 /* Source decimator for 4th stereo/mono data placeholder. */
|
/Zephyr-latest/samples/boards/96boards/argonkey/microphone/ |
D | README.rst | 61 - 1 channel (mono), as only 1 microphone is available 134 signed 16 bit PCM, Little Endian, mono format @16KHz.
|
/Zephyr-latest/tests/lib/gui/lvgl/ |
D | testcase.yaml | 49 libraries.gui.lvgl.mono:
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/ |
D | doxytooltip.css | 5 …--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New'…
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/ |
D | Kconfig | 81 supporting mono, left and right channels
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap_usb.c | 141 const int16_t *mono_frame = decoded_sdu.left_frames[i]; /* use left as mono */ in bap_usb_send_frames_to_usb() 237 LOG_DBG("Cannot mix and match mono with left or right"); in bap_usb_add_frame_to_usb() 266 /* always send mono as it comes */ in bap_usb_add_frame_to_usb() 292 /* Use left as mono*/ in bap_usb_add_frame_to_usb() 294 LOG_WRN("Could not add more mono frames"); in bap_usb_add_frame_to_usb()
|
D | audio.h | 647 shell_print(sh, "%*s Mono", indent, ""); in print_codec_cfg_chan_allocation()
|
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/ |
D | README.rst | 72 - 1 channel (mono) 155 signed 16 bit PCM, Little Endian, mono format @16KHz:
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/ |
D | a2dp.rst | 41 Mono
|
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/doc/ |
D | index.rst | 25 * CS47L63 Low-Power Audio DSP with mono differential headphone driver
|
/Zephyr-latest/drivers/audio/ |
D | mpxxdtyy.c | 103 case 1: /* MONO */ in sw_filter_lib_run()
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_litex.c | 197 /* if mono, copy every left channel in i2s_copy_from_fifo() 250 /* if mono send every left channel in i2s_copy_to_fifo()
|
/Zephyr-latest/boards/renesas/rzg3s_smarc/doc/ |
D | index.rst | 31 * Mono speaker, Stereo headphone, Mic., and Aux..
|
/Zephyr-latest/boards/witte/linum/doc/ |
D | index.rst | 22 - 1 Mono audio up to 3W
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/ |
D | main.c | 58 /* Leftover samples from I2S receive buffer, already compacted to mono,
|
/Zephyr-latest/modules/lvgl/ |
D | CMakeLists.txt | 263 ${LVGL_DIR}/src/themes/mono/lv_theme_mono.c
|
/Zephyr-latest/boards/96boards/meerkat96/doc/ |
D | index.rst | 67 - 1x Analog Audio Mic in (Mono)
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/ |
D | main.c | 248 /* Use left as mono*/ in lc3_decoder_thread() 707 * exists (otherwise mono assumed) in subgroup_get_valid_bis_indexes_cb()
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | a2dp.c | 237 shell_print(ctx_shell, " Mono "); in shell_a2dp_print_capabilities()
|
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/ |
D | index.rst | 31 - 1x Analog Audio Mic in (Mono)
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | audio.h | 591 /** Mono Audio (no specified Audio Location) */ 2315 return "Mono"; in bt_audio_location_bit_to_str()
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 64 …--font-family-monospace: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monosp…
|
12