Searched refs:snd_pcm_format_t (Results 1 - 25 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dasound.h176 typedef int __bitwise snd_pcm_format_t; typedef
177 #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
178 #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
179 #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
180 #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
181 #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
182 #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
183 #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */
184 #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */
185 #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t)
[all...]
H A Dad1843.h35 snd_pcm_format_t fmt,
41 snd_pcm_format_t fmt,
H A Dpcm.h285 snd_pcm_format_t format; /* SNDRV_PCM_FORMAT_* */
818 int snd_pcm_format_signed(snd_pcm_format_t format);
819 int snd_pcm_format_unsigned(snd_pcm_format_t format);
820 int snd_pcm_format_linear(snd_pcm_format_t format);
821 int snd_pcm_format_little_endian(snd_pcm_format_t format);
822 int snd_pcm_format_big_endian(snd_pcm_format_t format);
828 int snd_pcm_format_width(snd_pcm_format_t format); /* in bits */
829 int snd_pcm_format_physical_width(snd_pcm_format_t format); /* in bits */
830 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
831 const unsigned char *snd_pcm_format_silence_64(snd_pcm_format_t forma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_plugin.h95 int snd_pcm_linear_get_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
96 int snd_pcm_linear_put_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
97 int snd_pcm_linear_get32_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
98 int snd_pcm_linear_put32_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
99 int snd_pcm_linear_convert_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_forma
[all...]
H A Dpcm_misc.c35 int snd_pcm_format_signed(snd_pcm_format_t format)
76 int snd_pcm_format_unsigned(snd_pcm_format_t format)
91 int snd_pcm_format_linear(snd_pcm_format_t format)
101 int snd_pcm_format_float(snd_pcm_format_t format)
119 int snd_pcm_format_little_endian(snd_pcm_format_t format)
164 int snd_pcm_format_big_endian(snd_pcm_format_t format)
179 int snd_pcm_format_cpu_endian(snd_pcm_format_t format)
193 int snd_pcm_format_width(snd_pcm_format_t format)
251 int snd_pcm_format_physical_width(snd_pcm_format_t format)
307 ssize_t snd_pcm_format_size(snd_pcm_format_t forma
[all...]
H A Dpcm_linear.c47 snd_pcm_format_t sformat;
53 int snd_pcm_linear_convert_index(snd_pcm_format_t src_format,
54 snd_pcm_format_t dst_format)
79 int snd_pcm_linear_get_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format)
110 int snd_pcm_linear_get32_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format)
115 int snd_pcm_linear_put_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format)
146 int snd_pcm_linear_put32_index(snd_pcm_format_t src_forma
[all...]
H A Dpcm_plug.c50 snd_pcm_format_t sformat;
90 static const snd_pcm_format_t linear_preferred_formats[] = {
179 static const snd_pcm_format_t nonlinear_preferred_formats[] = {
193 static const snd_pcm_format_t float_preferred_formats[] = {
224 snd_pcm_format_t f;
237 static snd_pcm_format_t snd_pcm_plug_slave_format(snd_pcm_format_t format, const snd_pcm_format_mask_t *format_mask)
240 snd_pcm_format_t f;
265 snd_pcm_format_t f = linear_preferred_formats[i];
281 snd_pcm_format_t
[all...]
H A Dpcm_lfloat.c54 snd_pcm_format_t sformat;
61 int snd_pcm_lfloat_get_s32_index(snd_pcm_format_t format)
85 int snd_pcm_lfloat_put_s32_index(snd_pcm_format_t format)
273 snd_pcm_format_t src_format, dst_format;
380 int snd_pcm_lfloat_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave)
472 snd_pcm_format_t sformat;
518 snd_pcm_format_t sformat ATTRIBUTE_UNUSED,
H A Dpcm_simple.c51 snd_pcm_format_t format,
160 snd_pcm_format_t format,
216 snd_pcm_format_t format,
H A Dpcm_alaw.c54 snd_pcm_format_t sformat;
308 snd_pcm_format_t format;
421 int snd_pcm_alaw_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave)
513 snd_pcm_format_t sformat;
H A Dpcm_mulaw.c54 snd_pcm_format_t sformat;
323 snd_pcm_format_t format;
436 int snd_pcm_mulaw_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave)
528 snd_pcm_format_t sformat;
H A Dpcm_direct.h53 snd_pcm_format_t format;
81 snd_pcm_format_t format;
H A Dpcm_iec958.c59 snd_pcm_format_t sformat;
60 snd_pcm_format_t format;
318 snd_pcm_format_t format;
448 int snd_pcm_iec958_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat,
565 snd_pcm_format_t sformat;
H A Dpcm_adpcm.c85 snd_pcm_format_t sformat;
412 snd_pcm_format_t format;
548 int snd_pcm_adpcm_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave)
639 snd_pcm_format_t sformat;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm_plugin.h89 snd_pcm_format_t sformat, snd_pcm_t *slave,
99 snd_pcm_format_t sformat, snd_pcm_t *slave,
109 snd_pcm_format_t sformat, snd_pcm_t *slave,
119 snd_pcm_format_t sformat, snd_pcm_t *slave,
129 snd_pcm_format_t sformat, snd_pcm_t *slave,
146 snd_pcm_format_t sformat, int schannels,
159 snd_pcm_format_t sformat, unsigned int srate,
H A Dpcm.h245 } snd_pcm_format_t; typedef in typeref:enum:_snd_pcm_format
486 snd_pcm_format_t format,
605 int snd_pcm_hw_params_get_format(const snd_pcm_hw_params_t *params, snd_pcm_format_t *val);
606 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val);
607 int snd_pcm_hw_params_set_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val);
608 int snd_pcm_hw_params_set_format_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format);
609 int snd_pcm_hw_params_set_format_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format);
808 int snd_pcm_format_mask_test(const snd_pcm_format_mask_t *mask, snd_pcm_format_t val);
810 void snd_pcm_format_mask_set(snd_pcm_format_mask_t *mask, snd_pcm_format_t val);
811 void snd_pcm_format_mask_reset(snd_pcm_format_mask_t *mask, snd_pcm_format_t va
[all...]
H A Dpcm_extplug.h96 snd_pcm_format_t format;
112 snd_pcm_format_t slave_format;
H A Dpcm_ioplug.h112 snd_pcm_format_t format; /**< PCM format; filled after hw_params is called */
H A Dpcm_rate.h45 snd_pcm_format_t format;
H A Dpcm_old.h24 int snd_pcm_hw_params_test_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val);
25 int snd_pcm_hw_params_set_format(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t val);
26 snd_pcm_format_t snd_pcm_hw_params_set_format_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
27 snd_pcm_format_t snd_pcm_hw_params_set_format_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_misc.c214 int snd_pcm_format_signed(snd_pcm_format_t format)
233 int snd_pcm_format_unsigned(snd_pcm_format_t format)
251 int snd_pcm_format_linear(snd_pcm_format_t format)
265 int snd_pcm_format_little_endian(snd_pcm_format_t format)
284 int snd_pcm_format_big_endian(snd_pcm_format_t format)
303 int snd_pcm_format_width(snd_pcm_format_t format)
322 int snd_pcm_format_physical_width(snd_pcm_format_t format)
342 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples)
358 const unsigned char *snd_pcm_format_silence_64(snd_pcm_format_t format)
379 int snd_pcm_format_set_silence(snd_pcm_format_t forma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/soundbus/i2sbus/
H A Di2sbus.h72 snd_pcm_format_t format;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr.h144 snd_pcm_format_t format;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/imx/
H A Dwm1133-ev1.c36 snd_pcm_format_t format;
88 snd_pcm_format_t format = params_format(params);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dsiu.h113 snd_pcm_format_t format;

Completed in 166 milliseconds

123