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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm-indirect.h 59 rec->sw_ready += (int)frames_to_bytes(runtime, diff);
124 rec->sw_ready -= frames_to_bytes(runtime, diff);
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-indirect.h 59 rec->sw_ready += (int)frames_to_bytes(runtime, diff);
124 rec->sw_ready -= frames_to_bytes(runtime, diff);
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 82 milliseconds