OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_pcm_bytes_to_frames
(Results
1 - 5
of
5
) sorted by null
/device/samsung/crespo/alsa-lib/src/pcm/
pcm_file.c
197
snd_pcm_uframes_t avail = file->wbuf_size -
snd_pcm_bytes_to_frames
(pcm, file->wbuf_used_bytes);
272
snd_pcm_sframes_t n =
snd_pcm_bytes_to_frames
(pcm, file->wbuf_used_bytes);
286
frames =
snd_pcm_bytes_to_frames
(pcm, file->wbuf_used_bytes);
300
snd_pcm_sframes_t n =
snd_pcm_bytes_to_frames
(pcm, file->wbuf_size_bytes - file->wbuf_used_bytes);
314
frames =
snd_pcm_bytes_to_frames
(pcm, file->wbuf_size_bytes - file->wbuf_used_bytes);
pcm.c
1930
snd_pcm_sframes_t
snd_pcm_bytes_to_frames
(snd_pcm_t *pcm, ssize_t bytes)
function
[
all
...]
/device/samsung/crespo/libaudio/
AudioHardwareALSA.cpp
[
all
...]
/device/samsung/crespo/alsa-utils/speaker-test/
speaker-test.c
731
snd_pcm_bytes_to_frames
(handle, err * channels))) < 0)
/device/samsung/crespo/alsa-lib/include/
pcm.h
[
all
...]
Completed in 16 milliseconds