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

  /external/qemu/audio/
alsaaudio.c 534 snd_pcm_hw_params_t *hw_params; local
547 FF_snd_pcm_hw_params_alloca (&hw_params);
560 err = FF(snd_pcm_hw_params_any) (handle, hw_params);
568 hw_params,
576 err = FF(snd_pcm_hw_params_set_format) (handle, hw_params, req->fmt);
582 err = FF(snd_pcm_hw_params_set_rate_near) (handle, hw_params, &freq, 0);
590 hw_params,
615 hw_params,
626 hw_params,
651 hw_params,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
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);
soc.h 232 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *); member in struct:snd_soc_ops
pcm.h 66 int (*hw_params)(struct snd_pcm_substream *substream, member in struct:snd_pcm_ops
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
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);
soc.h 232 int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *); member in struct:snd_soc_ops
pcm.h 66 int (*hw_params)(struct snd_pcm_substream *substream, member in struct:snd_pcm_ops
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_extplug.h 94 * format hw parameter; filled after hw_params is caled
98 * subformat hw parameter; filled after hw_params is caled
102 * channels hw parameter; filled after hw_params is caled
106 * rate hw parameter; filled after hw_params is caled
110 * slave_format hw parameter; filled after hw_params is caled
114 * slave_subformat hw parameter; filled after hw_params is caled
118 * slave_channels hw parameter; filled after hw_params is caled
139 * hw_params; optional
141 int (*hw_params)(snd_pcm_extplug_t *ext, snd_pcm_hw_params_t *params); member in struct:snd_pcm_extplug_callback
pcm_ioplug.h 110 snd_pcm_access_t access; /**< access type; filled after hw_params is called */
111 snd_pcm_format_t format; /**< PCM format; filled after hw_params is called */
112 unsigned int channels; /**< number of channels; filled after hw_params is called */
113 unsigned int rate; /**< rate; filled after hw_params is called */
114 snd_pcm_uframes_t period_size; /**< period size; filled after hw_params is called */
115 snd_pcm_uframes_t buffer_size; /**< buffer size; filled after hw_params is called */
144 * hw_params; optional
146 int (*hw_params)(snd_pcm_ioplug_t *io, snd_pcm_hw_params_t *params); member in struct:snd_pcm_ioplug_callback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_extplug.h 94 * format hw parameter; filled after hw_params is caled
98 * subformat hw parameter; filled after hw_params is caled
102 * channels hw parameter; filled after hw_params is caled
106 * rate hw parameter; filled after hw_params is caled
110 * slave_format hw parameter; filled after hw_params is caled
114 * slave_subformat hw parameter; filled after hw_params is caled
118 * slave_channels hw parameter; filled after hw_params is caled
139 * hw_params; optional
141 int (*hw_params)(snd_pcm_extplug_t *ext, snd_pcm_hw_params_t *params); member in struct:snd_pcm_extplug_callback
pcm_ioplug.h 110 snd_pcm_access_t access; /**< access type; filled after hw_params is called */
111 snd_pcm_format_t format; /**< PCM format; filled after hw_params is called */
112 unsigned int channels; /**< number of channels; filled after hw_params is called */
113 unsigned int rate; /**< rate; filled after hw_params is called */
114 snd_pcm_uframes_t period_size; /**< period size; filled after hw_params is called */
115 snd_pcm_uframes_t buffer_size; /**< buffer size; filled after hw_params is called */
144 * hw_params; optional
146 int (*hw_params)(snd_pcm_ioplug_t *io, snd_pcm_hw_params_t *params); member in struct:snd_pcm_ioplug_callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_extplug.h 94 * format hw parameter; filled after hw_params is caled
98 * subformat hw parameter; filled after hw_params is caled
102 * channels hw parameter; filled after hw_params is caled
106 * rate hw parameter; filled after hw_params is caled
110 * slave_format hw parameter; filled after hw_params is caled
114 * slave_subformat hw parameter; filled after hw_params is caled
118 * slave_channels hw parameter; filled after hw_params is caled
139 * hw_params; optional
141 int (*hw_params)(snd_pcm_extplug_t *ext, snd_pcm_hw_params_t *params); member in struct:snd_pcm_extplug_callback
pcm_ioplug.h 110 snd_pcm_access_t access; /**< access type; filled after hw_params is called */
111 snd_pcm_format_t format; /**< PCM format; filled after hw_params is called */
112 unsigned int channels; /**< number of channels; filled after hw_params is called */
113 unsigned int rate; /**< rate; filled after hw_params is called */
114 snd_pcm_uframes_t period_size; /**< period size; filled after hw_params is called */
115 snd_pcm_uframes_t buffer_size; /**< buffer size; filled after hw_params is called */
144 * hw_params; optional
146 int (*hw_params)(snd_pcm_ioplug_t *io, snd_pcm_hw_params_t *params); member in struct:snd_pcm_ioplug_callback
  /device/asus/deb/kernel-headers/media/
msm_cam_sensor.h 416 uint32_t hw_params; member in struct:damping_params_t
  /device/asus/deb/original-kernel-headers/media/
msm_cam_sensor.h 381 uint32_t hw_params; member in struct:damping_params_t
  /device/asus/flo/kernel-headers/media/
msm_cam_sensor.h 416 uint32_t hw_params; member in struct:damping_params_t
  /device/asus/flo/original-kernel-headers/media/
msm_cam_sensor.h 381 uint32_t hw_params; member in struct:damping_params_t
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 1489 uint32_t hw_params; member in struct:damping_params_t
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 1408 uint32_t hw_params; member in struct:damping_params_t
    [all...]

Completed in 298 milliseconds