Home
last modified time | relevance | path

Searched refs:pcm_get_buffer_size (Results 1 – 5 of 5) sorted by relevance

/external/tinyalsa/include/tinyalsa/
Dasoundlib.h208 unsigned int pcm_get_buffer_size(struct pcm *pcm);
/external/tinyalsa/
Dtinycap.c224 size = pcm_frames_to_bytes(pcm, pcm_get_buffer_size(pcm)); in capture_sample()
Dtinyplay.c249 size = pcm_frames_to_bytes(pcm, pcm_get_buffer_size(pcm)); in play_sample()
Dtinyhostless.c278 size = pcm_frames_to_bytes(pcm_cap, pcm_get_buffer_size(pcm_cap)); in play_sample()
Dpcm.c262 unsigned int pcm_get_buffer_size(struct pcm *pcm) in pcm_get_buffer_size() function