Home
last modified time | relevance | path

Searched refs:snd_pcm_access_t (Results 1 - 25 of 31) sorted by relevance

12

/third_party/alsa-utils/axfer/test/
H A Dgenerator.c48 static void *allocate_buf(snd_pcm_access_t access, in allocate_buf()
60 static void *allocate_vector(snd_pcm_access_t access, in allocate_vector()
88 static int fill_buf(int fd, void *frame_buffer, snd_pcm_access_t access, in fill_buf()
107 static int fill_vector(int fd, void *frame_buffer, snd_pcm_access_t access, in fill_vector()
149 snd_pcm_access_t access, in test_frame_count()
153 void *(*allocator)(snd_pcm_access_t access, in test_frame_count()
157 int (*fill)(int fd, void *frame_buffer, snd_pcm_access_t access, in test_frame_count()
200 snd_pcm_access_t access, in test_samples_per_frame()
217 snd_pcm_access_t access) in test_sample_format()
H A Dmapper-test.c39 static void test_demuxer(struct mapper_context *mapper, snd_pcm_access_t access, in test_demuxer()
69 static int test_demux(struct mapper_trial *trial, snd_pcm_access_t access, in test_demux()
130 static void test_muxer(struct mapper_context *mapper, snd_pcm_access_t access, in test_muxer()
160 static int test_mux(struct mapper_trial *trial, snd_pcm_access_t access, in test_mux()
220 static int test_mapper(struct mapper_trial *trial, snd_pcm_access_t access, in test_mapper()
279 static int test_i_buf(struct mapper_trial *trial, snd_pcm_access_t access, in test_i_buf()
319 static int test_vector(struct mapper_trial *trial, snd_pcm_access_t access, in test_vector()
378 static int test_n_buf(struct mapper_trial *trial, snd_pcm_access_t access, in test_n_buf()
406 static int callback(struct test_generator *gen, snd_pcm_access_t access, in callback()
412 int (*handler)(struct mapper_trial *trial, snd_pcm_access_t acces in callback()
[all...]
H A Dcontainer-test.c38 snd_pcm_access_t access, in test_builder()
85 snd_pcm_access_t access, snd_pcm_format_t sample_format, in test_parser()
127 static int callback(struct test_generator *gen, snd_pcm_access_t access, in callback()
H A Dgenerator.h17 snd_pcm_access_t access,
/third_party/alsa-utils/axfer/
H A Dframe-cache.h17 snd_pcm_access_t access;
26 int frame_cache_init(struct frame_cache *cache, snd_pcm_access_t access,
H A Dmapper.h39 snd_pcm_access_t access;
51 snd_pcm_access_t access,
H A Dxfer.h65 snd_pcm_access_t *access,
91 snd_pcm_access_t *access,
H A Dsubcmd-transfer.c165 static int capture_pre_process(struct context *ctx, snd_pcm_access_t *access, in capture_pre_process()
229 static int playback_pre_process(struct context *ctx, snd_pcm_access_t *access, in playback_pre_process()
331 snd_pcm_access_t access; in context_pre_process()
H A Dmapper.c72 snd_pcm_access_t access, in mapper_context_pre_process()
H A Dframe-cache.c48 int frame_cache_init(struct frame_cache *cache, snd_pcm_access_t access, in frame_cache_init()
H A Dxfer.c118 snd_pcm_access_t *access, in xfer_context_pre_process()
H A Dxfer-libasound-irq-mmap.c22 snd_pcm_access_t access; in irq_mmap_pre_process()
H A Dxfer-libasound.c541 snd_pcm_access_t *access, in retrieve_actual_hw_params()
646 snd_pcm_access_t *access, in xfer_libasound_pre_process()
H A Dxfer-libasound-timer-mmap.c25 snd_pcm_access_t access; in timer_mmap_pre_process()
/third_party/alsa-lib/include/
H A Dpcm.h122 } snd_pcm_access_t; typedef
676 snd_pcm_access_t access,
789 int snd_pcm_hw_params_get_access(const snd_pcm_hw_params_t *params, snd_pcm_access_t *_access);
790 int snd_pcm_hw_params_test_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t _access);
791 int snd_pcm_hw_params_set_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t _access);
792 int snd_pcm_hw_params_set_access_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *_access);
793 int snd_pcm_hw_params_set_access_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *_access);
979 int snd_pcm_access_mask_test(const snd_pcm_access_mask_t *mask, snd_pcm_access_t val);
981 void snd_pcm_access_mask_set(snd_pcm_access_mask_t *mask, snd_pcm_access_t val);
982 void snd_pcm_access_mask_reset(snd_pcm_access_mask_t *mask, snd_pcm_access_t va
[all...]
H A Dpcm_old.h15 int snd_pcm_hw_params_test_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t val);
16 int snd_pcm_hw_params_set_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t val);
17 snd_pcm_access_t snd_pcm_hw_params_set_access_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
18 snd_pcm_access_t snd_pcm_hw_params_set_access_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
H A Dlocal.h143 #define snd_pcm_access_t sndrv_pcm_access_t macro
167 #undef snd_pcm_access_t macro
H A Dpcm_ioplug.h118 snd_pcm_access_t access; /**< access type; filled after hw_params is called */
/third_party/alsa-lib/src/pcm/
H A Dpcm_simple.c55 snd_pcm_access_t access) in set_hw_params()
163 snd_pcm_access_t access, in snd_spcm_init()
216 snd_pcm_access_t access, in snd_spcm_init_duplex()
H A Dpcm.c2141 const char *snd_pcm_access_name(const snd_pcm_access_t acc) in snd_pcm_access_name()
4036 int snd_pcm_access_mask_test(const snd_pcm_access_mask_t *mask, snd_pcm_access_t val) in snd_pcm_access_mask_test()
4057 void snd_pcm_access_mask_set(snd_pcm_access_mask_t *mask, snd_pcm_access_t val) in snd_pcm_access_mask_set()
4067 void snd_pcm_access_mask_reset(snd_pcm_access_mask_t *mask, snd_pcm_access_t val) in snd_pcm_access_mask_reset()
4329 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_access)(const snd_pcm_hw_params_t *params, snd_pcm_access_t *access) in snd_pcm_hw_params_get_access()
4331 int snd_pcm_hw_params_get_access(const snd_pcm_hw_params_t *params, snd_pcm_access_t *access) in snd_pcm_hw_params_get_access()
4348 int snd_pcm_hw_params_test_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t access) in snd_pcm_hw_params_test_access()
4360 int snd_pcm_hw_params_set_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t access) in snd_pcm_hw_params_set_access()
4373 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_access_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *access) in snd_pcm_hw_params_set_access_first()
4375 int snd_pcm_hw_params_set_access_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *acces in snd_pcm_hw_params_set_access_first()
[all...]
H A Dpcm_local.h206 snd_pcm_access_t access; /* access mode */
846 int INTERNAL(snd_pcm_hw_params_get_access)(const snd_pcm_hw_params_t *params, snd_pcm_access_t *access);
847 int snd_pcm_hw_params_test_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t access);
848 int snd_pcm_hw_params_set_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t access);
849 int INTERNAL(snd_pcm_hw_params_set_access_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *access);
850 int INTERNAL(snd_pcm_hw_params_set_access_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *access);
H A Dpcm_direct.h93 snd_pcm_access_t access;
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h184 typedef int __bitwise snd_pcm_access_t; typedef
185 #define SNDRV_PCM_ACCESS_MMAP_INTERLEAVED ((snd_pcm_access_t) 0) /* interleaved mmap */
186 #define SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED ((snd_pcm_access_t) 1) /* noninterleaved mmap */
187 #define SNDRV_PCM_ACCESS_MMAP_COMPLEX ((snd_pcm_access_t) 2) /* complex mmap */
188 #define SNDRV_PCM_ACCESS_RW_INTERLEAVED ((snd_pcm_access_t) 3) /* readi/writei */
189 #define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((snd_pcm_access_t) 4) /* readn/writen */
/third_party/alsa-utils/alsaloop/
H A Deffect-sweep.c34 snd_pcm_access_t access, in effect_init()
H A Dalsaloop.h91 snd_pcm_access_t access;

Completed in 26 milliseconds

12