Searched refs:chmap (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/ |
H A D | alsa_snd_render.c | 453 snd_pcm_chmap_query_t *chmap = NULL;
in QueryChmaps() local 457 AUDIO_FUNC_LOGE("This sound card has no chmap component, cannot query maps.");
in QueryChmaps() 461 for (pChmap = hwChmap; (chmap = *pChmap) != NULL; pChmap++) {
in QueryChmaps() 462 champType = snd_pcm_chmap_type_name(chmap->type);
in QueryChmaps() 463 HDF_LOGI("Channel Type = %{public}s, Channels = %{public}d.", champType, chmap->map.channels);
in QueryChmaps() 467 PrintChannels(&chmap->map);
in QueryChmaps() 481 snd_pcm_chmap_t *chmap = snd_pcm_chmap_parse_string(hwRenderParams->channelsName);
in SetChmap() local 482 if (chmap == NULL) {
in SetChmap() 483 AUDIO_FUNC_LOGE("parse chmap error!");
in SetChmap() 487 if (snd_pcm_set_chmap(pcm, chmap) < in SetChmap() [all...] |
/drivers/peripheral/audio/test/audio_utils/audio_mixer/ |
H A D | audio_mixer_main.c | 76 printf(" -m, --chmap=ch1,ch2,.. Give the channel map to override or follow\n"); in ShowUsage() 585 {"chmap", 1, NULL, 'm'}, in main()
|
Completed in 2 milliseconds