Home
last modified time | relevance | path

Searched refs:snd_pcm_frames_to_bytes (Results 1 – 10 of 10) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_file.c310 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()
Dpcm_meter.c457 buf_size_bytes = snd_pcm_frames_to_bytes(slave, meter->buf_size); in snd_pcm_meter_hw_params()
Dpcm.c2406 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/
Dxfer-libasound-irq-mmap.c151 buf += snd_pcm_frames_to_bytes(state->handle, frame_offset); in irq_mmap_process_frames()
Dxfer-libasound-timer-mmap.c104 buf += snd_pcm_frames_to_bytes(state->handle, frame_offset); in get_buffer()
/third_party/alsa-utils/speaker-test/
Dspeaker-test.c845 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/
Dgstalsasrc.c1022 ptr += snd_pcm_frames_to_bytes (alsa->handle, err); in gst_alsasrc_read()
Dgstalsasink.c1098 ptr += snd_pcm_frames_to_bytes (alsa->handle, err); in gst_alsasink_write()
/third_party/alsa-lib/include/
Dpcm.h1152 ssize_t snd_pcm_frames_to_bytes(snd_pcm_t *pcm, snd_pcm_sframes_t frames);
/third_party/gstreamer/gstplugins_base/
DChangeLog54830 Also use snd_pcm_frames_to_bytes() in alsasrc to calculate