HomeSort by relevance Sort by last modified time
    Searched refs:snd_pcm_hw_params (Results 1 - 23 of 23) sorted by null

  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 37 struct snd_pcm_hw_params *hw_p;
144 void param_init(struct snd_pcm_hw_params *p);
145 void param_set_mask(struct snd_pcm_hw_params *p, int n, unsigned bit);
146 void param_set_min(struct snd_pcm_hw_params *p, int n, unsigned val);
147 void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned val);
148 void param_set_max(struct snd_pcm_hw_params *p, int n, unsigned val);
149 int param_set_hw_refine(struct pcm *pcm, struct snd_pcm_hw_params *params);
150 int param_set_hw_params(struct pcm *pcm, struct snd_pcm_hw_params *params);
152 void param_dump(struct snd_pcm_hw_params *p);
162 int pcm_buffer_size(struct snd_pcm_hw_params *params)
    [all...]
alsa_pcm.c 199 static inline struct snd_interval *param_to_interval(struct snd_pcm_hw_params *p, int n)
204 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n)
209 void param_set_mask(struct snd_pcm_hw_params *p, int n, unsigned bit)
221 void param_set_min(struct snd_pcm_hw_params *p, int n, unsigned val)
229 void param_set_max(struct snd_pcm_hw_params *p, int n, unsigned val)
237 void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned val)
247 void param_init(struct snd_pcm_hw_params *p)
287 void param_dump(struct snd_pcm_hw_params *p)
325 void param_dump(struct snd_pcm_hw_params *p) {}
329 int param_set_hw_refine(struct pcm *pcm, struct snd_pcm_hw_params *params
    [all...]
aplay.c 85 struct snd_pcm_hw_params *params;
93 params = (struct snd_pcm_hw_params*) calloc(1, sizeof(struct snd_pcm_hw_params));
arec.c 89 struct snd_pcm_hw_params *params;
96 params = (struct snd_pcm_hw_params*) calloc(1, sizeof(struct snd_pcm_hw_params));
  /external/tinyalsa/
pcm.c 143 static inline struct snd_interval *param_to_interval(struct snd_pcm_hw_params *p, int n)
148 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n)
153 static void param_set_mask(struct snd_pcm_hw_params *p, int n, unsigned int bit)
165 static void param_set_min(struct snd_pcm_hw_params *p, int n, unsigned int val)
173 static unsigned int param_get_min(struct snd_pcm_hw_params *p, int n)
182 static void param_set_max(struct snd_pcm_hw_params *p, int n, unsigned int val)
190 static unsigned int param_get_max(struct snd_pcm_hw_params *p, int n)
199 static void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned int val)
209 static unsigned int param_get_int(struct snd_pcm_hw_params *p, int n)
219 static void param_init(struct snd_pcm_hw_params *p
    [all...]
  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 68 struct snd_pcm_hw_params *p, int n)
75 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n)
97 static void param_init(struct snd_pcm_hw_params *p)
167 static inline void getAlsaParamInterval(const struct snd_pcm_hw_params& params,
172 const_cast<struct snd_pcm_hw_params*>(&params), n);
215 struct snd_pcm_hw_params params;
  /external/webrtc/webrtc/modules/audio_device/linux/
alsasymboltable_linux.h 71 X(snd_pcm_hw_params) \
  /bionic/libc/kernel/uapi/sound/
asound.h 352 struct snd_pcm_hw_params { struct
547 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
549 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 376 struct snd_pcm_hw_params { struct
559 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
560 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 340 struct snd_pcm_hw_params { struct
520 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
521 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 358 struct snd_pcm_hw_params { struct
520 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
521 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 344 struct snd_pcm_hw_params { struct
525 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
526 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h 364 struct snd_pcm_hw_params { struct
529 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
530 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 339 struct snd_pcm_hw_params { struct
519 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
520 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 357 struct snd_pcm_hw_params { struct
519 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
520 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 339 struct snd_pcm_hw_params { struct
519 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
520 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 357 struct snd_pcm_hw_params { struct
519 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
520 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 332 struct snd_pcm_hw_params { struct
442 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
443 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 339 struct snd_pcm_hw_params { struct
449 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
450 #define SNDRV_PCM_IOCTL_HW_PARAMS _IOWR('A', 0x11, struct snd_pcm_hw_params)
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 281 struct snd_pcm_hw_params *params;
287 params = (snd_pcm_hw_params*) calloc(1, sizeof(struct snd_pcm_hw_params));
    [all...]
alsa_default.cpp 264 struct snd_pcm_hw_params *params;
272 params = (snd_pcm_hw_params*) calloc(1, sizeof(struct snd_pcm_hw_params));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm.h 427 int snd_pcm_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
571 #define snd_pcm_hw_params_alloca(ptr) __snd_alloca(ptr, snd_pcm_hw_params)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm.h 445 int snd_pcm_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
590 #define snd_pcm_hw_params_alloca(ptr) __snd_alloca(ptr, snd_pcm_hw_params)
    [all...]

Completed in 3197 milliseconds