Searched refs:snd_pcm_uframes_t (Results 1 - 25 of 185) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_plugin.h25 typedef snd_pcm_uframes_t (*snd_pcm_slave_xfer_areas_func_t)
28 snd_pcm_uframes_t offset,
29 snd_pcm_uframes_t size,
31 snd_pcm_uframes_t slave_offset,
32 snd_pcm_uframes_t *slave_sizep);
37 snd_pcm_uframes_t res_offset, /* offset of result areas */
38 snd_pcm_uframes_t res_size, /* size of result areas */
39 snd_pcm_uframes_t slave_undo_size);
48 snd_pcm_uframes_t appl_ptr, hw_ptr;
69 snd_pcm_uframes_t res_offse
[all...]
H A Dpcm_plugin.c95 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED,
96 snd_pcm_uframes_t res_size ATTRIBUTE_UNUSED,
97 snd_pcm_uframes_t slave_undo_size ATTRIBUTE_UNUSED)
105 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED,
106 snd_pcm_uframes_t res_size ATTRIBUTE_UNUSED,
107 snd_pcm_uframes_t slave_undo_size ATTRIBUTE_UNUSED)
115 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED,
116 snd_pcm_uframes_t res_size ATTRIBUTE_UNUSED,
117 snd_pcm_uframes_t slave_undo_size)
125 snd_pcm_uframes_t res_offse
[all...]
H A Dpcm_local.h105 volatile snd_pcm_uframes_t *ptr;
164 snd_pcm_sframes_t (*rewind)(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
166 snd_pcm_sframes_t (*forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
167 snd_pcm_sframes_t (*writei)(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
168 snd_pcm_sframes_t (*writen)(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
169 snd_pcm_sframes_t (*readi)(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size);
170 snd_pcm_sframes_t (*readn)(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
172 snd_pcm_sframes_t (*mmap_commit)(snd_pcm_t *pcm, snd_pcm_uframes_t offset, snd_pcm_uframes_t size);
173 int (*htimestamp)(snd_pcm_t *pcm, snd_pcm_uframes_t *avai
[all...]
H A Dpcm_generic.h132 snd_pcm_sframes_t snd_pcm_generic_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
134 snd_pcm_sframes_t snd_pcm_generic_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
138 snd_pcm_sframes_t snd_pcm_generic_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
139 snd_pcm_sframes_t snd_pcm_generic_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
140 snd_pcm_sframes_t snd_pcm_generic_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size);
141 snd_pcm_sframes_t snd_pcm_generic_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
143 snd_pcm_uframes_t offset,
144 snd_pcm_uframes_t size);
146 int snd_pcm_generic_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail,
148 int snd_pcm_generic_real_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avai
[all...]
H A Dpcm_mmap.c65 void snd_pcm_mmap_appl_backward(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
74 void snd_pcm_mmap_appl_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
76 snd_pcm_uframes_t appl_ptr = *pcm->appl.ptr;
83 void snd_pcm_mmap_hw_backward(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
92 void snd_pcm_mmap_hw_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
94 snd_pcm_uframes_t hw_ptr = *pcm->hw.ptr;
103 snd_pcm_uframes_t offset,
104 snd_pcm_uframes_t size)
106 snd_pcm_uframes_t xfer = 0;
114 snd_pcm_uframes_t pcm_offse
[all...]
H A Dpcm_alaw.c43 snd_pcm_uframes_t dst_offset,
45 snd_pcm_uframes_t src_offset,
46 unsigned int channels, snd_pcm_uframes_t frames,
145 snd_pcm_uframes_t dst_offset,
147 snd_pcm_uframes_t src_offset,
148 unsigned int channels, snd_pcm_uframes_t frames,
160 snd_pcm_uframes_t frames1;
182 snd_pcm_uframes_t dst_offset,
184 snd_pcm_uframes_t src_offset,
185 unsigned int channels, snd_pcm_uframes_t frame
[all...]
H A Dpcm_lfloat.c55 void (*func)(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset,
56 const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset,
57 unsigned int channels, snd_pcm_uframes_t frames,
96 void snd_pcm_lfloat_convert_integer_float(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset,
97 const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset,
98 unsigned int channels, snd_pcm_uframes_t frames,
113 snd_pcm_uframes_t frames1;
141 void snd_pcm_lfloat_convert_float_integer(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset,
142 const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset,
143 unsigned int channels, snd_pcm_uframes_t frame
[all...]
H A Dpcm_mulaw.c43 snd_pcm_uframes_t src_offset,
45 snd_pcm_uframes_t dst_offset,
46 unsigned int channels, snd_pcm_uframes_t frames,
162 snd_pcm_uframes_t dst_offset,
164 snd_pcm_uframes_t src_offset,
165 unsigned int channels, snd_pcm_uframes_t frames,
177 snd_pcm_uframes_t frames1;
199 snd_pcm_uframes_t dst_offset,
201 snd_pcm_uframes_t src_offset,
202 unsigned int channels, snd_pcm_uframes_t frame
[all...]
H A Dpcm_linear.c177 void snd_pcm_linear_convert(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset,
178 const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset,
179 unsigned int channels, snd_pcm_uframes_t frames,
191 snd_pcm_uframes_t frames1;
211 void snd_pcm_linear_getput(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset,
212 const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset,
213 unsigned int channels, snd_pcm_uframes_t frames,
227 snd_pcm_uframes_t frames1;
362 static snd_pcm_uframes_t
365 snd_pcm_uframes_t offse
[all...]
H A Dpcm_rate_linear.c45 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
47 snd_pcm_uframes_t src_offset, unsigned int src_frames);
50 static snd_pcm_uframes_t input_frames(void *obj, snd_pcm_uframes_t frames)
59 static snd_pcm_uframes_t output_frames(void *obj, snd_pcm_uframes_t frames)
70 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
72 snd_pcm_uframes_t src_offset, unsigned int src_frames)
141 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
143 snd_pcm_uframes_t src_offse
[all...]
H A Dpcm_copy.c107 static snd_pcm_uframes_t
110 snd_pcm_uframes_t offset,
111 snd_pcm_uframes_t size,
113 snd_pcm_uframes_t slave_offset,
114 snd_pcm_uframes_t *slave_sizep)
125 static snd_pcm_uframes_t
128 snd_pcm_uframes_t offset,
129 snd_pcm_uframes_t size,
131 snd_pcm_uframes_t slave_offset,
132 snd_pcm_uframes_t *slave_size
[all...]
H A Dpcm_null.c44 snd_pcm_uframes_t appl_ptr;
45 snd_pcm_uframes_t hw_ptr;
170 static snd_pcm_sframes_t snd_pcm_null_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
185 static snd_pcm_sframes_t snd_pcm_null_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
207 snd_pcm_uframes_t offset ATTRIBUTE_UNUSED,
208 snd_pcm_uframes_t size)
215 static snd_pcm_sframes_t snd_pcm_null_writei(snd_pcm_t *pcm, const void *buffer ATTRIBUTE_UNUSED, snd_pcm_uframes_t size)
220 static snd_pcm_sframes_t snd_pcm_null_writen(snd_pcm_t *pcm, void **bufs ATTRIBUTE_UNUSED, snd_pcm_uframes_t size)
225 static snd_pcm_sframes_t snd_pcm_null_readi(snd_pcm_t *pcm, void *buffer ATTRIBUTE_UNUSED, snd_pcm_uframes_t size)
230 static snd_pcm_sframes_t snd_pcm_null_readn(snd_pcm_t *pcm, void **bufs ATTRIBUTE_UNUSED, snd_pcm_uframes_t siz
[all...]
H A Dpcm_direct.h128 snd_pcm_uframes_t appl_ptr;
129 snd_pcm_uframes_t last_appl_ptr;
130 snd_pcm_uframes_t hw_ptr;
131 snd_pcm_uframes_t avail_max;
132 snd_pcm_uframes_t slave_appl_ptr;
133 snd_pcm_uframes_t slave_hw_ptr;
134 snd_pcm_uframes_t slave_period_size;
135 snd_pcm_uframes_t slave_buffer_size;
136 snd_pcm_uframes_t slave_boundary;
H A Dpcm_generic.c194 snd_pcm_sframes_t snd_pcm_generic_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
206 snd_pcm_sframes_t snd_pcm_generic_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames)
236 snd_pcm_sframes_t snd_pcm_generic_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size)
242 snd_pcm_sframes_t snd_pcm_generic_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size)
248 snd_pcm_sframes_t snd_pcm_generic_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size)
254 snd_pcm_sframes_t snd_pcm_generic_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size)
261 snd_pcm_uframes_t offset,
262 snd_pcm_uframes_t size)
274 int snd_pcm_generic_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail,
284 int snd_pcm_generic_real_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avai
[all...]
H A Dpcm_adpcm.c73 snd_pcm_uframes_t dst_offset,
75 snd_pcm_uframes_t src_offset,
76 unsigned int channels, snd_pcm_uframes_t frames,
217 snd_pcm_uframes_t dst_offset,
219 snd_pcm_uframes_t src_offset,
220 unsigned int channels, snd_pcm_uframes_t frames,
234 snd_pcm_uframes_t frames1;
270 snd_pcm_uframes_t dst_offset,
272 snd_pcm_uframes_t src_offset,
273 unsigned int channels, snd_pcm_uframes_t frame
[all...]
H A Dpcm_iec958.c49 snd_pcm_uframes_t dst_offset,
51 snd_pcm_uframes_t src_offset,
52 unsigned int channels, snd_pcm_uframes_t frames);
146 snd_pcm_uframes_t dst_offset,
148 snd_pcm_uframes_t src_offset,
149 unsigned int channels, snd_pcm_uframes_t frames)
160 snd_pcm_uframes_t frames1;
183 snd_pcm_uframes_t dst_offset,
185 snd_pcm_uframes_t src_offset,
186 unsigned int channels, snd_pcm_uframes_t frame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm_rate.h47 snd_pcm_uframes_t buffer_size;
48 snd_pcm_uframes_t period_size;
85 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
87 snd_pcm_uframes_t src_offset, unsigned int src_frames);
96 snd_pcm_uframes_t (*input_frames)(void *obj, snd_pcm_uframes_t frames);
100 snd_pcm_uframes_t (*output_frames)(void *obj, snd_pcm_uframes_t frames);
139 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
141 snd_pcm_uframes_t src_offse
[all...]
H A Dpcm_ioplug.h107 volatile snd_pcm_uframes_t appl_ptr; /**< application pointer; read-only */
108 volatile snd_pcm_uframes_t hw_ptr; /**< hw pointer; read-only */
115 snd_pcm_uframes_t period_size; /**< period size; filled after hw_params is called */
116 snd_pcm_uframes_t buffer_size; /**< buffer size; filled after hw_params is called */
138 snd_pcm_uframes_t offset,
139 snd_pcm_uframes_t size);
H A Dpcm_old.h110 snd_pcm_uframes_t snd_pcm_hw_params_get_period_size_min(const snd_pcm_hw_params_t *params, int *dir);
111 snd_pcm_uframes_t snd_pcm_hw_params_get_period_size_max(const snd_pcm_hw_params_t *params, int *dir);
112 int snd_pcm_hw_params_test_period_size(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val, int dir);
113 int snd_pcm_hw_params_set_period_size(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val, int dir);
114 int snd_pcm_hw_params_set_period_size_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir);
115 int snd_pcm_hw_params_set_period_size_max(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *dir);
116 int snd_pcm_hw_params_set_period_size_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *min, int *mindir, snd_pcm_uframes_t *max, int *maxdir);
117 snd_pcm_uframes_t snd_pcm_hw_params_set_period_size_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t va
[all...]
H A Dpcm.h309 typedef unsigned long snd_pcm_uframes_t; typedef
460 int snd_pcm_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp);
465 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
467 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
468 snd_pcm_sframes_t snd_pcm_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
469 snd_pcm_sframes_t snd_pcm_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size);
470 snd_pcm_sframes_t snd_pcm_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
471 snd_pcm_sframes_t snd_pcm_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
493 snd_pcm_uframes_t *buffer_size,
494 snd_pcm_uframes_t *period_siz
[all...]
H A Daserver.h56 snd_pcm_uframes_t ptr;
78 snd_pcm_uframes_t frames;
88 snd_pcm_uframes_t frames;
91 snd_pcm_uframes_t frames;
97 snd_pcm_uframes_t offset;
98 snd_pcm_uframes_t frames;
H A Dpcm_extplug.h130 snd_pcm_uframes_t dst_offset,
132 snd_pcm_uframes_t src_offset,
133 snd_pcm_uframes_t size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_plugin.h43 snd_pcm_uframes_t frames; /* allocated frames */
62 snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames);
63 snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames);
65 snd_pcm_uframes_t frames,
70 snd_pcm_uframes_t frames);
80 snd_pcm_uframes_t buf_frames;
93 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames);
94 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_size);
95 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t clt_size);
134 snd_pcm_uframes_t siz
[all...]
H A Droute.c28 snd_pcm_uframes_t frames, int format)
41 snd_pcm_uframes_t frames, int format)
50 snd_pcm_uframes_t frames)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dpcm.h100 snd_pcm_uframes_t pos_out;
125 snd_pcm_uframes_t pos_out_done;
150 snd_pcm_uframes_t pos_in_done;

Completed in 84 milliseconds

12345678