Home
last modified time | relevance | path

Searched refs:stream_props (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/module-protocol-pulse/modules/
H A Dmodule-tunnel-sink.c50 struct pw_properties *stream_props; member
113 pw_properties_free(d->stream_props); in module_tunnel_sink_unload()
158 struct pw_properties *props = NULL, *stream_props = NULL; in create_module_tunnel_sink() local
166 stream_props = pw_properties_new(NULL, NULL); in create_module_tunnel_sink()
167 if (props == NULL || stream_props == NULL) { in create_module_tunnel_sink()
190 pw_properties_set(stream_props, PW_KEY_NODE_NAME, str); in create_module_tunnel_sink()
193 pw_properties_setf(stream_props, PW_KEY_NODE_NAME, in create_module_tunnel_sink()
198 module_args_add_props(stream_props, str); in create_module_tunnel_sink()
206 audio_info_to_props(&info, stream_props); in create_module_tunnel_sink()
226 d->stream_props = stream_props; in create_module_tunnel_sink()
[all …]
H A Dmodule-tunnel-source.c50 struct pw_properties *stream_props; member
113 pw_properties_free(d->stream_props); in module_tunnel_source_unload()
158 struct pw_properties *props = NULL, *stream_props = NULL; in create_module_tunnel_source() local
166 stream_props = pw_properties_new(NULL, NULL); in create_module_tunnel_source()
167 if (props == NULL || stream_props == NULL) { in create_module_tunnel_source()
190 pw_properties_set(stream_props, PW_KEY_NODE_NAME, str); in create_module_tunnel_source()
193 pw_properties_setf(stream_props, PW_KEY_NODE_NAME, in create_module_tunnel_source()
197 module_args_add_props(stream_props, str); in create_module_tunnel_source()
205 audio_info_to_props(&info, stream_props); in create_module_tunnel_source()
216 d->stream_props = stream_props; in create_module_tunnel_source()
[all …]
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/tests/twisted/jingle/
H A Dcall-basics.py71 stream_props["RemoteMembers"])
73 stream_props["LocalSendingState"])
172 stream_props["RemoteMembers"])
194 stream_props["RemoteMembers"])
196 stream_props["LocalSendingState"])
232 stream_props["RemoteMembers"])
234 stream_props["LocalSendingState"])
265 stream_props["RemoteMembers"])
272 stream_props["RemoteMembers"])
310 stream_props["RemoteMembers"])
[all …]
H A Dcall_helper.py165 stream_props = stream.GetAll(cs.CALL_STREAM,
169 stream_props["RemoteMembers"].keys())
173 stream_props["CanRequestReceiving"])
386 stream_props["RemoteMembers"])
392 stream_props["RemoteMembers"])
402 stream_props["RemoteMembers"])
408 stream_props["RemoteMembers"])
747 stream_props["RemoteMembers"])
749 stream_props["LocalSendingState"])
766 stream_props["RemoteMembers"])
[all …]
H A Dstun-server.py257 stream_props = call_stream.GetAll(cs.CALL_STREAM_IFACE_MEDIA,
259 assertEquals(cs.CALL_STREAM_TRANSPORT_GTALK_P2P, stream_props['Transport'])
261 test_stun_server(stream_props['STUNServers'], expected_stun_servers)
263 assertEquals(expected_relays, stream_props['RelayInfo'])
264 assertEquals(True, stream_props['HasServerInfo'])
/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/
H A Dmodule-example-sink.c95 struct pw_properties *stream_props; member
181 impl->stream = pw_stream_new(impl->core, "example sink", impl->stream_props); in create_stream()
182 impl->stream_props = NULL; in create_stream()
243 pw_properties_free(impl->stream_props); in impl_destroy()
302 struct pw_properties *props = impl->stream_props; in parse_audio_info()
358 if (pw_properties_get(impl->stream_props, key) == NULL) in copy_props()
359 pw_properties_set(impl->stream_props, key, str); in copy_props()
392 impl->stream_props = pw_properties_new(NULL, NULL); in pipewire__module_init()
393 if (impl->stream_props == NULL) { in pipewire__module_init()
423 pw_properties_update_string(impl->stream_props, str, strlen(str)); in pipewire__module_init()
H A Dmodule-example-source.c95 struct pw_properties *stream_props; member
201 impl->stream = pw_stream_new(impl->core, "example source", impl->stream_props); in create_stream()
202 impl->stream_props = NULL; in create_stream()
263 pw_properties_free(impl->stream_props); in impl_destroy()
322 struct pw_properties *props = impl->stream_props; in parse_audio_info()
378 if (pw_properties_get(impl->stream_props, key) == NULL) in copy_props()
379 pw_properties_set(impl->stream_props, key, str); in copy_props()
412 impl->stream_props = pw_properties_new(NULL, NULL); in pipewire__module_init()
413 if (impl->stream_props == NULL) { in pipewire__module_init()
443 pw_properties_update_string(impl->stream_props, str, strlen(str)); in pipewire__module_init()
H A Dmodule-pulse-tunnel.c108 struct pw_properties *stream_props; member
302 impl->stream = pw_stream_new(impl->core, "pulse", impl->stream_props); in create_stream()
303 impl->stream_props = NULL; in create_stream()
655 pw_properties_free(impl->stream_props); in impl_destroy()
740 if (pw_properties_get(impl->stream_props, key) == NULL) in copy_props()
741 pw_properties_set(impl->stream_props, key, str); in copy_props()
773 impl->stream_props = pw_properties_new(NULL, NULL); in pipewire__module_init()
774 if (impl->stream_props == NULL) { in pipewire__module_init()
819 pw_properties_update_string(impl->stream_props, str, strlen(str)); in pipewire__module_init()
832 parse_audio_info(impl->stream_props, &impl->info); in pipewire__module_init()
H A Dmodule-raop-sink.c147 struct pw_properties *stream_props; member
1350 impl->stream = pw_stream_new(impl->core, "RAOP sink", impl->stream_props); in create_stream()
1351 impl->stream_props = NULL; in create_stream()
1424 pw_properties_free(impl->stream_props); in impl_destroy()
1483 struct pw_properties *props = impl->stream_props; in parse_audio_info()
1539 if (pw_properties_get(impl->stream_props, key) == NULL) in copy_props()
1540 pw_properties_set(impl->stream_props, key, str); in copy_props()
1576 impl->stream_props = pw_properties_new(NULL, NULL); in pipewire__module_init()
1577 if (impl->stream_props == NULL) { in pipewire__module_init()
1610 pw_properties_update_string(impl->stream_props, str, strlen(str)); in pipewire__module_init()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/stream_processor/parser/
H A Dflb_sp_parser.c79 mk_list_foreach_safe(head, tmp, &cmd->stream_props) { in flb_sp_cmd_destroy()
377 mk_list_init(&cmd->stream_props); in flb_sp_cmd_create()
480 mk_list_add(&prop->_head, &cmd->stream_props); in flb_sp_cmd_stream_prop_add()
506 mk_list_foreach(head, &cmd->stream_props) { in flb_sp_cmd_stream_prop_get()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb_core.c246 struct usb_data_stream_properties stream_props; in dvb_usb_start_feed() local
268 memcpy(&stream_props, &adap->props->stream, in dvb_usb_start_feed()
271 &adap->ts_type, &stream_props); in dvb_usb_start_feed()
277 stream_props = adap->props->stream; in dvb_usb_start_feed()
294 usb_urb_submitv2(&adap->stream, &stream_props); in dvb_usb_start_feed()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb_core.c246 struct usb_data_stream_properties stream_props; in dvb_usb_start_feed() local
268 memcpy(&stream_props, &adap->props->stream, in dvb_usb_start_feed()
271 &adap->ts_type, &stream_props); in dvb_usb_start_feed()
277 stream_props = adap->props->stream; in dvb_usb_start_feed()
294 usb_urb_submitv2(&adap->stream, &stream_props); in dvb_usb_start_feed()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb_core.c246 struct usb_data_stream_properties stream_props; in dvb_usb_start_feed() local
268 memcpy(&stream_props, &adap->props->stream, in dvb_usb_start_feed()
271 &adap->ts_type, &stream_props); in dvb_usb_start_feed()
277 stream_props = adap->props->stream; in dvb_usb_start_feed()
294 usb_urb_submitv2(&adap->stream, &stream_props); in dvb_usb_start_feed()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/include/fluent-bit/stream_processor/
H A Dflb_sp_parser.h146 struct mk_list stream_props; /* Stream properties: WITH(a='b',..) */ member
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dbase-call-stream.c313 static TpDBusPropertiesMixinPropImpl stream_props[] = { in tp_base_call_stream_class_init() local
325 stream_props, in tp_base_call_stream_class_init()