Searched refs:query_chmaps (Results 1 – 25 of 27) sorted by relevance
12
/third_party/alsa-lib/test/ |
D | chmap.c | 32 static int query_chmaps(snd_pcm_t *pcm) in query_chmaps() function 205 return query_chmaps(pcm); in main()
|
/third_party/alsa-lib/include/ |
D | pcm_extplug.h | 162 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_extplug_t *ext); member
|
D | pcm_ioplug.h | 205 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_ioplug_t *io); member
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_extplug.c | 435 ext->data->callback->query_chmaps) in snd_pcm_extplug_query_chmaps() 436 return ext->data->callback->query_chmaps(ext->data); in snd_pcm_extplug_query_chmaps() 473 .query_chmaps = snd_pcm_extplug_query_chmaps,
|
D | pcm_copy.c | 168 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_ioplug.c | 848 io->data->callback->query_chmaps) in snd_pcm_ioplug_query_chmaps() 849 return io->data->callback->query_chmaps(io->data); in snd_pcm_ioplug_query_chmaps() 923 .query_chmaps = snd_pcm_ioplug_query_chmaps,
|
D | pcm_null.c | 338 .query_chmaps = snd_pcm_null_query_chmaps,
|
D | pcm_alaw.c | 407 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_mmap_emul.c | 369 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_lfloat.c | 366 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_linear.c | 410 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_adpcm.c | 534 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_hooks.c | 168 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_iec958.c | 545 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_dsnoop.c | 511 .query_chmaps = snd_pcm_direct_query_chmaps,
|
D | pcm_softvol.c | 892 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_file.c | 841 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_dmix.c | 941 .query_chmaps = snd_pcm_direct_query_chmaps,
|
D | pcm_route.c | 924 .query_chmaps = snd_pcm_route_query_chmaps,
|
D | pcm_meter.c | 521 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_plug.c | 1088 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_local.h | 152 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_t *pcm); member
|
D | pcm_multi.c | 1011 .query_chmaps = snd_pcm_multi_query_chmaps,
|
D | pcm_hw.c | 1451 .query_chmaps = snd_pcm_hw_query_chmaps,
|
D | pcm_rate.c | 1318 .query_chmaps = snd_pcm_generic_query_chmaps,
|
12