HomeSort by relevance Sort by last modified time
    Searched defs:frames_to_bytes (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 631 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) function
644 return frames_to_bytes(runtime, runtime->buffer_size);
650 return frames_to_bytes(runtime, runtime->period_size);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 631 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) function
644 return frames_to_bytes(runtime, runtime->buffer_size);
650 return frames_to_bytes(runtime, runtime->period_size);
    [all...]

Completed in 144 milliseconds