Home
last modified time | relevance | path

Searched refs:snd_pcm_access_t (Results 1 – 25 of 35) sorted by relevance

12

/third_party/alsa-utils/axfer/test/
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()
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 access, in callback()
[all …]
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()
Dgenerator.h17 snd_pcm_access_t access,
/third_party/alsa-utils/axfer/
Dframe-cache.h17 snd_pcm_access_t access;
26 int frame_cache_init(struct frame_cache *cache, snd_pcm_access_t access,
Dmapper.h39 snd_pcm_access_t access;
51 snd_pcm_access_t access,
Dxfer.h65 snd_pcm_access_t *access,
91 snd_pcm_access_t *access,
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()
Dframe-cache.c48 int frame_cache_init(struct frame_cache *cache, snd_pcm_access_t access, in frame_cache_init()
Dmapper.c72 snd_pcm_access_t access, in mapper_context_pre_process()
Dxfer.c118 snd_pcm_access_t *access, in xfer_context_pre_process()
Dxfer-libasound-irq-mmap.c22 snd_pcm_access_t access; in irq_mmap_pre_process()
Dxfer-libasound.c541 snd_pcm_access_t *access, in retrieve_actual_hw_params()
646 snd_pcm_access_t *access, in xfer_libasound_pre_process()
/third_party/alsa-lib/include/
Dpcm.h122 } snd_pcm_access_t; typedef
659 snd_pcm_access_t access,
771 int snd_pcm_hw_params_get_access(const snd_pcm_hw_params_t *params, snd_pcm_access_t *_access);
772 int snd_pcm_hw_params_test_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t _ac…
773 int snd_pcm_hw_params_set_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t _acc…
774 …hw_params_set_access_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *_access);
775 int snd_pcm_hw_params_set_access_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t
959 int snd_pcm_access_mask_test(const snd_pcm_access_mask_t *mask, snd_pcm_access_t val);
961 void snd_pcm_access_mask_set(snd_pcm_access_mask_t *mask, snd_pcm_access_t val);
962 void snd_pcm_access_mask_reset(snd_pcm_access_mask_t *mask, snd_pcm_access_t val);
[all …]
Dpcm_old.h12 int snd_pcm_hw_params_test_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t val…
13 int snd_pcm_hw_params_set_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t val);
14 snd_pcm_access_t snd_pcm_hw_params_set_access_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
15 snd_pcm_access_t snd_pcm_hw_params_set_access_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params);
Dlocal.h128 #define snd_pcm_access_t sndrv_pcm_access_t macro
152 #undef snd_pcm_access_t
Dpcm_ioplug.h118 snd_pcm_access_t access; /**< access type; filled after hw_params is called */
/third_party/alsa-lib/src/pcm/
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()
Dpcm_local.h202 snd_pcm_access_t access; /* access mode */
838 int INTERNAL(snd_pcm_hw_params_get_access)(const snd_pcm_hw_params_t *params, snd_pcm_access_t *acc…
839 int snd_pcm_hw_params_test_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t acc…
840 int snd_pcm_hw_params_set_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t acce…
841 …hw_params_set_access_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *access);
842 …_hw_params_set_access_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *access);
Dpcm.c2107 const char *snd_pcm_access_name(const snd_pcm_access_t acc) in snd_pcm_access_name()
3903 int snd_pcm_access_mask_test(const snd_pcm_access_mask_t *mask, snd_pcm_access_t val) in snd_pcm_access_mask_test()
3924 void snd_pcm_access_mask_set(snd_pcm_access_mask_t *mask, snd_pcm_access_t val) in snd_pcm_access_mask_set()
3934 void snd_pcm_access_mask_reset(snd_pcm_access_mask_t *mask, snd_pcm_access_t val) in snd_pcm_access_mask_reset()
4196 …INTERNAL(snd_pcm_hw_params_get_access)(const snd_pcm_hw_params_t *params, snd_pcm_access_t *access) in INTERNAL()
4198 int snd_pcm_hw_params_get_access(const snd_pcm_hw_params_t *params, snd_pcm_access_t *access) in INTERNAL()
4215 int snd_pcm_hw_params_test_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t acc… in snd_pcm_hw_params_test_access()
4227 int snd_pcm_hw_params_set_access(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t acce… in snd_pcm_hw_params_set_access()
4240 …_hw_params_set_access_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *access) in INTERNAL()
4242 …m_hw_params_set_access_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *access) in INTERNAL()
[all …]
/third_party/alsa-lib/include/sound/uapi/
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/gstreamer/gstplugins_base/ext/alsa/
Dgstalsasrc.h61 snd_pcm_access_t access;
Dgstalsasink.h62 snd_pcm_access_t access;
/third_party/alsa-utils/alsaloop/
Deffect-sweep.c33 snd_pcm_access_t access, in effect_init()
Dalsaloop.h91 snd_pcm_access_t access;

12