Home
last modified time | relevance | path

Searched refs:wbuf_size_bytes (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_file.c82 size_t wbuf_size_bytes; member
436 size_t cont = file->wbuf_size_bytes - file->file_ptr_bytes; in snd_pcm_file_write_bytes()
449 if (file->file_ptr_bytes == file->wbuf_size_bytes) in snd_pcm_file_write_bytes()
487 assert(file->wbuf_used_bytes < file->wbuf_size_bytes); in snd_pcm_file_add_frames()
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()
595 if (file->wbuf_used_bytes + n > file->wbuf_size_bytes) in snd_pcm_file_forward()
596 frames = snd_pcm_bytes_to_frames(pcm, file->wbuf_size_bytes - file->wbuf_used_bytes); in snd_pcm_file_forward()
761 file->wbuf_size_bytes = snd_pcm_frames_to_bytes(slave, file->wbuf_size); in snd_pcm_file_hw_params()
765 file->wbuf = malloc(file->wbuf_size_bytes); in snd_pcm_file_hw_params()

Completed in 3 milliseconds