Searched refs:pcm_config (Results 1 – 15 of 15) sorted by relevance
/external/tinyalsa_new/include/tinyalsa/ |
D | pcm.h | 198 struct pcm_config { struct 298 const struct pcm_config *config); 302 const struct pcm_config *config); 310 const struct pcm_config * pcm_get_config(const struct pcm *pcm); 320 int pcm_set_config(struct pcm *pcm, const struct pcm_config *config);
|
/external/tinyalsa/include/tinyalsa/ |
D | asoundlib.h | 92 struct pcm_config { struct 183 unsigned int flags, struct pcm_config *config); 219 int pcm_get_config(struct pcm *pcm, struct pcm_config *config); 220 int pcm_set_config(struct pcm *pcm, struct pcm_config *config);
|
/external/tinyalsa_new/tests/include/ |
D | pcm_test_device.h | 57 static constexpr pcm_config kDefaultConfig = {
|
/external/tinyalsa_new/tests/src/ |
D | pcm_out_test.cc | 60 static constexpr pcm_config kDefaultConfig = { 98 ASSERT_EQ(std::memcmp(pcm_get_config(pcm_object), &kDefaultConfig, sizeof(pcm_config)), 0); in TEST_F()
|
D | pcm_loopback_test.cc | 159 static constexpr pcm_config kInConfig = { in SetUp() 173 static constexpr pcm_config kOutConfig = { in SetUp()
|
D | pcm_in_test.cc | 60 static constexpr pcm_config kDefaultConfig = {
|
/external/tinyalsa_new/utils/ |
D | tinyplay.c | 46 struct pcm_config config; 133 struct pcm_config *config = &cmd->config; in ctx_init() 440 const struct pcm_config *config = pcm_get_config(ctx->pcm); in play_sample()
|
D | tinycap.c | 210 struct pcm_config config; in capture_sample()
|
/external/tinyalsa_new/examples/ |
D | pcm-readi.c | 12 const struct pcm_config config = { in read_frames()
|
D | pcm-writei.c | 53 const struct pcm_config config = { in write_frames()
|
/external/tinyalsa/ |
D | tinyhostless.c | 177 const struct pcm_config *config) in check_params() 222 struct pcm_config config; in play_sample()
|
D | tinycap.c | 198 struct pcm_config config; in capture_sample()
|
D | tinyplay.c | 217 struct pcm_config config; in play_sample()
|
D | pcm.c | 262 struct pcm_config config; 903 unsigned int flags, struct pcm_config *config) in pcm_open()
|
/external/tinyalsa_new/src/ |
D | pcm.c | 312 struct pcm_config config; 373 const struct pcm_config * pcm_get_config(const struct pcm *pcm) in pcm_get_config() 432 int pcm_set_config(struct pcm *pcm, const struct pcm_config *config) in pcm_set_config() 1023 const struct pcm_config *config) in pcm_open_by_name() 1057 unsigned int flags, const struct pcm_config *config) in pcm_open()
|