/external/chromium_org/media/midi/ |
midi_manager_alsa.cc | 7 #include <alsa/asoundlib.h> 34 // See http://www.alsa-project.org/alsa-doc/alsa-lib/seq.html. 212 // In the current Alsa kernel implementation, hardware clients match the 237 version += base::StringPrintf("ALSA library version %d.%d.%d",
|
/external/qemu/distrib/sdl-1.2.15/src/audio/alsa/ |
SDL_alsa_audio.c | 43 /* The tag name used by ALSA audio */ 44 #define DRIVER_NAME "alsa" 251 DRIVER_NAME, "ALSA PCM audio", 264 * "For Linux ALSA, this is FL-FR-RL-RR-C-LFE 331 fprintf(stderr, "ALSA write failed (unrecoverable): %s\n", SDL_NAME(snd_strerror)(status)); 391 fprintf(stderr, "ALSA: period size = %ld, periods = %u, buffer size = %lu\n", persize, periods, bufsize);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/ |
mixer.h | 3 * \brief Application interface library for the ALSA driver 5 * \author Abramo Bagnara <abramo@alsa-project.org> 9 * Application interface library for the ALSA driver
|
seq_event.h | 3 * \brief Application interface library for the ALSA driver 5 * \author Abramo Bagnara <abramo@alsa-project.org> 9 * Application interface library for the ALSA driver
|
timer.h | 3 * \brief Application interface library for the ALSA driver 5 * \author Abramo Bagnara <abramo@alsa-project.org> 9 * Application interface library for the ALSA driver
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
mixer.h | 3 * \brief Application interface library for the ALSA driver 5 * \author Abramo Bagnara <abramo@alsa-project.org> 9 * Application interface library for the ALSA driver
|
seq_event.h | 3 * \brief Application interface library for the ALSA driver 5 * \author Abramo Bagnara <abramo@alsa-project.org> 9 * Application interface library for the ALSA driver
|
timer.h | 3 * \brief Application interface library for the ALSA driver 5 * \author Abramo Bagnara <abramo@alsa-project.org> 9 * Application interface library for the ALSA driver
|
/device/asus/deb/self-extractors/qcom/staging/proprietary/ |
Android.mk | 29 # while kernel ALSA drivers can only access the /system/etc/firmware directory
|
/device/asus/flo/self-extractors/qcom/staging/proprietary/ |
Android.mk | 29 # while kernel ALSA drivers can only access the /system/etc/firmware directory
|
/external/kernel-headers/original/uapi/linux/ |
media.h | 90 } alsa; member in union:media_entity_desc::__anon6868
|
/external/qemu/android/utils/ |
debug.c | 72 ** this is useful to get rid of debug messages from ALSA and esd
|
/external/qemu/distrib/ |
update-audio.sh | 4 # we use a prebuilt package because we don't want to force the installation of the ALSA / EsounD / Whatever
|
/external/tinycompress/include/tinycompress/ |
version.h | 33 * tinycompress library for compress audio offload in alsa
|
/frameworks/base/libs/usb/tests/accessorytest/ |
accessory.c | 27 "\t-ic, -id, -oc and -od specify ALSA card and device numbers\n"
|
/hardware/qcom/audio/legacy/alsa_sound/ |
acoustics_default.cpp | 43 name : "ALSA acoustics module",
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
media.h | 88 } alsa; member in union:media_entity_desc::__anon22213
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/alsa-lib/smixer/ |
smixer-python.so | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/alsa-lib/smixer/ |
smixer-python.so | |
/system/media/audio_utils/include/audio_utils/spdif/ |
SPDIFEncoder.h | 80 uint16_t *mBurstBuffer; // ALSA wants to get SPDIF data as shorts.
|
/external/chromium_org/media/ |
media.gyp | 23 # Enable ALSA and Pulse for runtime selection. 25 # ALSA is always needed for Web MIDI even if the cras is enabled. 76 'audio/alsa/alsa_input.cc', 77 'audio/alsa/alsa_input.h', 78 'audio/alsa/alsa_output.cc', 79 'audio/alsa/alsa_output.h', 80 'audio/alsa/alsa_util.cc', 81 'audio/alsa/alsa_util.h', 82 'audio/alsa/alsa_wrapper.cc', 83 'audio/alsa/alsa_wrapper.h' [all...] |
/device/asus/fugu/libaudio/ |
AudioStreamOut.cpp | 157 // mix at a time. We also use the mInputBufSize to determine the ALSA 159 // before low level ALSA driver code is required to wake up upper levels of 160 // SW to fill a new buffer. As it turns out, ALSA is going to apply some 162 // ALSA seems to do is attempt to round the period_size up to a value which 164 // behavior can cause the low levels of ALSA to consume more data per period 172 // results in a period_size which is not going to get rounded up by ALSA. 201 // reconcile this with ALSA round-up behavior described above when the 205 // (either ALSA or AudioFlinger)
|
/external/chromium_org/media/audio/alsa/ |
alsa_output_unittest.cc | 6 #include "media/audio/alsa/alsa_output.h" 7 #include "media/audio/alsa/alsa_wrapper.h" 8 #include "media/audio/alsa/audio_manager_alsa.h" 474 // We need to open the stream before writing data to ALSA. 521 // We need to open the stream before writing data to ALSA. 641 // If ALSA has underrun then we should assume a delay of zero. 727 // The parameters are specified by ALSA documentation, and are in constants [all...] |
alsa_util.cc | 5 #include "media/audio/alsa/alsa_util.h" 10 #include "media/audio/alsa/alsa_wrapper.h"
|
/frameworks/base/core/java/android/alsa/ |
AlsaDevicesParser.java | 16 package android.alsa; 28 * Retrieves information from an ALSA "devices" file.
|