Searched refs:snd_pcm_file_add_frames (Results 1 - 1 of 1) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_file.c | 458 static int snd_pcm_file_add_frames(snd_pcm_t *pcm, in snd_pcm_file_add_frames() function 615 if (snd_pcm_file_add_frames(pcm, areas, 0, n) < 0) { in snd_pcm_file_writei() 633 if (snd_pcm_file_add_frames(pcm, areas, 0, n) < 0) { in snd_pcm_file_writen() 656 if (snd_pcm_file_add_frames(pcm, areas, 0, frames) < 0) { in snd_pcm_file_readi() 680 if (snd_pcm_file_add_frames(pcm, areas, 0, frames) < 0) { in snd_pcm_file_readn() 707 if (snd_pcm_file_add_frames(pcm, areas, ofs, result) < 0) in snd_pcm_file_mmap_commit()
|
Completed in 2 milliseconds