Home
last modified time | relevance | path

Searched refs:input_mappings (Results 1 – 21 of 21) sorted by relevance

/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A Dsettings.cpp105 input_set_mappings(settings->input_mappings); in settings_load()
144 setfile->input_mappings[i] = input_get_mapping(i); in settings_save()
H A Dsettings.h29 in_action input_mappings[INPUT_COUNT]; member
/dports/shells/fish/fish-3.3.1/src/
H A Dinput.h84 friend acquired_lock<input_mapping_set_t> input_mappings();
129 acquired_lock<input_mapping_set_t> input_mappings();
H A Dinput.cpp185 acquired_lock<input_mapping_set_t> input_mappings() { in input_mappings() function
286 auto input_mapping = input_mappings(); in init_input()
597 auto ml = input_mappings()->all_mappings(); in find_mapping()
H A Dbuiltin_bind.cpp43 builtin_bind_t() : input_mappings_(input_mappings()) {} in builtin_bind_t()
H A Dfish_tests.cpp3704 auto input_mapping = input_mappings(); in test_input()
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dsettings.h29 int input_mappings[INPUT_COUNT]; member
H A Dsettings.cpp55 input_set_mappings(settings->input_mappings); in settings_load()
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/alsa/acp/
H A Dalsa-mixer.c3825 if (p->input_mappings) in pa_alsa_profile_free()
3826 pa_idxset_free(p->input_mappings, NULL); in pa_alsa_profile_free()
4604 pa_idxset_put(p->input_mappings, n, NULL); in profile_set_add_auto_pair()
4694 pa_assert(!p->input_mappings); in profile_verify()
4753 if (p->input_mappings) in profile_verify()
4779 p->input_mappings ? pa_idxset_size(p->input_mappings) : 0, in pa_alsa_profile_dump()
4782 if (p->input_mappings) in pa_alsa_profile_dump()
4967 if (to_be_finalized->input_mappings) in profile_finalize_probing()
4979 … if (next && next->input_mappings && pa_idxset_get_by_data(next->input_mappings, m, NULL)) in profile_finalize_probing()
5166 ((!p->input_mappings) || pa_idxset_size(p->input_mappings) == 0)) { in pa_alsa_profile_set_probe()
[all …]
H A Dacp.c324 ap->input_mappings = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in add_pro_profile()
419 pa_idxset_put(ap->input_mappings, m, NULL); in add_pro_profile()
483 if (ap->input_mappings) { in add_profiles()
484 PA_IDXSET_FOREACH(m, ap->input_mappings, idx) { in add_profiles()
1396 if (op && op->input_mappings) { in acp_card_set_profile()
1397 PA_IDXSET_FOREACH(am, op->input_mappings, idx) { in acp_card_set_profile()
1398 if (np->input_mappings && in acp_card_set_profile()
1399 pa_idxset_get_by_data(np->input_mappings, am, NULL)) in acp_card_set_profile()
1425 if (np->input_mappings) { in acp_card_set_profile()
1426 PA_IDXSET_FOREACH(am, np->input_mappings, idx) { in acp_card_set_profile()
H A Dalsa-ucm.c1457 pa_idxset_put(p->input_mappings, m, NULL); in ucm_add_mapping()
1466 pa_idxset_put(p->input_mappings, m, NULL); in ucm_add_mapping()
1777 p->input_mappings = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in ucm_create_profile()
1948 PA_IDXSET_FOREACH(m, p->input_mappings, idx) { in profile_finalize_probing()
2016 PA_IDXSET_FOREACH(m, p->input_mappings, idx) { in ucm_probe_profile_set()
2042 PA_IDXSET_FOREACH(m, p->input_mappings, idx) in ucm_probe_profile_set()
H A Dalsa-mixer.h381 pa_idxset *input_mappings; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Dchannel_mixing_matrix.cc249 int input_mappings = 0; in CreateTransformationMatrix() local
253 if ((*matrix_)[output_ch][input_ch] != 1 || ++input_mappings > 1) in CreateTransformationMatrix()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Dchannel_mixing_matrix.cc247 int input_mappings = 0; in CreateTransformationMatrix() local
251 if ((*matrix_)[output_ch][input_ch] != 1 || ++input_mappings > 1) in CreateTransformationMatrix()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/audio/utility/
H A Dchannel_mixing_matrix.cc281 int input_mappings = 0; in CreateTransformationMatrix() local
285 if ((*matrix_)[output_ch][input_ch] != 1 || ++input_mappings > 1) in CreateTransformationMatrix()
/dports/net-im/tg_owt/tg_owt-d578c76/src/audio/utility/
H A Dchannel_mixing_matrix.cc281 int input_mappings = 0; in CreateTransformationMatrix() local
285 if ((*matrix_)[output_ch][input_ch] != 1 || ++input_mappings > 1) in CreateTransformationMatrix()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/audio/utility/
H A Dchannel_mixing_matrix.cc281 int input_mappings = 0; in CreateTransformationMatrix() local
285 if ((*matrix_)[output_ch][input_ch] != 1 || ++input_mappings > 1) in CreateTransformationMatrix()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/audio/utility/
H A Dchannel_mixing_matrix.cc281 int input_mappings = 0; in CreateTransformationMatrix() local
285 if ((*matrix_)[output_ch][input_ch] != 1 || ++input_mappings > 1) in CreateTransformationMatrix()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/microsoft/compiler/
H A Ddxil_module.h200 unsigned input_mappings[DXIL_SHADER_MAX_IO_ROWS]; member
H A Ddxil_signature.c555 mod->input_mappings[semantic.start_row + i] = num_inputs; in get_input_signature_group()
H A Dnir_to_dxil.c3207 ctx->mod.input_mappings[nir_intrinsic_base(intr)]); in emit_load_input_via_intrinsic()