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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 669 static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime) function
684 return runtime->buffer_size - snd_pcm_capture_avail(runtime);
712 return snd_pcm_capture_avail(runtime) >= runtime->control->avail_min;
758 return snd_pcm_capture_avail(runtime) == 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 669 static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime) function
684 return runtime->buffer_size - snd_pcm_capture_avail(runtime);
712 return snd_pcm_capture_avail(runtime) >= runtime->control->avail_min;
758 return snd_pcm_capture_avail(runtime) == 0;
    [all...]

Completed in 31 milliseconds