OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcm_frames_to_bytes
(Results
1 - 2
of
2
) sorted by null
/external/tinyalsa/
pcm.c
216
unsigned int
pcm_frames_to_bytes
(struct pcm *pcm, unsigned int frames)
function
296
int size_bytes =
pcm_frames_to_bytes
(pcm, frames);
297
int pcm_offset_bytes =
pcm_frames_to_bytes
(pcm, pcm_offset);
298
int src_offset_bytes =
pcm_frames_to_bytes
(pcm, src_offset);
446
munmap(pcm->mmap_buffer,
pcm_frames_to_bytes
(pcm, pcm->buffer_size));
533
pcm->mmap_buffer = mmap(NULL,
pcm_frames_to_bytes
(pcm, pcm->buffer_size),
537
pcm_frames_to_bytes
(pcm, pcm->buffer_size));
597
munmap(pcm->mmap_buffer,
pcm_frames_to_bytes
(pcm, pcm->buffer_size));
/external/tinyalsa/include/tinyalsa/
asoundlib.h
118
unsigned int
pcm_frames_to_bytes
(struct pcm *pcm, unsigned int frames);
Completed in 753 milliseconds