Searched refs:snd_pcm_bytes_to_frames (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_file.c | 320 …snd_pcm_areas_copy(areas, offset, areas_if, 0, pcm->channels, snd_pcm_bytes_to_frames(pcm, bytes),… in snd_pcm_file_areas_read_infile() 468 snd_pcm_uframes_t avail = file->wbuf_size - snd_pcm_bytes_to_frames(pcm, file->wbuf_used_bytes); in snd_pcm_file_add_frames() 554 snd_pcm_sframes_t n = snd_pcm_bytes_to_frames(pcm, file->wbuf_used_bytes); in snd_pcm_file_rewindable() 568 frames = snd_pcm_bytes_to_frames(pcm, file->wbuf_used_bytes); in snd_pcm_file_rewind() 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() 596 frames = snd_pcm_bytes_to_frames(pcm, file->wbuf_size_bytes - file->wbuf_used_bytes); in snd_pcm_file_forward()
|
D | pcm.c | 2390 snd_pcm_sframes_t snd_pcm_bytes_to_frames(snd_pcm_t *pcm, ssize_t bytes) in snd_pcm_bytes_to_frames() function
|
/third_party/alsa-utils/speaker-test/ |
D | speaker-test.c | 881 snd_pcm_bytes_to_frames(handle, err * channels))) < 0) in write_loop()
|
/third_party/alsa-lib/include/ |
D | pcm.h | 1151 snd_pcm_sframes_t snd_pcm_bytes_to_frames(snd_pcm_t *pcm, ssize_t bytes);
|