OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcm_bytes_to_frames
(Results
1 - 2
of
2
) sorted by null
/external/tinyalsa/include/tinyalsa/
asoundlib.h
119
unsigned int
pcm_bytes_to_frames
(struct pcm *pcm, unsigned int bytes);
/external/tinyalsa/
pcm.c
210
unsigned int
pcm_bytes_to_frames
(struct pcm *pcm, unsigned int bytes)
function
785
count =
pcm_bytes_to_frames
(pcm, bytes);
Completed in 31 milliseconds