OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:snd_pcm_runtime
(Results
1 - 12
of
12
) 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
...]
pcm-indirect.h
51
struct
snd_pcm_runtime
*runtime = substream->runtime;
117
struct
snd_pcm_runtime
*runtime = substream->runtime;
vx_core.h
116
void (*dma_write)(struct vx_core *chip, struct
snd_pcm_runtime
*runtime,
118
void (*dma_read)(struct vx_core *chip, struct
snd_pcm_runtime
*runtime,
304
static inline void vx_pseudo_dma_write(struct vx_core *chip, struct
snd_pcm_runtime
*runtime,
311
static inline void vx_pseudo_dma_read(struct vx_core *chip, struct
snd_pcm_runtime
*runtime,
cs4231.h
101
int (*rate_constraint) (struct
snd_pcm_runtime
*runtime);
soc.h
325
struct
snd_pcm_runtime
*runtime;
ac97_codec.h
636
int snd_ac97_pcm_double_rate_rules(struct
snd_pcm_runtime
*runtime);
/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
...]
pcm-indirect.h
51
struct
snd_pcm_runtime
*runtime = substream->runtime;
117
struct
snd_pcm_runtime
*runtime = substream->runtime;
vx_core.h
116
void (*dma_write)(struct vx_core *chip, struct
snd_pcm_runtime
*runtime,
118
void (*dma_read)(struct vx_core *chip, struct
snd_pcm_runtime
*runtime,
304
static inline void vx_pseudo_dma_write(struct vx_core *chip, struct
snd_pcm_runtime
*runtime,
311
static inline void vx_pseudo_dma_read(struct vx_core *chip, struct
snd_pcm_runtime
*runtime,
cs4231.h
101
int (*rate_constraint) (struct
snd_pcm_runtime
*runtime);
soc.h
325
struct
snd_pcm_runtime
*runtime;
ac97_codec.h
636
int snd_ac97_pcm_double_rate_rules(struct
snd_pcm_runtime
*runtime);
Completed in 761 milliseconds