Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dpcm_misc.c410 uint64_t snd_pcm_format_silence_64(snd_pcm_format_t format) in snd_pcm_format_silence_64() function
575 return (uint32_t)snd_pcm_format_silence_64(format); in snd_pcm_format_silence_32()
586 return (uint16_t)snd_pcm_format_silence_64(format); in snd_pcm_format_silence_16()
597 return (uint8_t)snd_pcm_format_silence_64(format); in snd_pcm_format_silence()
613 uint8_t silence = snd_pcm_format_silence_64(format); in snd_pcm_format_set_silence()
622 uint8_t silence = snd_pcm_format_silence_64(format); in snd_pcm_format_set_silence()
627 uint16_t silence = snd_pcm_format_silence_64(format); in snd_pcm_format_set_silence()
638 uint32_t silence = snd_pcm_format_silence_64(format); in snd_pcm_format_set_silence()
658 uint32_t silence = snd_pcm_format_silence_64(format); in snd_pcm_format_set_silence()
669 uint64_t silence = snd_pcm_format_silence_64(forma in snd_pcm_format_set_silence()
[all...]
H A Dpcm.c3156 silence = snd_pcm_format_silence_64(format); in snd_pcm_area_silence()
/third_party/alsa-lib/include/
H A Dpcm.h1169 uint64_t snd_pcm_format_silence_64(snd_pcm_format_t format);

Completed in 27 milliseconds