Searched refs:query_chmaps (Results 1 - 25 of 27) sorted by relevance
12
/third_party/alsa-lib/test/ |
H A D | chmap.c | 33 static int query_chmaps(snd_pcm_t *pcm) in query_chmaps() function 206 return query_chmaps(pcm); in main()
|
/third_party/alsa-lib/include/ |
H A D | pcm_extplug.h | 162 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_extplug_t *ext); member
|
H A D | pcm_ioplug.h | 205 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_ioplug_t *io); member
|
/third_party/alsa-lib/src/pcm/ |
H A 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,
|
H A D | pcm_copy.c | 168 .query_chmaps = snd_pcm_generic_query_chmaps,
|
H A 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,
|
H A D | pcm_lfloat.c | 365 .query_chmaps = snd_pcm_generic_query_chmaps,
|
H A D | pcm_linear.c | 409 .query_chmaps = snd_pcm_generic_query_chmaps,
|
H A D | pcm_null.c | 338 .query_chmaps = snd_pcm_null_query_chmaps,
|
H A D | pcm_mmap_emul.c | 369 .query_chmaps = snd_pcm_generic_query_chmaps,
|
H A D | pcm_adpcm.c | 533 .query_chmaps = snd_pcm_generic_query_chmaps,
|
H A D | pcm_alaw.c | 407 .query_chmaps = snd_pcm_generic_query_chmaps,
|
H A D | pcm_hooks.c | 168 .query_chmaps = snd_pcm_generic_query_chmaps,
|
H A D | pcm_iec958.c | 544 .query_chmaps = snd_pcm_generic_query_chmaps,
|
H A D | pcm_dsnoop.c | 477 .query_chmaps = snd_pcm_direct_query_chmaps,
|
H A D | pcm_dmix.c | 909 .query_chmaps = snd_pcm_direct_query_chmaps,
|
H A D | pcm_meter.c | 523 .query_chmaps = snd_pcm_generic_query_chmaps,
|
H A D | pcm_plug.c | 1129 .query_chmaps = snd_pcm_generic_query_chmaps,
|
H A D | pcm_route.c | 925 .query_chmaps = snd_pcm_route_query_chmaps,
|
H A D | pcm_softvol.c | 891 .query_chmaps = snd_pcm_generic_query_chmaps,
|
H A D | pcm_file.c | 841 .query_chmaps = snd_pcm_generic_query_chmaps,
|
H A D | pcm_local.h | 156 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_t *pcm); member
|
H A D | pcm_hw.c | 1536 .query_chmaps = snd_pcm_hw_query_chmaps,
|
H A D | pcm_ladspa.c | 1081 .query_chmaps = snd_pcm_generic_query_chmaps,
|
H A D | pcm_multi.c | 1022 .query_chmaps = snd_pcm_multi_query_chmaps,
|
Completed in 35 milliseconds
12