Home
last modified time | relevance | path

Searched refs:source_props (Results 1 – 25 of 30) sorted by relevance

12

/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/module-protocol-pulse/modules/
H A Dmodule-echo-cancel.c48 struct pw_properties *source_props; member
90 pw_properties_serialize_dict(f, &data->source_props->dict, 0); in module_echo_cancel_load()
122 pw_properties_free(d->source_props); in module_echo_cancel_unload()
176 source_props = pw_properties_new(NULL, NULL); in create_module_echo_cancel()
178 if (!props ||!aec_props || !source_props || !sink_props) { in create_module_echo_cancel()
186 pw_properties_set(source_props, PW_KEY_NODE_NAME, str); in create_module_echo_cancel()
201 pw_properties_setf(source_props, PW_KEY_NODE_TARGET, in create_module_echo_cancel()
206 pw_properties_set(source_props, PW_KEY_NODE_TARGET, str); in create_module_echo_cancel()
222 module_args_add_props(source_props, str); in create_module_echo_cancel()
251 d->source_props = source_props; in create_module_echo_cancel()
[all …]
H A Dmodule-roc-source.c49 struct pw_properties *source_props; member
89 pw_properties_serialize_dict(f, &data->source_props->dict, 0); in module_roc_source_load()
120 pw_properties_free(d->source_props); in module_roc_source_unload()
147 struct pw_properties *props = NULL, *source_props = NULL, *roc_props = NULL; in create_module_roc_source() local
154 source_props = pw_properties_new(NULL, NULL); in create_module_roc_source()
156 if (!props || !source_props || !roc_props) { in create_module_roc_source()
165 pw_properties_set(source_props, PW_KEY_NODE_NAME, str); in create_module_roc_source()
171 pw_properties_set(source_props, PW_KEY_MEDIA_CLASS, "Audio/Source"); in create_module_roc_source()
218 d->source_props = source_props; in create_module_roc_source()
224 pw_properties_free(source_props); in create_module_roc_source()
/dports/devel/p5-App-SD/App-SD-0.75/lib/App/SD/Replica/hm/
H A DPushEncoder.pm242 my $source_props = $self->sync_source->props;
243 return $attr unless $source_props;
245 my %source_props = %$source_props;
246 for ( grep exists $source_props{$_}, qw(group owner requestor) ) {
247 $source_props{ $_ . '_id' } = delete $source_props{$_};
250 if ( $source_props{'tag'} ) {
252 $attr->{'tags'} .= ', ' . $source_props{'tag'};
254 $attr->{'tags'} .= ', ' . $source_props{'tag'};
257 if ( $source_props{'tag_not'} ) {
261 return { %$attr, %source_props };
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/python/tests/
H A Dtypemap.py78 source_props = { b'a' : b'foo',
87 self.assertEqual(svn.core.svn_prop_diffs(target_props, source_props),
92 source_props = { 'a' : 'foo',
101 self.assertEqual(svn.core.svn_prop_diffs(target_props, source_props),
106 source_props = { b'a' : b'foo',
113 svn.core.svn_prop_diffs(target_props, source_props)
117 source_props = { b'a' : b'foo',
124 svn.core.svn_prop_diffs(target_props, source_props)
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/python/tests/
H A Dtypemap.py78 source_props = { b'a' : b'foo',
87 self.assertEqual(svn.core.svn_prop_diffs(target_props, source_props),
92 source_props = { 'a' : 'foo',
101 self.assertEqual(svn.core.svn_prop_diffs(target_props, source_props),
106 source_props = { b'a' : b'foo',
113 svn.core.svn_prop_diffs(target_props, source_props)
117 source_props = { b'a' : b'foo',
124 svn.core.svn_prop_diffs(target_props, source_props)
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/python/tests/
H A Dtypemap.py78 source_props = { b'a' : b'foo',
87 self.assertEqual(svn.core.svn_prop_diffs(target_props, source_props),
92 source_props = { 'a' : 'foo',
101 self.assertEqual(svn.core.svn_prop_diffs(target_props, source_props),
106 source_props = { b'a' : b'foo',
113 svn.core.svn_prop_diffs(target_props, source_props)
117 source_props = { b'a' : b'foo',
124 svn.core.svn_prop_diffs(target_props, source_props)
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/python/tests/
H A Dtypemap.py78 source_props = { b'a' : b'foo',
87 self.assertEqual(svn.core.svn_prop_diffs(target_props, source_props),
92 source_props = { 'a' : 'foo',
101 self.assertEqual(svn.core.svn_prop_diffs(target_props, source_props),
106 source_props = { b'a' : b'foo',
113 svn.core.svn_prop_diffs(target_props, source_props)
117 source_props = { b'a' : b'foo',
124 svn.core.svn_prop_diffs(target_props, source_props)
/dports/x11-toolkits/pangolin/Pangolin-0.6/tools/VideoJson/
H A Dmain-print.cpp17 picojson::value source_props; in main() local
20 source_props["device_properties"] = src.info["device"]; in main()
26 source_props["frame_properties"].push_back(pkt.meta); in main()
29 all_properties.push_back(source_props); in main()
/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/
H A Dmodule-echo-cancel.c153 struct pw_properties *source_props; member
632 "Echo-Cancel Source", impl->source_props); in setup_streams()
633 impl->source_props = NULL; in setup_streams()
771 pw_properties_free(impl->source_props); in impl_destroy()
844 if (pw_properties_get(impl->source_props, key) == NULL) in copy_props()
845 pw_properties_set(impl->source_props, key, str); in copy_props()
879 impl->source_props = pw_properties_new(NULL, NULL); in pipewire__module_init()
881 if (impl->source_props == NULL || impl->sink_props == NULL) { in pipewire__module_init()
915 pw_properties_update_string(impl->source_props, str, strlen(str)); in pipewire__module_init()
919 if (pw_properties_get(impl->source_props, PW_KEY_NODE_NAME) == NULL) in pipewire__module_init()
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcore.rb84 def prop_diffs(target_props, source_props) argument
85 Property.prop_diffs(target_props, source_props)
646 def diffs(target_props, source_props) argument
647 Util.hash_to_prop_array(diffs2(target_props, source_props))
652 def diffs2(target_props, source_props) argument
653 Core.prop_diffs2(target_props, source_props)
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcore.rb84 def prop_diffs(target_props, source_props) argument
85 Property.prop_diffs(target_props, source_props)
646 def diffs(target_props, source_props) argument
647 Util.hash_to_prop_array(diffs2(target_props, source_props))
652 def diffs2(target_props, source_props) argument
653 Core.prop_diffs2(target_props, source_props)
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcore.rb84 def prop_diffs(target_props, source_props) argument
85 Property.prop_diffs(target_props, source_props)
646 def diffs(target_props, source_props) argument
647 Util.hash_to_prop_array(diffs2(target_props, source_props))
652 def diffs2(target_props, source_props) argument
653 Core.prop_diffs2(target_props, source_props)
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcore.rb84 def prop_diffs(target_props, source_props) argument
85 Property.prop_diffs(target_props, source_props)
646 def diffs(target_props, source_props) argument
647 Util.hash_to_prop_array(diffs2(target_props, source_props))
652 def diffs2(target_props, source_props) argument
653 Core.prop_diffs2(target_props, source_props)
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/image/
H A Dimage.cpp114 const CanvasProperties& source_props = source.properties(); in Image() local
143 source_props.m_pixel_format, in Image()
145 source_pixel + source_props.m_pixel_size, in Image()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dproperties.c250 const apr_hash_t *source_props, in svn_prop_diffs() argument
262 for (hi = apr_hash_first(pool, (apr_hash_t *)source_props); hi; in svn_prop_diffs()
308 if (NULL == apr_hash_get((apr_hash_t *)source_props, key, klen)) in svn_prop_diffs()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dproperties.c250 const apr_hash_t *source_props, in svn_prop_diffs() argument
262 for (hi = apr_hash_first(pool, (apr_hash_t *)source_props); hi; in svn_prop_diffs()
308 if (NULL == apr_hash_get((apr_hash_t *)source_props, key, klen)) in svn_prop_diffs()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/
H A Dproperties.c250 const apr_hash_t *source_props, in svn_prop_diffs() argument
262 for (hi = apr_hash_first(pool, (apr_hash_t *)source_props); hi; in svn_prop_diffs()
308 if (NULL == apr_hash_get((apr_hash_t *)source_props, key, klen)) in svn_prop_diffs()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dproperties.c250 const apr_hash_t *source_props, in svn_prop_diffs() argument
262 for (hi = apr_hash_first(pool, (apr_hash_t *)source_props); hi; in svn_prop_diffs()
308 if (NULL == apr_hash_get((apr_hash_t *)source_props, key, klen)) in svn_prop_diffs()
/dports/java/java-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_props.h324 const apr_hash_t *source_props,
/dports/devel/py-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_props.h324 const apr_hash_t *source_props,
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/include/
H A Dsvn_props.h324 const apr_hash_t *source_props,
/dports/devel/p5-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_props.h324 const apr_hash_t *source_props,
/dports/java/java-subversion/subversion-1.14.1/subversion/svnsync/
H A Dsvnsync.c507 apr_hash_t *source_props, in remove_props_not_in_source() argument
527 if (! svn_hash_gets(source_props, propname)) in remove_props_not_in_source()
/dports/devel/py-subversion/subversion-1.14.1/subversion/svnsync/
H A Dsvnsync.c507 apr_hash_t *source_props, in remove_props_not_in_source() argument
527 if (! svn_hash_gets(source_props, propname)) in remove_props_not_in_source()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svnsync/
H A Dsvnsync.c507 apr_hash_t *source_props, in remove_props_not_in_source() argument
527 if (! svn_hash_gets(source_props, propname)) in remove_props_not_in_source()

12