Home
last modified time | relevance | path

Searched refs:channel_map (Results 126 - 150 of 179) sorted by relevance

12345678

/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-ucm.c1556 pa_channel_map_init_extend(&m->channel_map, channels, PA_CHANNEL_MAP_ALSA); in alsa_mapping_add_ucm_modifier()
1558 pa_channel_map_init(&m->channel_map); in alsa_mapping_add_ucm_modifier()
1619 pa_channel_map_init_extend(&m->channel_map, channels, PA_CHANNEL_MAP_ALSA); in ucm_create_mapping_direction()
1627 if (channels < m->channel_map.channels) in ucm_create_mapping_direction()
1628 pa_channel_map_init_extend(&m->channel_map, channels, PA_CHANNEL_MAP_ALSA); in ucm_create_mapping_direction()
1920 bool exact_channels = m->channel_map.channels > 0; in mapping_open_pcm()
1923 try_map = m->channel_map; in mapping_open_pcm()
1938 m->channel_map = try_map; in mapping_open_pcm()
/third_party/pulseaudio/src/modules/
H A Dmodule-zeroconf-publish.c164 s->cm = sink->channel_map; in get_service_data()
175 s->cm = source->channel_map; in get_service_data()
313 txt = avahi_string_list_add_pair(txt, "channel_map", pa_channel_map_snprint(cm, sizeof(cm), &s->cm)); in publish_service()
H A Dmodule-rygel-media-server.c362 mime_type = pa_sample_spec_to_mime_type_mimefy(&sink->sample_spec, &sink->channel_map); in append_variant_mime_type()
364 mime_type = pa_sample_spec_to_mime_type_mimefy(&source->sample_spec, &source->channel_map); in append_variant_mime_type()
H A Dmodule-loopback.c55 "channel_map=<channel map> "
204 "channel_map",
1599 map = source->channel_map; in pa__init()
1605 map = sink->channel_map; in pa__init()
1638 if (pa_modargs_get_value(ma, "channels", NULL) || pa_modargs_get_value(ma, "channel_map", NULL)) in pa__init()
1772 map = u->source_output->channel_map; in pa__init()
H A Dmodule-combine-sink.c68 "channel_map=<channel map>"
88 "channel_map",
1171 pa_sink_input_new_data_set_channel_map(&data, &u->sink->channel_map);
1538 /* Check the specified slave sinks for sample_spec and channel_map to use for the combined sink */
1561 slaves_map = slave_sink->channel_map;
1570 if (!pa_channel_map_equal(&slaves_map, &slave_sink->channel_map))
H A Dmodule-virtual-source.c55 "channel_map=<channel map> "
93 "channel_map",
516 map = master->channel_map; in pa__init()
/kernel/linux/linux-5.10/sound/pci/rme9652/
H A Dhdsp.c482 const signed char *channel_map; member
1229 hdsp->channel_map = channel_map_H9632_qs; in hdsp_set_rate()
1232 hdsp->channel_map = channel_map_H9632_ds; in hdsp_set_rate()
1234 hdsp->channel_map = channel_map_ds; in hdsp_set_rate()
1239 hdsp->channel_map = channel_map_mf_ss; in hdsp_set_rate()
1243 hdsp->channel_map = channel_map_df_ss; in hdsp_set_rate()
1246 hdsp->channel_map = channel_map_H9632_ss; in hdsp_set_rate()
3882 if ((mapped_channel = hdsp->channel_map[channel]) < 0) in hdsp_channel_buffer_location()
4080 if (hdsp->channel_map[channel] < 0) in snd_hdsp_channel_info()
4083 info->offset = hdsp->channel_map[channe in snd_hdsp_channel_info()
[all...]
/kernel/linux/linux-6.6/sound/pci/rme9652/
H A Dhdsp.c483 const signed char *channel_map; member
1224 hdsp->channel_map = channel_map_H9632_qs; in hdsp_set_rate()
1227 hdsp->channel_map = channel_map_H9632_ds; in hdsp_set_rate()
1229 hdsp->channel_map = channel_map_ds; in hdsp_set_rate()
1234 hdsp->channel_map = channel_map_mf_ss; in hdsp_set_rate()
1238 hdsp->channel_map = channel_map_df_ss; in hdsp_set_rate()
1241 hdsp->channel_map = channel_map_H9632_ss; in hdsp_set_rate()
3952 mapped_channel = hdsp->channel_map[channel]; in hdsp_channel_buffer_location()
4125 if (hdsp->channel_map[channel] < 0) in snd_hdsp_channel_info()
4128 info->offset = hdsp->channel_map[channe in snd_hdsp_channel_info()
[all...]
/third_party/pulseaudio/src/pulse/
H A Dintrospect.c110 pa_tagstruct_get_channel_map(t, &i.channel_map) < 0) || in context_get_server_info_callback()
118 pa_channel_map_init_extend(&i.channel_map, i.sample_spec.channels, PA_CHANNEL_MAP_DEFAULT); in context_get_server_info_callback()
177 pa_tagstruct_get_channel_map(t, &i.channel_map) < 0 || in context_get_sink_info_callback()
457 pa_tagstruct_get_channel_map(t, &i.channel_map) < 0 || in context_get_source_info_callback()
1238 pa_tagstruct_get_channel_map(t, &i.channel_map) < 0 || in context_get_sink_input_info_callback()
1343 pa_tagstruct_get_channel_map(t, &i.channel_map) < 0 || in context_get_source_output_info_callback()
1747 pa_tagstruct_get_channel_map(t, &i.channel_map) < 0 || in context_get_sample_info_callback()
H A Dstream.c123 s->channel_map = *map; in pa_stream_new_with_proplist_internal()
125 pa_channel_map_init(&s->channel_map); in pa_stream_new_with_proplist_internal()
1138 (!(s->flags & PA_STREAM_FIX_CHANNELS) && !pa_channel_map_equal(&cm, &s->channel_map))))) { in pa_create_stream_callback()
1147 s->channel_map = cm; in pa_create_stream_callback()
1318 PA_TAG_CHANNEL_MAP, &s->channel_map, in create_stream()
2644 return &s->channel_map; in pa_stream_get_channel_map()
/third_party/libsnd/src/
H A Dwavlike.c349 free (psf->channel_map) ; in wavlike_read_fmt_chunk()
351 if ((psf->channel_map = calloc (psf->sf.channels, sizeof (psf->channel_map [0]))) == NULL) in wavlike_read_fmt_chunk()
365 psf->channel_map [k++] = channel_mask_bits [bit].id ; in wavlike_read_fmt_chunk()
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac_wx.c65 if (!(GET_DOT11D_INFO(ieee)->channel_map)[fwrq->m]) { in ieee80211_wx_set_freq()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl-topology.h94 u32 channel_map; member
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac_wx.c65 if (!(GET_DOT11D_INFO(ieee)->channel_map)[fwrq->m]) { in ieee80211_wx_set_freq()
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl-topology.h96 u32 channel_map; member
/third_party/ffmpeg/libavcodec/
H A Dac3enc_template.c75 samples[s->channel_map[ch]], in copy_input_samples()
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-send.c275 cm = s->channel_map; in pa__init()
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dpath.c342 cfg.channel_map = t->cfg_ext->updown_mix.channel_map; in avs_updown_mix_create()
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H A Dq6asm.c1086 * @channel_map: channel map pointer
1094 u8 channel_map[PCM_MAX_NUM_CHANNEL], in q6asm_media_format_block_multi_ch_pcm()
1122 if (channel_map) { in q6asm_media_format_block_multi_ch_pcm()
1123 memcpy(channel_mapping, channel_map, PCM_MAX_NUM_CHANNEL); in q6asm_media_format_block_multi_ch_pcm()
1091 q6asm_media_format_block_multi_ch_pcm(struct audio_client *ac, uint32_t stream_id, uint32_t rate, uint32_t channels, u8 channel_map[PCM_MAX_NUM_CHANNEL], uint16_t bits_per_sample) q6asm_media_format_block_multi_ch_pcm() argument
/kernel/linux/linux-6.6/drivers/net/ipa/
H A Dipa_endpoint.c2097 ipa->channel_map[data->channel_id] = endpoint; in ipa_endpoint_init_one()
2134 memset(ipa->channel_map, 0, sizeof(ipa->channel_map)); in ipa_endpoint_exit()
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6asm.c1086 * @channel_map: channel map pointer
1094 u8 channel_map[PCM_MAX_NUM_CHANNEL], in q6asm_media_format_block_multi_ch_pcm()
1122 if (channel_map) { in q6asm_media_format_block_multi_ch_pcm()
1123 memcpy(channel_mapping, channel_map, PCM_MAX_NUM_CHANNEL); in q6asm_media_format_block_multi_ch_pcm()
1091 q6asm_media_format_block_multi_ch_pcm(struct audio_client *ac, uint32_t stream_id, uint32_t rate, uint32_t channels, u8 channel_map[PCM_MAX_NUM_CHANNEL], uint16_t bits_per_sample) q6asm_media_format_block_multi_ch_pcm() argument
H A Daudioreach.h766 u8 channel_map[AR_PCM_MAX_NUM_CHANNEL]; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h596 struct libipw_channel_map channel_map[]; member
/kernel/linux/linux-5.10/sound/soc/intel/atom/
H A Dsst-mfld-platform-pcm.c152 memset(param->uc.pcm_params.channel_map, 0, sizeof(u8)); in sst_fill_pcm_params()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h595 struct libipw_channel_map channel_map[]; member

Completed in 63 milliseconds

12345678