HomeSort by relevance Sort by last modified time
    Searched refs:snd_pcm_format_silence_64 (Results 1 - 3 of 3) sorted by null

  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_misc.c 366 u_int64_t snd_pcm_format_silence_64(snd_pcm_format_t format) function
515 return (u_int32_t)snd_pcm_format_silence_64(format);
526 return (u_int16_t)snd_pcm_format_silence_64(format);
537 return (u_int8_t)snd_pcm_format_silence_64(format);
553 u_int8_t silence = snd_pcm_format_silence_64(format);
562 u_int8_t silence = snd_pcm_format_silence_64(format);
567 u_int16_t silence = snd_pcm_format_silence_64(format);
578 u_int32_t silence = snd_pcm_format_silence_64(format);
598 u_int32_t silence = snd_pcm_format_silence_64(format);
609 u_int64_t silence = snd_pcm_format_silence_64(format)
    [all...]
pcm.c     [all...]
  /device/samsung/crespo/alsa-lib/include/
pcm.h     [all...]

Completed in 890 milliseconds