/third_party/alsa-lib/src/pcm/ |
D | pcm_plugin.h | 24 typedef snd_pcm_uframes_t (*snd_pcm_slave_xfer_areas_func_t) 27 snd_pcm_uframes_t offset, 28 snd_pcm_uframes_t size, 30 snd_pcm_uframes_t slave_offset, 31 snd_pcm_uframes_t *slave_sizep); 36 snd_pcm_uframes_t res_offset, /* offset of result areas */ 37 snd_pcm_uframes_t res_size, /* size of result areas */ 38 snd_pcm_uframes_t slave_undo_size); 47 snd_pcm_uframes_t appl_ptr, hw_ptr; 67 snd_pcm_sframes_t snd_pcm_plugin_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames); [all …]
|
D | pcm_plugin.c | 94 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_read() 95 snd_pcm_uframes_t res_size ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_read() 96 snd_pcm_uframes_t slave_undo_size ATTRIBUTE_UNUSED) in snd_pcm_plugin_undo_read() 104 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_write() 105 snd_pcm_uframes_t res_size ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_write() 106 snd_pcm_uframes_t slave_undo_size ATTRIBUTE_UNUSED) in snd_pcm_plugin_undo_write() 114 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_read_generic() 115 snd_pcm_uframes_t res_size ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_read_generic() 116 snd_pcm_uframes_t slave_undo_size) in snd_pcm_plugin_undo_read_generic() 124 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_write_generic() [all …]
|
D | pcm_local.h | 111 volatile snd_pcm_uframes_t *ptr; 173 snd_pcm_sframes_t (*rewind)(snd_pcm_t *pcm, snd_pcm_uframes_t frames); /* locked */ 175 snd_pcm_sframes_t (*forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames); /* locked */ 176 …snd_pcm_sframes_t (*writei)(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size); /* need o… 177 …snd_pcm_sframes_t (*writen)(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size); /* need own lock… 178 …snd_pcm_sframes_t (*readi)(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size); /* need own lock… 179 …snd_pcm_sframes_t (*readn)(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size); /* need own locki… 181 …snd_pcm_sframes_t (*mmap_commit)(snd_pcm_t *pcm, snd_pcm_uframes_t offset, snd_pcm_uframes_t size)… 182 int (*htimestamp)(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp); /* locked */ 186 int (*may_wait_for_avail_min)(snd_pcm_t *pcm, snd_pcm_uframes_t avail); [all …]
|
D | pcm_mmap.c | 32 void snd_pcm_mmap_appl_backward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_appl_backward() 41 void snd_pcm_mmap_appl_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_appl_forward() 43 snd_pcm_uframes_t appl_ptr = *pcm->appl.ptr; in snd_pcm_mmap_appl_forward() 50 void snd_pcm_mmap_hw_backward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_hw_backward() 59 void snd_pcm_mmap_hw_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_hw_forward() 61 snd_pcm_uframes_t hw_ptr = *pcm->hw.ptr; in snd_pcm_mmap_hw_forward() 70 snd_pcm_uframes_t offset, in snd_pcm_mmap_write_areas() 71 snd_pcm_uframes_t size) in snd_pcm_mmap_write_areas() 73 snd_pcm_uframes_t xfer = 0; in snd_pcm_mmap_write_areas() 81 snd_pcm_uframes_t pcm_offset; in snd_pcm_mmap_write_areas() [all …]
|
D | pcm_mulaw.c | 43 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, in snd_pcm_mulaw_decode() 164 snd_pcm_uframes_t src_offset, in snd_pcm_mulaw_decode() 165 unsigned int channels, snd_pcm_uframes_t frames, in snd_pcm_mulaw_decode() 177 snd_pcm_uframes_t frames1; in snd_pcm_mulaw_decode() 199 snd_pcm_uframes_t dst_offset, in snd_pcm_mulaw_encode() 201 snd_pcm_uframes_t src_offset, in snd_pcm_mulaw_encode() 202 unsigned int channels, snd_pcm_uframes_t frames, in snd_pcm_mulaw_encode() [all …]
|
D | pcm_alaw.c | 43 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, in snd_pcm_alaw_decode() 147 snd_pcm_uframes_t src_offset, in snd_pcm_alaw_decode() 148 unsigned int channels, snd_pcm_uframes_t frames, in snd_pcm_alaw_decode() 160 snd_pcm_uframes_t frames1; in snd_pcm_alaw_decode() 182 snd_pcm_uframes_t dst_offset, in snd_pcm_alaw_encode() 184 snd_pcm_uframes_t src_offset, in snd_pcm_alaw_encode() 185 unsigned int channels, snd_pcm_uframes_t frames, in snd_pcm_alaw_encode() [all …]
|
D | pcm_generic.h | 140 snd_pcm_sframes_t snd_pcm_generic_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames); 142 snd_pcm_sframes_t snd_pcm_generic_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames); 146 snd_pcm_sframes_t snd_pcm_generic_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size… 147 snd_pcm_sframes_t snd_pcm_generic_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size); 148 snd_pcm_sframes_t snd_pcm_generic_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size); 149 snd_pcm_sframes_t snd_pcm_generic_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size); 151 snd_pcm_uframes_t offset, 152 snd_pcm_uframes_t size); 154 int snd_pcm_generic_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, 156 int snd_pcm_generic_real_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, [all …]
|
D | pcm_lfloat.c | 55 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 …lfloat_convert_integer_float(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, in snd_pcm_lfloat_convert_integer_float() 97 const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, in snd_pcm_lfloat_convert_integer_float() 98 unsigned int channels, snd_pcm_uframes_t frames, in snd_pcm_lfloat_convert_integer_float() 113 snd_pcm_uframes_t frames1; in snd_pcm_lfloat_convert_integer_float() 141 …lfloat_convert_float_integer(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, in snd_pcm_lfloat_convert_float_integer() 142 const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, in snd_pcm_lfloat_convert_float_integer() 143 unsigned int channels, snd_pcm_uframes_t frames, in snd_pcm_lfloat_convert_float_integer() [all …]
|
D | pcm_adpcm.c | 73 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, in snd_pcm_adpcm_decode() 219 snd_pcm_uframes_t src_offset, in snd_pcm_adpcm_decode() 220 unsigned int channels, snd_pcm_uframes_t frames, in snd_pcm_adpcm_decode() 234 snd_pcm_uframes_t frames1; in snd_pcm_adpcm_decode() 270 snd_pcm_uframes_t dst_offset, in snd_pcm_adpcm_encode() 272 snd_pcm_uframes_t src_offset, in snd_pcm_adpcm_encode() 273 unsigned int channels, snd_pcm_uframes_t frames, in snd_pcm_adpcm_encode() [all …]
|
D | pcm_iec958.c | 49 snd_pcm_uframes_t dst_offset, 51 snd_pcm_uframes_t src_offset, 52 unsigned int channels, snd_pcm_uframes_t frames); 148 snd_pcm_uframes_t dst_offset, in snd_pcm_iec958_decode() 150 snd_pcm_uframes_t src_offset, in snd_pcm_iec958_decode() 151 unsigned int channels, snd_pcm_uframes_t frames) in snd_pcm_iec958_decode() 162 snd_pcm_uframes_t frames1; in snd_pcm_iec958_decode() 185 snd_pcm_uframes_t dst_offset, in snd_pcm_iec958_encode() 187 snd_pcm_uframes_t src_offset, in snd_pcm_iec958_encode() 188 unsigned int channels, snd_pcm_uframes_t frames) in snd_pcm_iec958_encode() [all …]
|
D | pcm_rate_linear.c | 45 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) in input_frames() 59 static snd_pcm_uframes_t output_frames(void *obj, snd_pcm_uframes_t frames) in output_frames() 70 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, in linear_expand() 72 snd_pcm_uframes_t src_offset, unsigned int src_frames) in linear_expand() 141 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, in linear_expand_s16() 143 snd_pcm_uframes_t src_offset, unsigned int src_frames) in linear_expand_s16() 192 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, in linear_shrink() 194 snd_pcm_uframes_t src_offset, unsigned int src_frames) in linear_shrink() [all …]
|
D | pcm_linear.c | 147 void snd_pcm_linear_convert(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, in snd_pcm_linear_convert() 148 const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, in snd_pcm_linear_convert() 149 unsigned int channels, snd_pcm_uframes_t frames, in snd_pcm_linear_convert() 161 snd_pcm_uframes_t frames1; in snd_pcm_linear_convert() 181 void snd_pcm_linear_getput(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, in snd_pcm_linear_getput() 182 const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, in snd_pcm_linear_getput() 183 unsigned int channels, snd_pcm_uframes_t frames, in snd_pcm_linear_getput() 197 snd_pcm_uframes_t frames1; in snd_pcm_linear_getput() 334 static snd_pcm_uframes_t 337 snd_pcm_uframes_t offset, in snd_pcm_linear_write_areas() [all …]
|
D | pcm_share.c | 87 snd_pcm_uframes_t safety_threshold; 88 snd_pcm_uframes_t silence_frames; 90 snd_pcm_uframes_t hw_ptr; 110 snd_pcm_uframes_t hw_ptr; 111 snd_pcm_uframes_t appl_ptr; 121 static snd_pcm_uframes_t snd_pcm_share_slave_avail(snd_pcm_share_slave_t *slave) in snd_pcm_share_slave_avail() 130 else if ((snd_pcm_uframes_t) avail >= pcm->boundary) in snd_pcm_share_slave_avail() 137 static snd_pcm_uframes_t _snd_pcm_share_slave_forward(snd_pcm_share_slave_t *slave) in _snd_pcm_share_slave_forward() 140 snd_pcm_uframes_t buffer_size; in _snd_pcm_share_slave_forward() 143 snd_pcm_uframes_t avail, slave_avail; in _snd_pcm_share_slave_forward() [all …]
|
D | pcm_copy.c | 107 static snd_pcm_uframes_t 110 snd_pcm_uframes_t offset, in snd_pcm_copy_write_areas() 111 snd_pcm_uframes_t size, in snd_pcm_copy_write_areas() 113 snd_pcm_uframes_t slave_offset, in snd_pcm_copy_write_areas() 114 snd_pcm_uframes_t *slave_sizep) in snd_pcm_copy_write_areas() 125 static snd_pcm_uframes_t 128 snd_pcm_uframes_t offset, in snd_pcm_copy_read_areas() 129 snd_pcm_uframes_t size, in snd_pcm_copy_read_areas() 131 snd_pcm_uframes_t slave_offset, in snd_pcm_copy_read_areas() 132 snd_pcm_uframes_t *slave_sizep) in snd_pcm_copy_read_areas()
|
D | pcm.c | 1195 int snd_pcm_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp) in snd_pcm_htimestamp() 1440 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_rewind() 1507 EXPORT_SYMBOL snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in INTERNAL() 1509 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in INTERNAL() 1554 snd_pcm_sframes_t snd_pcm_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size) in snd_pcm_writei() 1593 snd_pcm_sframes_t snd_pcm_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_writen() 1632 snd_pcm_sframes_t snd_pcm_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size) in snd_pcm_readi() 1671 snd_pcm_sframes_t snd_pcm_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_readn() 3048 int snd_pcm_area_silence(const snd_pcm_channel_area_t *dst_area, snd_pcm_uframes_t dst_offset, in snd_pcm_area_silence() 3163 int snd_pcm_areas_silence(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, in snd_pcm_areas_silence() [all …]
|
D | pcm_generic.c | 193 snd_pcm_sframes_t snd_pcm_generic_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_generic_forward() 205 snd_pcm_sframes_t snd_pcm_generic_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_generic_rewind() 235 snd_pcm_sframes_t snd_pcm_generic_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size) in snd_pcm_generic_writei() 241 snd_pcm_sframes_t snd_pcm_generic_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_generic_writen() 247 snd_pcm_sframes_t snd_pcm_generic_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size) in snd_pcm_generic_readi() 253 snd_pcm_sframes_t snd_pcm_generic_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_generic_readn() 260 snd_pcm_uframes_t offset, in snd_pcm_generic_mmap_commit() 261 snd_pcm_uframes_t size) in snd_pcm_generic_mmap_commit() 273 int snd_pcm_generic_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, in snd_pcm_generic_htimestamp() 283 int snd_pcm_generic_real_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, in snd_pcm_generic_real_htimestamp() [all …]
|
/third_party/alsa-lib/include/ |
D | pcm_rate.h | 47 snd_pcm_uframes_t buffer_size; 48 snd_pcm_uframes_t period_size; 90 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, 92 snd_pcm_uframes_t src_offset, unsigned int src_frames); 101 snd_pcm_uframes_t (*input_frames)(void *obj, snd_pcm_uframes_t frames); 105 snd_pcm_uframes_t (*output_frames)(void *obj, snd_pcm_uframes_t frames); 154 snd_pcm_uframes_t dst_offset, unsigned int dst_frames, 156 snd_pcm_uframes_t src_offset, unsigned int src_frames); 159 snd_pcm_uframes_t (*input_frames)(void *obj, snd_pcm_uframes_t frames); 160 snd_pcm_uframes_t (*output_frames)(void *obj, snd_pcm_uframes_t frames); [all …]
|
D | pcm_old.h | 110 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 …arams_test_period_size(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val, int dir… 113 …params_set_period_size(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val, int dir… 114 …ms_set_period_size_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *d… 115 …ms_set_period_size_max(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val, int *d… 116 …max(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *min, int *mindir, snd_pcm_ufra… 117 snd_pcm_uframes_t snd_pcm_hw_params_set_period_size_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *param… 118 snd_pcm_uframes_t snd_pcm_hw_params_set_period_size_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *para… 119 snd_pcm_uframes_t snd_pcm_hw_params_set_period_size_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *param… [all …]
|
D | pcm.h | 388 typedef unsigned long snd_pcm_uframes_t; typedef 542 int snd_pcm_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp); 547 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames); 549 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames); 550 snd_pcm_sframes_t snd_pcm_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size); 551 snd_pcm_sframes_t snd_pcm_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size); 552 snd_pcm_sframes_t snd_pcm_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size); 553 snd_pcm_sframes_t snd_pcm_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size); 665 snd_pcm_uframes_t *buffer_size, 666 snd_pcm_uframes_t *period_size); [all …]
|
D | pcm_ioplug.h | 114 volatile snd_pcm_uframes_t appl_ptr; /**< application pointer; read-only */ 115 volatile snd_pcm_uframes_t hw_ptr; /**< hw pointer; read-only */ 122 snd_pcm_uframes_t period_size; /**< period size; filled after hw_params is called */ 123 snd_pcm_uframes_t buffer_size; /**< buffer size; filled after hw_params is called */ 148 snd_pcm_uframes_t offset, 149 snd_pcm_uframes_t size); 238 snd_pcm_uframes_t snd_pcm_ioplug_avail(const snd_pcm_ioplug_t * const ioplug, 239 const snd_pcm_uframes_t hw_ptr, 240 const snd_pcm_uframes_t appl_ptr); 241 snd_pcm_uframes_t snd_pcm_ioplug_hw_avail(const snd_pcm_ioplug_t * const ioplug, [all …]
|
D | aserver.h | 55 snd_pcm_uframes_t ptr; 77 snd_pcm_uframes_t frames; 87 snd_pcm_uframes_t frames; 90 snd_pcm_uframes_t frames; 96 snd_pcm_uframes_t offset; 97 snd_pcm_uframes_t frames;
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-util.h | 46 snd_pcm_uframes_t *period_size, /* modified at return */ 47 snd_pcm_uframes_t *buffer_size, /* modified at return */ 48 snd_pcm_uframes_t tsched_size, 55 snd_pcm_uframes_t avail_min, 65 snd_pcm_uframes_t *period_size, /* modified at return */ 66 snd_pcm_uframes_t *buffer_size, /* modified at return */ 67 snd_pcm_uframes_t tsched_size, 80 snd_pcm_uframes_t *period_size, /* modified at return */ 81 snd_pcm_uframes_t *buffer_size, /* modified at return */ 82 snd_pcm_uframes_t tsched_size, [all …]
|
/third_party/alsa-utils/alsaloop/ |
D | alsaloop.h | 98 snd_pcm_uframes_t avail_min; 108 snd_pcm_uframes_t buf_pos; /* I/O position */ 109 snd_pcm_uframes_t buf_count; /* filled samples */ 110 snd_pcm_uframes_t buf_size; /* buffer size in frames */ 111 snd_pcm_uframes_t buf_over; /* capture buffer overflow */ 114 snd_pcm_uframes_t max; 119 snd_pcm_uframes_t total_queued; 137 snd_pcm_uframes_t latency; /* final latency in frames */ 150 snd_pcm_uframes_t stop_count; 173 snd_pcm_uframes_t xrun_buf_pcount; [all …]
|
/third_party/alsa-lib/include/sound/uapi/ |
D | asound.h | 159 typedef unsigned long snd_pcm_uframes_t; typedef 421 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */ 435 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */ 436 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */ 437 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */ 438 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ 439 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ 440 snd_pcm_uframes_t silence_size; /* silence block size */ 441 snd_pcm_uframes_t boundary; /* pointers wrap point */ 478 snd_pcm_uframes_t appl_ptr; /* appl ptr */ [all …]
|
/third_party/alsa-utils/axfer/ |
D | xfer-libasound-timer-mmap.c | 26 snd_pcm_uframes_t frame_offset; in timer_mmap_pre_process() 27 snd_pcm_uframes_t avail = 0; in timer_mmap_pre_process() 28 snd_pcm_uframes_t frames_per_buffer; in timer_mmap_pre_process() 96 snd_pcm_uframes_t frame_offset) in get_buffer() 125 snd_pcm_uframes_t planned_count; in timer_mmap_process_frames() 127 snd_pcm_uframes_t avail_count; in timer_mmap_process_frames() 129 snd_pcm_uframes_t frame_offset; in timer_mmap_process_frames() 142 avail_count = (snd_pcm_uframes_t)avail; in timer_mmap_process_frames() 222 snd_pcm_uframes_t forwardable_count; in forward_appl_ptr() 305 snd_pcm_uframes_t rewindable_count; in rewind_appl_ptr() [all …]
|