HomeSort by relevance Sort by last modified time
    Searched full:snd_pcm_hw_params (Results 1 - 25 of 37) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 67 struct snd_pcm_hw_params *params);
200 typedef int (*snd_pcm_hw_rule_func_t)(struct snd_pcm_hw_params *params,
779 static inline struct snd_mask *hw_param_mask(struct snd_pcm_hw_params *params,
785 static inline struct snd_interval *hw_param_interval(struct snd_pcm_hw_params *params,
791 static inline const struct snd_mask *hw_param_mask_c(const struct snd_pcm_hw_params *params,
797 static inline const struct snd_interval *hw_param_interval_c(const struct snd_pcm_hw_params *params,
828 void _snd_pcm_hw_params_any(struct snd_pcm_hw_params *params);
829 void _snd_pcm_hw_param_setempty(struct snd_pcm_hw_params *params, snd_pcm_hw_param_t var);
830 int snd_pcm_hw_params_choose(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params);
832 int snd_pcm_hw_refine(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params)
    [all...]
pcm_params.h 26 struct snd_pcm_hw_params *params,
29 struct snd_pcm_hw_params *params,
31 int snd_pcm_hw_param_value(const struct snd_pcm_hw_params *params,
cs4231.h 102 void (*set_playback_format) (struct snd_cs4231 *chip, struct snd_pcm_hw_params *hw_params, unsigned char pdfr);
103 void (*set_capture_format) (struct snd_cs4231 *chip, struct snd_pcm_hw_params *hw_params, unsigned char cdfr);
asound.h 337 struct snd_pcm_hw_params { struct
442 SNDRV_PCM_IOCTL_HW_REFINE = _IOWR('A', 0x10, struct snd_pcm_hw_params),
443 SNDRV_PCM_IOCTL_HW_PARAMS = _IOWR('A', 0x11, struct snd_pcm_hw_params),
    [all...]
soc.h 232 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);
  /external/tinyalsa/
pcm.c 66 static inline struct snd_interval *param_to_interval(struct snd_pcm_hw_params *p, int n)
71 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n)
76 static void param_set_mask(struct snd_pcm_hw_params *p, int n, unsigned int bit)
88 static void param_set_min(struct snd_pcm_hw_params *p, int n, unsigned int val)
96 static void param_set_max(struct snd_pcm_hw_params *p, int n, unsigned int val)
104 static void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned int val)
114 static unsigned int param_get_int(struct snd_pcm_hw_params *p, int n)
124 static void param_init(struct snd_pcm_hw_params *p)
463 struct snd_pcm_hw_params params;
  /external/qemu/android/config/
check-alsa.c 37 DYN_FUNCTION(int,snd_pcm_hw_params,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params)) \
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 83 static int (*SDL_NAME(snd_pcm_hw_params))(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
118 { "snd_pcm_hw_params", (void**)(char*)&SDL_NAME(snd_pcm_hw_params) },
474 status = SDL_NAME(snd_pcm_hw_params)(pcm_handle, hwparams);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libesd.so 
libesd.so.0 
libesd.so.0.2 
libesd.so.0.2.38 
libasound.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libesd.so 
libesd.so.0 
libesd.so.0.2 
libesd.so.0.2.38 
  /external/bluetooth/bluez/audio/
ipc.h 32 on snd_pcm_hw_params
  /external/kernel-headers/original/sound/
asound.h 348 struct snd_pcm_hw_params { struct
458 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
459 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
    [all...]
  /bionic/libc/kernel/common/sound/
asound.h 316 struct snd_pcm_hw_params { struct
439 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
440 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
    [all...]
  /external/srec/audio/AudioIn/UNIX/src/
audioin.c 905 The subsequent call to snd_pcm_hw_params() fails. */
927 if ((rc = snd_pcm_hw_params(ghPCM, hwparams)) < 0)
929 PLogError ( "Audio In Error snd_pcm_hw_params() (rc = %d: %s)\n", rc, snd_strerror(rc));
    [all...]
  /external/qemu/audio/
alsaaudio.c 69 DYNLINK_FUNC(int,snd_pcm_hw_params,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params)) \
681 err = FF(snd_pcm_hw_params) (handle, hw_params);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h 415 int snd_pcm_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h 415 int snd_pcm_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h 415 int snd_pcm_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
    [all...]

Completed in 1924 milliseconds

1 2