Searched refs:snd_pcm_frames_to_bytes (Results 1 – 10 of 10) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_file.c | 310 bytes = snd_pcm_frames_to_bytes(pcm, frames); in snd_pcm_file_areas_read_infile() 481 file->wbuf_used_bytes += snd_pcm_frames_to_bytes(pcm, n); in snd_pcm_file_add_frames() 566 n = snd_pcm_frames_to_bytes(pcm, frames); in snd_pcm_file_rewind() 572 n = snd_pcm_frames_to_bytes(pcm, err); in snd_pcm_file_rewind() 594 n = snd_pcm_frames_to_bytes(pcm, frames); in snd_pcm_file_forward() 600 n = snd_pcm_frames_to_bytes(pcm, err); in snd_pcm_file_forward() 759 file->buffer_bytes = snd_pcm_frames_to_bytes(slave, slave->buffer_size); in snd_pcm_file_hw_params() 761 file->wbuf_size_bytes = snd_pcm_frames_to_bytes(slave, file->wbuf_size); in snd_pcm_file_hw_params() 777 file->rbuf_size_bytes = snd_pcm_frames_to_bytes(slave, file->rbuf_size); in snd_pcm_file_hw_params()
|
D | pcm_meter.c | 457 buf_size_bytes = snd_pcm_frames_to_bytes(slave, meter->buf_size); in snd_pcm_meter_hw_params()
|
D | pcm.c | 2406 ssize_t snd_pcm_frames_to_bytes(snd_pcm_t *pcm, snd_pcm_sframes_t frames) in snd_pcm_frames_to_bytes() function
|
/third_party/alsa-utils/axfer/ |
D | xfer-libasound-irq-mmap.c | 151 buf += snd_pcm_frames_to_bytes(state->handle, frame_offset); in irq_mmap_process_frames()
|
D | xfer-libasound-timer-mmap.c | 104 buf += snd_pcm_frames_to_bytes(state->handle, frame_offset); in get_buffer()
|
/third_party/alsa-utils/speaker-test/ |
D | speaker-test.c | 845 ptr += snd_pcm_frames_to_bytes(handle, err); in write_buffer() 876 int bufsize = snd_pcm_frames_to_bytes(handle, period_size); in write_loop() 1205 frames = malloc(snd_pcm_frames_to_bytes(handle, period_size)); in main()
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsasrc.c | 1022 ptr += snd_pcm_frames_to_bytes (alsa->handle, err); in gst_alsasrc_read()
|
D | gstalsasink.c | 1098 ptr += snd_pcm_frames_to_bytes (alsa->handle, err); in gst_alsasink_write()
|
/third_party/alsa-lib/include/ |
D | pcm.h | 1152 ssize_t snd_pcm_frames_to_bytes(snd_pcm_t *pcm, snd_pcm_sframes_t frames);
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 54830 Also use snd_pcm_frames_to_bytes() in alsasrc to calculate
|