Home
last modified time | relevance | path

Searched refs:get_chmap (Results 1 - 25 of 29) sorted by relevance

12

/third_party/alsa-lib/test/
H A Dchmap.c87 static int get_chmap(snd_pcm_t *pcm, int format, int channels, int rate) in get_chmap() function
208 return get_chmap(pcm, format, channels, rate); in main()
/third_party/alsa-lib/include/
H A Dpcm_extplug.h166 snd_pcm_chmap_t *(*get_chmap)(snd_pcm_extplug_t *ext); member
H A Dpcm_ioplug.h209 snd_pcm_chmap_t *(*get_chmap)(snd_pcm_ioplug_t *io); member
/third_party/alsa-lib/src/pcm/
H A Dpcm_extplug.c445 ext->data->callback->get_chmap) in snd_pcm_extplug_get_chmap()
446 return ext->data->callback->get_chmap(ext->data); in snd_pcm_extplug_get_chmap()
474 .get_chmap = snd_pcm_extplug_get_chmap,
H A Dpcm_copy.c169 .get_chmap = snd_pcm_generic_get_chmap,
H A Dpcm_ioplug.c858 io->data->callback->get_chmap) in snd_pcm_ioplug_get_chmap()
859 return io->data->callback->get_chmap(io->data); in snd_pcm_ioplug_get_chmap()
924 .get_chmap = snd_pcm_ioplug_get_chmap,
H A Dpcm_lfloat.c366 .get_chmap = snd_pcm_generic_get_chmap,
H A Dpcm_linear.c410 .get_chmap = snd_pcm_generic_get_chmap,
H A Dpcm_mulaw.c421 .get_chmap = snd_pcm_generic_get_chmap,
H A Dpcm_null.c339 .get_chmap = snd_pcm_null_get_chmap,
H A Dpcm_mmap_emul.c370 .get_chmap = snd_pcm_generic_get_chmap,
H A Dpcm_adpcm.c534 .get_chmap = snd_pcm_generic_get_chmap,
H A Dpcm_alaw.c408 .get_chmap = snd_pcm_generic_get_chmap,
H A Dpcm_hooks.c169 .get_chmap = snd_pcm_generic_get_chmap,
H A Dpcm_iec958.c545 .get_chmap = snd_pcm_generic_get_chmap,
H A Dpcm_dsnoop.c478 .get_chmap = snd_pcm_direct_get_chmap,
H A Dpcm_dshare.c606 .get_chmap = snd_pcm_direct_get_chmap,
H A Dpcm_dmix.c910 .get_chmap = snd_pcm_direct_get_chmap,
H A Dpcm_meter.c524 .get_chmap = snd_pcm_generic_get_chmap,
H A Dpcm_plug.c1130 .get_chmap = snd_pcm_generic_get_chmap,
H A Dpcm_route.c926 .get_chmap = snd_pcm_route_get_chmap,
H A Dpcm_softvol.c892 .get_chmap = snd_pcm_generic_get_chmap,
H A Dpcm_file.c842 .get_chmap = snd_pcm_generic_get_chmap,
H A Dpcm_local.h157 snd_pcm_chmap_t *(*get_chmap)(snd_pcm_t *pcm); member
H A Dpcm_hw.c1537 .get_chmap = snd_pcm_hw_get_chmap,

Completed in 30 milliseconds

12