Home
last modified time | relevance | path

Searched refs:sndinfo (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv/src/
H A Dsndintrf.c656 sndinfo info; in sndnum_get_info_int()
666 sndinfo info; in sndnum_get_info_ptr()
676 sndinfo info; in sndnum_get_info_fct()
686 sndinfo info; in sndnum_get_info_string()
701 sndinfo info; in sndnum_set_info_int()
709 sndinfo info; in sndnum_set_info_ptr()
717 sndinfo info; in sndnum_set_info_fct()
759 sndinfo info; in sndti_get_info_int()
771 sndinfo info; in sndti_get_info_ptr()
783 sndinfo info; in sndti_get_info_fct()
[all …]
/dports/games/odamex/odamex-src-0.7.0/server/src/
H A Ds_sound.cpp352 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
362 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
367 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
372 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
385 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
393 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
395 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
405 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
415 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
418 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Donsend.c118 if(sndinfo==NULL || sndinfo->dst==NULL in run_onsend_evroute()
119 || sndinfo->msg==NULL || sndinfo->buf==NULL) { in run_onsend_evroute()
132 p_onsend = sndinfo; in run_onsend_evroute()
136 fwd_snd_flags_bak=sndinfo->msg->fwd_send_flags; in run_onsend_evroute()
137 rpl_snd_flags_bak=sndinfo->msg->rpl_send_flags; in run_onsend_evroute()
138 sndinfo->msg->fwd_send_flags=sndinfo->dst->send_flags; /* intial value */ in run_onsend_evroute()
144 ret=sr_kemi_route(keng, sndinfo->msg, EVENT_ROUTE, evcb, evname); in run_onsend_evroute()
147 ret=run_actions(&ra_ctx, event_rt.rlist[evrt], sndinfo->msg); in run_onsend_evroute()
151 sndinfo->dst->send_flags=sndinfo->msg->fwd_send_flags; in run_onsend_evroute()
153 sndinfo->msg->fwd_send_flags=fwd_snd_flags_bak; in run_onsend_evroute()
[all …]
/dports/audio/geonkick-lv2/geonkick-2.8.0/src/
H A DExportSoundData.cpp42 SF_INFO sndinfo; in doExport() local
43 memset(&sndinfo, 0, sizeof(sndinfo)); in doExport()
44 sndinfo.samplerate = getSampleRate(); in doExport()
45 sndinfo.channels = numberOfChannels(); in doExport()
46 sndinfo.format = sfExportFormat(); in doExport()
49 sndinfo.frames = tempBuffer.size(); in doExport()
51 if (sndinfo.channels == 2) { in doExport()
62 if (dataBuffer.empty() || !sf_format_check(&sndinfo)) { in doExport()
73 SNDFILE *sndFile = sf_open(filePath.string().c_str(), SFM_WRITE, &sndinfo); in doExport()
/dports/sysutils/k3b/k3b-21.12.3/plugins/decoder/libsndfile/
H A Dk3blibsndfiledecoder.cpp34 SF_INFO sndinfo; member in K3bLibsndfileDecoder::Private
72 d->sndinfo.format = 0; in openFile()
73 d->sndfile = sf_open (QFile::encodeName(filename()), SFM_READ, &d->sndinfo); in openFile()
80 d->format_info.format = d->sndinfo.format & SF_FORMAT_TYPEMASK ; in openFile()
99 if ( d->sndinfo.frames <= 0 ) { in analyseFileInternal()
110 addTechnicalInfo( i18n("Channels"), QString::number(d->sndinfo.channels) ); in analyseFileInternal()
111 addTechnicalInfo( i18n("Sampling Rate"), i18n("%1 Hz",d->sndinfo.samplerate) ); in analyseFileInternal()
113 frames = (unsigned long)ceil(75.0 * d->sndinfo.frames / d->sndinfo.samplerate); in analyseFileInternal()
114 samplerate = d->sndinfo.samplerate; in analyseFileInternal()
115 ch = d->sndinfo.channels; in analyseFileInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/usrsctp/usrsctplib/programs/
H A Ddaytime_server.c70 struct sctp_sndinfo sndinfo; local
120 sndinfo.snd_sid = 0;
121 sndinfo.snd_flags = 0;
122 sndinfo.snd_ppid = htonl(DAYTIME_PPID);
123 sndinfo.snd_context = 0;
124 sndinfo.snd_assoc_id = 0;
125 if (usrsctp_sendv(conn_sock, buffer, strlen(buffer), NULL, 0, (void *)&sndinfo,
H A Ddaytime_server_upcall.c63 struct sctp_sndinfo sndinfo; local
78 sndinfo.snd_sid = 0;
79 sndinfo.snd_flags = 0;
80 sndinfo.snd_ppid = htonl(DAYTIME_PPID);
81 sndinfo.snd_context = 0;
82 sndinfo.snd_assoc_id = 0;
83 usrsctp_sendv(conn_sock, buffer, strlen(buffer), NULL, 0, (void *)&sndinfo,
H A Dekr_client.c172 struct sctp_sndinfo sndinfo; local
286 sndinfo.snd_sid = 1;
287 sndinfo.snd_flags = 0;
288 sndinfo.snd_ppid = htonl(DISCARD_PPID);
289 sndinfo.snd_context = 0;
290 sndinfo.snd_assoc_id = 0;
291 if (usrsctp_sendv(s, buffer, BUFFER_SIZE, NULL, 0, (void *)&sndinfo,
/dports/net/libusrsctp/usrsctp-0.9.5.0/programs/
H A Ddaytime_server.c70 struct sctp_sndinfo sndinfo; local
120 sndinfo.snd_sid = 0;
121 sndinfo.snd_flags = 0;
122 sndinfo.snd_ppid = htonl(DAYTIME_PPID);
123 sndinfo.snd_context = 0;
124 sndinfo.snd_assoc_id = 0;
125 if (usrsctp_sendv(conn_sock, buffer, strlen(buffer), NULL, 0, (void *)&sndinfo,
H A Ddaytime_server_upcall.c63 struct sctp_sndinfo sndinfo; local
78 sndinfo.snd_sid = 0;
79 sndinfo.snd_flags = 0;
80 sndinfo.snd_ppid = htonl(DAYTIME_PPID);
81 sndinfo.snd_context = 0;
82 sndinfo.snd_assoc_id = 0;
83 usrsctp_sendv(conn_sock, buffer, strlen(buffer), NULL, 0, (void *)&sndinfo,
H A Dekr_client.c172 struct sctp_sndinfo sndinfo; local
286 sndinfo.snd_sid = 1;
287 sndinfo.snd_flags = 0;
288 sndinfo.snd_ppid = htonl(DISCARD_PPID);
289 sndinfo.snd_context = 0;
290 sndinfo.snd_assoc_id = 0;
291 if (usrsctp_sendv(s, buffer, BUFFER_SIZE, NULL, 0, (void *)&sndinfo,
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/usrsctp/programs/
H A Ddaytime_server.c70 struct sctp_sndinfo sndinfo; local
120 sndinfo.snd_sid = 0;
121 sndinfo.snd_flags = 0;
122 sndinfo.snd_ppid = htonl(DAYTIME_PPID);
123 sndinfo.snd_context = 0;
124 sndinfo.snd_assoc_id = 0;
125 if (usrsctp_sendv(conn_sock, buffer, strlen(buffer), NULL, 0, (void *)&sndinfo,
H A Ddaytime_server_upcall.c63 struct sctp_sndinfo sndinfo; local
78 sndinfo.snd_sid = 0;
79 sndinfo.snd_flags = 0;
80 sndinfo.snd_ppid = htonl(DAYTIME_PPID);
81 sndinfo.snd_context = 0;
82 sndinfo.snd_assoc_id = 0;
83 usrsctp_sendv(conn_sock, buffer, strlen(buffer), NULL, 0, (void *)&sndinfo,
H A Dekr_client.c172 struct sctp_sndinfo sndinfo; local
286 sndinfo.snd_sid = 1;
287 sndinfo.snd_flags = 0;
288 sndinfo.snd_ppid = htonl(DISCARD_PPID);
289 sndinfo.snd_context = 0;
290 sndinfo.snd_assoc_id = 0;
291 if (usrsctp_sendv(s, buffer, BUFFER_SIZE, NULL, 0, (void *)&sndinfo,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/usrsctp/usrsctplib/programs/
H A Ddaytime_server.c70 struct sctp_sndinfo sndinfo; in main() local
118 sndinfo.snd_sid = 0; in main()
119 sndinfo.snd_flags = 0; in main()
120 sndinfo.snd_ppid = htonl(DAYTIME_PPID); in main()
121 sndinfo.snd_context = 0; in main()
122 sndinfo.snd_assoc_id = 0; in main()
123 if (usrsctp_sendv(conn_sock, buffer, strlen(buffer), NULL, 0, (void *)&sndinfo, in main()
H A Ddaytime_server_upcall.c63 struct sctp_sndinfo sndinfo; in handle_accept() local
76 sndinfo.snd_sid = 0; in handle_accept()
77 sndinfo.snd_flags = 0; in handle_accept()
78 sndinfo.snd_ppid = htonl(DAYTIME_PPID); in handle_accept()
79 sndinfo.snd_context = 0; in handle_accept()
80 sndinfo.snd_assoc_id = 0; in handle_accept()
81 usrsctp_sendv(conn_sock, buffer, strlen(buffer), NULL, 0, (void *)&sndinfo, in handle_accept()
H A Dtsctp.c219 struct sctp_sndinfo sndinfo; in send_cb() local
233 sndinfo.snd_sid = 0; in send_cb()
234 sndinfo.snd_flags = 0; in send_cb()
238 sndinfo.snd_ppid = 0; in send_cb()
239 sndinfo.snd_context = 0; in send_cb()
240 sndinfo.snd_assoc_id = 0; in send_cb()
346 struct sctp_sndinfo sndinfo; in main() local
741 sndinfo.snd_sid = 0; in main()
742 sndinfo.snd_flags = 0; in main()
746 sndinfo.snd_ppid = 0; in main()
[all …]
H A Dekr_client.c172 struct sctp_sndinfo sndinfo; local
280 sndinfo.snd_sid = 1;
281 sndinfo.snd_flags = 0;
282 sndinfo.snd_ppid = htonl(DISCARD_PPID);
283 sndinfo.snd_context = 0;
284 sndinfo.snd_assoc_id = 0;
285 if (usrsctp_sendv(s, buffer, BUFFER_SIZE, NULL, 0, (void *)&sndinfo,
H A Dekr_peer.c167 struct sctp_sndinfo sndinfo; local
303 sndinfo.snd_sid = 1;
304 sndinfo.snd_flags = 0;
305 sndinfo.snd_ppid = htonl(DISCARD_PPID);
306 sndinfo.snd_context = 0;
307 sndinfo.snd_assoc_id = 0;
308 if (usrsctp_sendv(s, line, strlen(line), NULL, 0, (void *)&sndinfo,
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/usrsctp/usrsctplib/programs/
H A Ddaytime_server.c70 struct sctp_sndinfo sndinfo; in main() local
118 sndinfo.snd_sid = 0; in main()
119 sndinfo.snd_flags = 0; in main()
120 sndinfo.snd_ppid = htonl(DAYTIME_PPID); in main()
121 sndinfo.snd_context = 0; in main()
122 sndinfo.snd_assoc_id = 0; in main()
123 if (usrsctp_sendv(conn_sock, buffer, strlen(buffer), NULL, 0, (void *)&sndinfo, in main()
H A Ddaytime_server_upcall.c63 struct sctp_sndinfo sndinfo; in handle_accept() local
76 sndinfo.snd_sid = 0; in handle_accept()
77 sndinfo.snd_flags = 0; in handle_accept()
78 sndinfo.snd_ppid = htonl(DAYTIME_PPID); in handle_accept()
79 sndinfo.snd_context = 0; in handle_accept()
80 sndinfo.snd_assoc_id = 0; in handle_accept()
81 usrsctp_sendv(conn_sock, buffer, strlen(buffer), NULL, 0, (void *)&sndinfo, in handle_accept()
H A Dtsctp.c219 struct sctp_sndinfo sndinfo; in send_cb() local
233 sndinfo.snd_sid = 0; in send_cb()
234 sndinfo.snd_flags = 0; in send_cb()
238 sndinfo.snd_ppid = 0; in send_cb()
239 sndinfo.snd_context = 0; in send_cb()
240 sndinfo.snd_assoc_id = 0; in send_cb()
346 struct sctp_sndinfo sndinfo; in main() local
741 sndinfo.snd_sid = 0; in main()
742 sndinfo.snd_flags = 0; in main()
746 sndinfo.snd_ppid = 0; in main()
[all …]
H A Dekr_client.c172 struct sctp_sndinfo sndinfo; local
280 sndinfo.snd_sid = 1;
281 sndinfo.snd_flags = 0;
282 sndinfo.snd_ppid = htonl(DISCARD_PPID);
283 sndinfo.snd_context = 0;
284 sndinfo.snd_assoc_id = 0;
285 if (usrsctp_sendv(s, buffer, BUFFER_SIZE, NULL, 0, (void *)&sndinfo,
H A Dekr_peer.c167 struct sctp_sndinfo sndinfo; local
303 sndinfo.snd_sid = 1;
304 sndinfo.snd_flags = 0;
305 sndinfo.snd_ppid = htonl(DISCARD_PPID);
306 sndinfo.snd_context = 0;
307 sndinfo.snd_assoc_id = 0;
308 if (usrsctp_sendv(s, line, strlen(line), NULL, 0, (void *)&sndinfo,
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Ds_sound.cpp1246 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
1256 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
1261 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
1266 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
1279 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
1287 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
1289 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
1299 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
1309 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
1312 sndinfo = COM_Parse (sndinfo); in S_ParseSndInfo()
[all …]

1234567