Home
last modified time | relevance | path

Searched refs:maps (Results 1 – 5 of 5) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_multi.c793 snd_pcm_chmap_query_t **maps;
798 maps = calloc(2, sizeof(*maps));
799 if (!maps)
801 maps[0] = calloc(multi->channels_count + 2, sizeof(int *));
802 if (!maps[0])
804 maps[0]->type = SND_CHMAP_TYPE_FIXED;
805 maps[0]->map.channels = multi->channels_count;
821 maps[0]->map.pos[i] =
836 snd_pcm_free_chmaps(maps);
840 return maps;
A Dpcm.c1728 void snd_pcm_free_chmaps(snd_pcm_chmap_query_t **maps) in snd_pcm_free_chmaps() argument
1731 if (!maps) in snd_pcm_free_chmaps()
1733 for (p = maps; *p; p++) in snd_pcm_free_chmaps()
1735 free(maps); in snd_pcm_free_chmaps()
1784 snd_pcm_chmap_query_t **maps; in _snd_pcm_make_single_query_chmaps() local
1786 maps = calloc(2, sizeof(*maps)); in _snd_pcm_make_single_query_chmaps()
1787 if (!maps) in _snd_pcm_make_single_query_chmaps()
1789 if (_copy_to_fixed_query_map(maps, src)) { in _snd_pcm_make_single_query_chmaps()
1790 free(maps); in _snd_pcm_make_single_query_chmaps()
1793 return maps; in _snd_pcm_make_single_query_chmaps()
A Dpcm_route.c829 snd_pcm_chmap_query_t **maps; in snd_pcm_route_query_chmaps() local
834 maps = _snd_pcm_make_single_query_chmaps(map); in snd_pcm_route_query_chmaps()
836 return maps; in snd_pcm_route_query_chmaps()
/bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/
A Dpcm.h282 void snd_pcm_free_chmaps(snd_pcm_chmap_query_t **maps);
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/
A DDoxyfile1910 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of

Completed in 21 milliseconds