HomeSort by relevance Sort by last modified time
    Searched defs:snd_pcm_runtime (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 259 struct snd_pcm_runtime { struct
314 void (*private_free)(struct snd_pcm_runtime *runtime);
361 struct snd_pcm_runtime *runtime;
616 static inline ssize_t bytes_to_samples(struct snd_pcm_runtime *runtime, ssize_t size)
621 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size)
626 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size)
631 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size)
636 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes)
643 struct snd_pcm_runtime *runtime = substream->runtime;
649 struct snd_pcm_runtime *runtime = substream->runtime
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 259 struct snd_pcm_runtime { struct
314 void (*private_free)(struct snd_pcm_runtime *runtime);
361 struct snd_pcm_runtime *runtime;
616 static inline ssize_t bytes_to_samples(struct snd_pcm_runtime *runtime, ssize_t size)
621 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size)
626 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size)
631 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size)
636 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes)
643 struct snd_pcm_runtime *runtime = substream->runtime;
649 struct snd_pcm_runtime *runtime = substream->runtime
    [all...]

Completed in 1118 milliseconds