Searched refs:new_profile (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Tools/scripts/ |
D | analyze_dxp.py | 60 new_profile = sys.getdxp() 61 if has_pairs(new_profile): 65 new_profile[first_inst][second_inst]) 68 _cumulative_profile[inst] += new_profile[inst]
|
/third_party/pulseaudio/src/modules/ |
D | module-switch-on-port-available.c | 482 …e_preferred_input_port(pa_card *card, pa_card_profile *old_profile, pa_card_profile *new_profile) { in update_preferred_input_port() argument 487 if (pa_safe_streq(old_profile->input_name, new_profile->input_name)) in update_preferred_input_port() 503 …if (pa_idxset_size(card->sinks) > 0 && !pa_safe_streq(old_profile->output_name, new_profile->outpu… in update_preferred_input_port() 518 …_preferred_output_port(pa_card *card, pa_card_profile *old_profile, pa_card_profile *new_profile) { in update_preferred_output_port() argument 523 if (pa_safe_streq(old_profile->output_name, new_profile->output_name)) in update_preferred_output_port() 539 …if (pa_idxset_size(card->sources) > 0 && !pa_safe_streq(old_profile->input_name, new_profile->inpu… in update_preferred_output_port() 557 pa_card_profile *new_profile; in card_profile_changed_callback() local 561 new_profile = card->active_profile; in card_profile_changed_callback() 562 info->active_profile = new_profile; in card_profile_changed_callback() 569 update_preferred_input_port(card, old_profile, new_profile); in card_profile_changed_callback() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvadecoder.h | 90 VAProfile new_profile,
|
D | gstvadecoder.c | 703 gst_va_decoder_config_is_equal (GstVaDecoder * self, VAProfile new_profile, in gst_va_decoder_config_is_equal() argument 713 ret = (self->profile == new_profile && self->rt_format == new_rtformat in gst_va_decoder_config_is_equal()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-ucm.h | 148 int pa_alsa_ucm_set_profile(pa_alsa_ucm_config *ucm, pa_card *card, const char *new_profile, const …
|
D | alsa-ucm.c | 1377 int pa_alsa_ucm_set_profile(pa_alsa_ucm_config *ucm, pa_card *card, const char *new_profile, const … in pa_alsa_ucm_set_profile() argument 1382 if (new_profile == old_profile) in pa_alsa_ucm_set_profile() 1384 else if (new_profile == NULL || old_profile == NULL) in pa_alsa_ucm_set_profile() 1385 profile = new_profile ? new_profile : SND_USE_CASE_VERB_INACTIVE; in pa_alsa_ucm_set_profile() 1386 else if (!pa_streq(new_profile, old_profile)) in pa_alsa_ucm_set_profile() 1387 profile = new_profile; in pa_alsa_ucm_set_profile() 2389 int pa_alsa_ucm_set_profile(pa_alsa_ucm_config *ucm, pa_card *card, const char *new_profile, const … in pa_alsa_ucm_set_profile() argument
|
D | module-alsa-card.c | 205 static int card_set_profile(pa_card *c, pa_card_profile *new_profile) { in card_set_profile() argument 214 pa_assert(new_profile); in card_set_profile() 217 nd = PA_CARD_PROFILE_DATA(new_profile); in card_set_profile()
|
/third_party/ffmpeg/libavfilter/ |
D | af_afftdn.c | 1022 int new_profile) in set_noise_profile() argument 1033 if (new_profile) { in set_noise_profile() 1056 if (!new_profile) in set_noise_profile() 1067 if (new_profile) { in set_noise_profile()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | module-bluez5-device.c | 2132 static int set_profile_cb(pa_card *c, pa_card_profile *new_profile) { in set_profile_cb() argument 2137 pa_assert(new_profile); in set_profile_cb() 2140 p = PA_CARD_PROFILE_DATA(new_profile); in set_profile_cb() 2146 pa_log_warn("Refused to switch profile to %s: Not connected", new_profile->name); in set_profile_cb()
|
/third_party/pulseaudio/src/modules/macosx/ |
D | module-coreaudio-device.c | 131 static int card_set_profile(pa_card *c, pa_card_profile *new_profile) { in card_set_profile() argument
|