HomeSort by relevance Sort by last modified time
    Searched full:snd_pcm_format_t (Results 26 - 39 of 39) sorted by null

12

  /external/qemu/android/config/
check-alsa.c 33 DYN_FUNCTION(int,snd_pcm_hw_params_set_format,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val)) \
  /external/qemu/audio/
alsaaudio.c 64 DYNLINK_FUNC(int,snd_pcm_hw_params_get_format,(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val)) \
65 DYNLINK_FUNC(int,snd_pcm_hw_params_set_format,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val)) \
88 DYNLINK_FUNC(int,snd_pcm_hw_params_get_format,(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val)) \
157 snd_pcm_format_t fmt;
393 static snd_pcm_format_t aud_to_alsafmt (audfmt_e fmt)
423 static int alsa_to_audfmt (snd_pcm_format_t alsafmt, audfmt_e *fmt,
487 snd_pcm_format_t obtfmt)
541 snd_pcm_format_t obtfmt;
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp 141 snd_pcm_format_t iformat = mHandle->format;
313 snd_pcm_format_t ALSAFormat = mHandle->format;
AudioHardwareALSA.h 171 snd_pcm_format_t format;
alsa_default.cpp 270 snd_pcm_format_t format = SNDRV_PCM_FORMAT_S16_LE;
    [all...]
  /external/chromium_org/media/audio/cras/
cras_input.cc 57 snd_pcm_format_t pcm_format =
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 111 snd_pcm_format_t format; /**< PCM format; filled after hw_params is called */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 111 snd_pcm_format_t format; /**< PCM format; filled after hw_params is called */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 111 snd_pcm_format_t format; /**< PCM format; filled after hw_params is called */
  /external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.c 71 static int (*SDL_NAME(snd_pcm_hw_params_set_format))(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val);
468 snd_pcm_format_t format;
  /external/chromium_org/media/audio/linux/
alsa_output.h 167 const snd_pcm_format_t pcm_format_;
alsa_input.cc 54 snd_pcm_format_t pcm_format = alsa_util::BitsToFormat(
alsa_output_unittest.cc 54 MOCK_METHOD7(PcmSetParams, int(snd_pcm_t* handle, snd_pcm_format_t format,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/sound/
alsasoundsystem.cc 44 static const snd_pcm_format_t kCricketFormatToAlsaFormatTable[] = {

Completed in 471 milliseconds

12