/third_party/alsa-lib/src/pcm/ |
D | pcm_plugin.c | 91 static snd_pcm_sframes_t 101 static snd_pcm_sframes_t 111 snd_pcm_sframes_t 121 snd_pcm_sframes_t 138 static int snd_pcm_plugin_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_plugin_delay() 141 snd_pcm_sframes_t sd; in snd_pcm_plugin_delay() 185 static snd_pcm_sframes_t snd_pcm_plugin_rewindable(snd_pcm_t *pcm) in snd_pcm_plugin_rewindable() 190 snd_pcm_sframes_t snd_pcm_plugin_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_plugin_rewind() 193 snd_pcm_sframes_t n = snd_pcm_plugin_rewindable(pcm); in snd_pcm_plugin_rewind() 194 snd_pcm_sframes_t sframes; in snd_pcm_plugin_rewind() [all …]
|
D | pcm_generic.h | 138 int snd_pcm_generic_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp); 139 snd_pcm_sframes_t snd_pcm_generic_forwardable(snd_pcm_t *pcm); 140 snd_pcm_sframes_t snd_pcm_generic_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames); 141 snd_pcm_sframes_t snd_pcm_generic_rewindable(snd_pcm_t *pcm); 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); 150 snd_pcm_sframes_t snd_pcm_generic_mmap_commit(snd_pcm_t *pcm, [all …]
|
D | pcm_local.h | 167 int (*delay)(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp); /* locked */ 172 snd_pcm_sframes_t (*rewindable)(snd_pcm_t *pcm); /* locked */ 173 snd_pcm_sframes_t (*rewind)(snd_pcm_t *pcm, snd_pcm_uframes_t frames); /* locked */ 174 snd_pcm_sframes_t (*forwardable)(snd_pcm_t *pcm); /* 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… 180 snd_pcm_sframes_t (*avail_update)(snd_pcm_t *pcm); /* locked */ [all …]
|
D | pcm_share.c | 81 snd_pcm_sframes_t period_time; 82 snd_pcm_sframes_t buffer_time; 123 snd_pcm_sframes_t avail; in snd_pcm_share_slave_avail() 141 snd_pcm_sframes_t frames, safety_frames; in _snd_pcm_share_slave_forward() 142 snd_pcm_sframes_t min_frames, max_frames; in _snd_pcm_share_slave_forward() 205 snd_pcm_sframes_t hw_avail; in _snd_pcm_share_missing() 207 snd_pcm_sframes_t ready_missing; in _snd_pcm_share_missing() 229 snd_pcm_sframes_t slave_hw_avail = buffer_size - slave_avail; in _snd_pcm_share_missing() 230 snd_pcm_sframes_t safety_missing = slave_hw_avail - slave->safety_threshold; in _snd_pcm_share_missing() 232 snd_pcm_sframes_t err; in _snd_pcm_share_missing() [all …]
|
D | pcm_generic.c | 181 int snd_pcm_generic_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_generic_delay() 187 snd_pcm_sframes_t snd_pcm_generic_forwardable(snd_pcm_t *pcm) in snd_pcm_generic_forwardable() 193 snd_pcm_sframes_t snd_pcm_generic_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_generic_forward() 199 snd_pcm_sframes_t snd_pcm_generic_rewindable(snd_pcm_t *pcm) in snd_pcm_generic_rewindable() 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() 259 snd_pcm_sframes_t snd_pcm_generic_mmap_commit(snd_pcm_t *pcm, in snd_pcm_generic_mmap_commit() [all …]
|
D | pcm_mmap.c | 34 snd_pcm_sframes_t appl_ptr = *pcm->appl.ptr; in snd_pcm_mmap_appl_backward() 52 snd_pcm_sframes_t hw_ptr = *pcm->hw.ptr; in snd_pcm_mmap_hw_backward() 68 static snd_pcm_sframes_t snd_pcm_mmap_write_areas(snd_pcm_t *pcm, in snd_pcm_mmap_write_areas() 83 snd_pcm_sframes_t result; in snd_pcm_mmap_write_areas() 92 return xfer > 0 ? (snd_pcm_sframes_t)xfer : result; in snd_pcm_mmap_write_areas() 97 return (snd_pcm_sframes_t)xfer; in snd_pcm_mmap_write_areas() 100 static snd_pcm_sframes_t snd_pcm_mmap_read_areas(snd_pcm_t *pcm, in snd_pcm_mmap_read_areas() 115 snd_pcm_sframes_t result; in snd_pcm_mmap_read_areas() 124 return xfer > 0 ? (snd_pcm_sframes_t)xfer : result; in snd_pcm_mmap_read_areas() 129 return (snd_pcm_sframes_t)xfer; in snd_pcm_mmap_read_areas() [all …]
|
D | pcm_null.c | 82 static snd_pcm_sframes_t snd_pcm_null_avail_update(snd_pcm_t *pcm) in snd_pcm_null_avail_update() 118 static int snd_pcm_null_delay(snd_pcm_t *pcm ATTRIBUTE_UNUSED, snd_pcm_sframes_t *delayp) in snd_pcm_null_delay() 181 static snd_pcm_sframes_t snd_pcm_null_rewindable(snd_pcm_t *pcm) in snd_pcm_null_rewindable() 186 static snd_pcm_sframes_t snd_pcm_null_forwardable(snd_pcm_t *pcm ATTRIBUTE_UNUSED) in snd_pcm_null_forwardable() 192 static snd_pcm_sframes_t snd_pcm_null_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_null_rewind() 207 static snd_pcm_sframes_t snd_pcm_null_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_null_forward() 227 static snd_pcm_sframes_t snd_pcm_null_xfer_areas(snd_pcm_t *pcm, in snd_pcm_null_xfer_areas() 237 static snd_pcm_sframes_t snd_pcm_null_writei(snd_pcm_t *pcm, const void *buffer ATTRIBUTE_UNUSED, s… in snd_pcm_null_writei() 242 static snd_pcm_sframes_t snd_pcm_null_writen(snd_pcm_t *pcm, void **bufs ATTRIBUTE_UNUSED, snd_pcm_… in snd_pcm_null_writen() 247 static snd_pcm_sframes_t snd_pcm_null_readi(snd_pcm_t *pcm, void *buffer ATTRIBUTE_UNUSED, snd_pcm_… in snd_pcm_null_readi() [all …]
|
D | pcm_file.c | 421 snd_pcm_sframes_t err = 0; in snd_pcm_file_write_bytes() 550 static snd_pcm_sframes_t snd_pcm_file_rewindable(snd_pcm_t *pcm) in snd_pcm_file_rewindable() 553 snd_pcm_sframes_t res = snd_pcm_rewindable(file->gen.slave); in snd_pcm_file_rewindable() 554 snd_pcm_sframes_t n = snd_pcm_bytes_to_frames(pcm, file->wbuf_used_bytes); in snd_pcm_file_rewindable() 560 static snd_pcm_sframes_t snd_pcm_file_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_file_rewind() 563 snd_pcm_sframes_t err; in snd_pcm_file_rewind() 578 static snd_pcm_sframes_t snd_pcm_file_forwardable(snd_pcm_t *pcm) in snd_pcm_file_forwardable() 581 snd_pcm_sframes_t res = snd_pcm_forwardable(file->gen.slave); in snd_pcm_file_forwardable() 582 snd_pcm_sframes_t n = snd_pcm_bytes_to_frames(pcm, file->wbuf_size_bytes - file->wbuf_used_bytes); in snd_pcm_file_forwardable() 588 static snd_pcm_sframes_t snd_pcm_file_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_file_forward() [all …]
|
D | pcm_plugin.h | 33 typedef snd_pcm_sframes_t (*snd_pcm_slave_xfer_areas_undo_func_t) 67 snd_pcm_sframes_t snd_pcm_plugin_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames); 68 snd_pcm_sframes_t snd_pcm_plugin_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames); 73 snd_pcm_sframes_t snd_pcm_plugin_undo_read_generic 80 snd_pcm_sframes_t snd_pcm_plugin_undo_write_generic
|
D | pcm_dsnoop.c | 134 snd_pcm_sframes_t diff; in snd_pcm_dsnoop_sync_ptr() 228 static int snd_pcm_dsnoop_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_dsnoop_delay() 351 static snd_pcm_sframes_t snd_pcm_dsnoop_rewindable(snd_pcm_t *pcm) in snd_pcm_dsnoop_rewindable() 356 static snd_pcm_sframes_t snd_pcm_dsnoop_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_dsnoop_rewind() 358 snd_pcm_sframes_t avail; in snd_pcm_dsnoop_rewind() 367 static snd_pcm_sframes_t snd_pcm_dsnoop_forwardable(snd_pcm_t *pcm) in snd_pcm_dsnoop_forwardable() 372 static snd_pcm_sframes_t snd_pcm_dsnoop_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_dsnoop_forward() 374 snd_pcm_sframes_t avail; in snd_pcm_dsnoop_forward() 383 static snd_pcm_sframes_t snd_pcm_dsnoop_writei(snd_pcm_t *pcm ATTRIBUTE_UNUSED, const void *buffer … in snd_pcm_dsnoop_writei() 388 static snd_pcm_sframes_t snd_pcm_dsnoop_writen(snd_pcm_t *pcm ATTRIBUTE_UNUSED, void **bufs ATTRIBU… in snd_pcm_dsnoop_writen() [all …]
|
D | pcm_rate.c | 641 snd_pcm_sframes_t slave_hw_ptr_diff; in snd_pcm_rate_sync_hwptr0() 642 snd_pcm_sframes_t last_slave_hw_ptr_frac; in snd_pcm_rate_sync_hwptr0() 693 static int snd_pcm_rate_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_rate_delay() 696 snd_pcm_sframes_t slave_delay; in snd_pcm_rate_delay() 749 static snd_pcm_sframes_t snd_pcm_rate_rewindable(snd_pcm_t *pcm ATTRIBUTE_UNUSED) in snd_pcm_rate_rewindable() 754 static snd_pcm_sframes_t snd_pcm_rate_forwardable(snd_pcm_t *pcm ATTRIBUTE_UNUSED) in snd_pcm_rate_forwardable() 759 static snd_pcm_sframes_t snd_pcm_rate_rewind(snd_pcm_t *pcm ATTRIBUTE_UNUSED, in snd_pcm_rate_rewind() 765 static snd_pcm_sframes_t snd_pcm_rate_forward(snd_pcm_t *pcm ATTRIBUTE_UNUSED, in snd_pcm_rate_forward() 781 snd_pcm_sframes_t result; in snd_pcm_rate_commit_area() 795 if (result < (snd_pcm_sframes_t)slave_size) { in snd_pcm_rate_commit_area() [all …]
|
D | pcm_mmap_emul.c | 254 static snd_pcm_sframes_t 263 static snd_pcm_sframes_t 273 static snd_pcm_sframes_t 279 snd_pcm_sframes_t size; in sync_slave_write() 296 static snd_pcm_sframes_t 302 snd_pcm_sframes_t size; in sync_slave_read() 316 static snd_pcm_sframes_t 331 static snd_pcm_sframes_t snd_pcm_mmap_emul_avail_update(snd_pcm_t *pcm) in snd_pcm_mmap_emul_avail_update()
|
D | pcm_ioplug.c | 60 snd_pcm_sframes_t hw; in snd_pcm_ioplug_hw_ptr_update() 110 static int snd_pcm_ioplug_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_ioplug_delay() 127 snd_pcm_sframes_t sd; in snd_pcm_ioplug_status() 600 static snd_pcm_sframes_t snd_pcm_ioplug_rewindable(snd_pcm_t *pcm) in snd_pcm_ioplug_rewindable() 605 static snd_pcm_sframes_t snd_pcm_ioplug_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_ioplug_rewind() 611 static snd_pcm_sframes_t snd_pcm_ioplug_forwardable(snd_pcm_t *pcm) in snd_pcm_ioplug_forwardable() 616 static snd_pcm_sframes_t snd_pcm_ioplug_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_ioplug_forward() 633 static snd_pcm_sframes_t ioplug_priv_transfer_areas(snd_pcm_t *pcm, in ioplug_priv_transfer_areas() 639 snd_pcm_sframes_t result; in ioplug_priv_transfer_areas() 652 static snd_pcm_sframes_t snd_pcm_ioplug_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_… in snd_pcm_ioplug_writei() [all …]
|
D | pcm_dshare.c | 165 snd_pcm_sframes_t diff; in snd_pcm_dshare_sync_ptr0() 279 static int snd_pcm_dshare_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_dshare_delay() 352 snd_pcm_sframes_t avail; in snd_pcm_dshare_start() 457 static snd_pcm_sframes_t snd_pcm_dshare_rewindable(snd_pcm_t *pcm) in snd_pcm_dshare_rewindable() 462 static snd_pcm_sframes_t snd_pcm_dshare_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_dshare_rewind() 464 snd_pcm_sframes_t avail; in snd_pcm_dshare_rewind() 473 static snd_pcm_sframes_t snd_pcm_dshare_forwardable(snd_pcm_t *pcm) in snd_pcm_dshare_forwardable() 478 static snd_pcm_sframes_t snd_pcm_dshare_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_dshare_forward() 480 snd_pcm_sframes_t avail; in snd_pcm_dshare_forward() 489 static snd_pcm_sframes_t snd_pcm_dshare_readi(snd_pcm_t *pcm ATTRIBUTE_UNUSED, void *buffer ATTRIBU… in snd_pcm_dshare_readi() [all …]
|
D | pcm_multi.c | 449 static int snd_pcm_multi_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_multi_delay() 452 snd_pcm_sframes_t d, dr = 0; in snd_pcm_multi_delay() 466 static snd_pcm_sframes_t snd_pcm_multi_avail_update(snd_pcm_t *pcm) in snd_pcm_multi_avail_update() 469 snd_pcm_sframes_t ret = LONG_MAX; in snd_pcm_multi_avail_update() 472 snd_pcm_sframes_t avail; in snd_pcm_multi_avail_update() 609 static snd_pcm_sframes_t snd_pcm_multi_rewindable(snd_pcm_t *pcm) in snd_pcm_multi_rewindable() 613 snd_pcm_sframes_t frames = LONG_MAX; in snd_pcm_multi_rewindable() 616 snd_pcm_sframes_t f = snd_pcm_rewindable(multi->slaves[i].pcm); in snd_pcm_multi_rewindable() 627 static snd_pcm_sframes_t snd_pcm_multi_forwardable(snd_pcm_t *pcm) in snd_pcm_multi_forwardable() 631 snd_pcm_sframes_t frames = LONG_MAX; in snd_pcm_multi_forwardable() [all …]
|
D | pcm_meter.c | 107 snd_pcm_sframes_t frames; in snd_pcm_meter_update_main() 131 snd_pcm_sframes_t frames; in snd_pcm_meter_update_scope() 198 snd_pcm_sframes_t now; in snd_pcm_meter_thread() 329 static snd_pcm_sframes_t snd_pcm_meter_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_meter_rewind() 332 snd_pcm_sframes_t err = snd_pcm_rewind(meter->gen.slave, frames); in snd_pcm_meter_rewind() 338 static snd_pcm_sframes_t snd_pcm_meter_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_meter_forward() 341 snd_pcm_sframes_t err = INTERNAL(snd_pcm_forward)(meter->gen.slave, frames); in snd_pcm_meter_forward() 347 static snd_pcm_sframes_t snd_pcm_meter_mmap_commit(snd_pcm_t *pcm, in snd_pcm_meter_mmap_commit() 353 snd_pcm_sframes_t result = snd_pcm_mmap_commit(meter->gen.slave, offset, size); in snd_pcm_meter_mmap_commit() 363 static snd_pcm_sframes_t snd_pcm_meter_avail_update(snd_pcm_t *pcm) in snd_pcm_meter_avail_update() [all …]
|
D | pcm_dmix.c | 392 snd_pcm_sframes_t diff; in snd_pcm_dmix_sync_ptr0() 503 static int snd_pcm_dmix_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_dmix_delay() 578 snd_pcm_sframes_t avail; in snd_pcm_dmix_start() 689 static snd_pcm_sframes_t snd_pcm_dmix_rewindable(snd_pcm_t *pcm) in snd_pcm_dmix_rewindable() 694 static snd_pcm_sframes_t snd_pcm_dmix_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_dmix_rewind() 776 static snd_pcm_sframes_t snd_pcm_dmix_forwardable(snd_pcm_t *pcm) in snd_pcm_dmix_forwardable() 781 static snd_pcm_sframes_t snd_pcm_dmix_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_dmix_forward() 783 snd_pcm_sframes_t avail; in snd_pcm_dmix_forward() 792 static snd_pcm_sframes_t snd_pcm_dmix_readi(snd_pcm_t *pcm ATTRIBUTE_UNUSED, void *buffer ATTRIBUTE… in snd_pcm_dmix_readi() 797 static snd_pcm_sframes_t snd_pcm_dmix_readn(snd_pcm_t *pcm ATTRIBUTE_UNUSED, void **bufs ATTRIBUTE_… in snd_pcm_dmix_readn() [all …]
|
D | pcm_hw.c | 82 static snd_pcm_sframes_t snd_pcm_hw_avail_update(snd_pcm_t *pcm); 610 static int snd_pcm_hw_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_hw_delay() 639 snd_pcm_sframes_t delay; in snd_pcm_hw_hwsync() 736 static snd_pcm_sframes_t snd_pcm_hw_rewindable(snd_pcm_t *pcm) in snd_pcm_hw_rewindable() 741 static snd_pcm_sframes_t snd_pcm_hw_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_hw_rewind() 756 static snd_pcm_sframes_t snd_pcm_hw_forwardable(snd_pcm_t *pcm) in snd_pcm_hw_forwardable() 761 static snd_pcm_sframes_t snd_pcm_hw_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_hw_forward() 776 snd_pcm_sframes_t avail; in snd_pcm_hw_forward() 852 static snd_pcm_sframes_t snd_pcm_hw_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t si… in snd_pcm_hw_writei() 873 static snd_pcm_sframes_t snd_pcm_hw_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_hw_writen() [all …]
|
D | pcm.c | 1137 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_delay() 1409 snd_pcm_sframes_t snd_pcm_rewindable(snd_pcm_t *pcm) in snd_pcm_rewindable() 1411 snd_pcm_sframes_t result; in snd_pcm_rewindable() 1440 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_rewind() 1442 snd_pcm_sframes_t result; in snd_pcm_rewind() 1475 snd_pcm_sframes_t snd_pcm_forwardable(snd_pcm_t *pcm) in snd_pcm_forwardable() 1477 snd_pcm_sframes_t result; in snd_pcm_forwardable() 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() 1512 snd_pcm_sframes_t result; in INTERNAL() [all …]
|
/third_party/alsa-utils/alsaloop/ |
D | alsaloop.h | 117 snd_pcm_sframes_t last_delay; 158 snd_pcm_sframes_t pitch_diff; 159 snd_pcm_sframes_t pitch_diff_min; 160 snd_pcm_sframes_t pitch_diff_max; 171 snd_pcm_sframes_t xrun_last_pdelay; 172 snd_pcm_sframes_t xrun_last_cdelay;
|
/third_party/alsa-lib/include/ |
D | pcm.h | 390 typedef long snd_pcm_sframes_t; typedef 540 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp); 543 snd_pcm_sframes_t snd_pcm_avail(snd_pcm_t *pcm); 544 snd_pcm_sframes_t snd_pcm_avail_update(snd_pcm_t *pcm); 545 int snd_pcm_avail_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *availp, snd_pcm_sframes_t *delayp); 546 snd_pcm_sframes_t snd_pcm_rewindable(snd_pcm_t *pcm); 547 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames); 548 snd_pcm_sframes_t snd_pcm_forwardable(snd_pcm_t *pcm); 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); [all …]
|
D | pcm_ioplug.h | 142 snd_pcm_sframes_t (*pointer)(snd_pcm_ioplug_t *io); 146 snd_pcm_sframes_t (*transfer)(snd_pcm_ioplug_t *io, 201 int (*delay)(snd_pcm_ioplug_t *io, snd_pcm_sframes_t *delayp);
|
/third_party/alsa-utils/axfer/ |
D | xfer-libasound-irq-rw.c | 62 snd_pcm_sframes_t handled_frame_count; in read_frames() 113 snd_pcm_sframes_t avail; in r_process_frames_blocking() 161 snd_pcm_sframes_t avail; in r_process_frames_nonblocking() 208 snd_pcm_sframes_t handled_frame_count; in write_frames() 257 snd_pcm_sframes_t avail; in w_process_frames_blocking() 321 snd_pcm_sframes_t avail; in w_process_frames_nonblocking()
|
D | xfer-libasound-timer-mmap.c | 126 snd_pcm_sframes_t avail; in timer_mmap_process_frames() 131 snd_pcm_sframes_t consumed_count; in timer_mmap_process_frames() 223 snd_pcm_sframes_t forward_count; in forward_appl_ptr() 306 snd_pcm_sframes_t rewind_count; in rewind_appl_ptr()
|
/third_party/pulseaudio/src/tests/ |
D | alsa-time-test.c | 36 snd_pcm_sframes_t last_avail = 0, last_delay = 0; in main() 157 snd_pcm_sframes_t avail, delay; in main() 196 snd_pcm_sframes_t sframes; in main()
|