Home
last modified time | relevance | path

Searched refs:insertable (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/examples/insertable-streams/
H A DREADME.md1 # insertable-streams
2 insertable-streams demonstrates how to use insertable streams with Pion.
6 insertable-streams allows the browser to process encoded video. You could implement
15 ### Download insertable-streams
18 go get github.com/pion/webrtc/v3/examples/insertable-streams
21 ### Open insertable-streams example page
25 ### Run insertable-streams with your browsers SessionDescription as stdin
29 Run `echo $BROWSER_SDP | insertable-streams`
32 1. Run `insertable-streams < my_file`
34 ### Input insertable-streams's SessionDescription into your browser
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/pkg/pgmodel/model/
H A Dbatch_visitor.go46 for _, insertable := range vtr.batch.data {
52 seriesId, seriesEpoch, err = insertable.Series().GetSeriesID()
59 switch insertable.Type() {
61 itr := insertable.Iterator().(SamplesIterator)
68 itr := insertable.Iterator().(ExemplarsIterator)
H A Dexemplars_test.go32 insertable := NewPromExemplars(nil, rawExemplars)
34 require.True(t, insertable.OrderExemplarLabels(index))
40 insertable = NewPromExemplars(nil, rawExemplars)
42 require.False(t, insertable.OrderExemplarLabels(index))
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/webrtc-encoded-transform/
H A DRTCPeerConnection-insertable-streams-video.https.html.ini1 [RTCPeerConnection-insertable-streams-video.https.html]
2 [Frames flow correctly using insertable streams]
5 [Frames flow correctly using insertable streams when receiver starts negotiation]
H A DRTCPeerConnection-insertable-streams-audio.https.html.ini1 [RTCPeerConnection-insertable-streams-audio.https.html]
2 [Frames flow correctly using insertable streams]
5 [Frames flow correctly using insertable streams when receiver starts negotiation]
H A DRTCPeerConnection-insertable-streams-simulcast.https.html.ini1 [RTCPeerConnection-insertable-streams-simulcast.https.html]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/webrtc-encoded-transform/
H A DRTCPeerConnection-insertable-streams-video.https.html.ini1 [RTCPeerConnection-insertable-streams-video.https.html]
2 [Frames flow correctly using insertable streams]
5 [Frames flow correctly using insertable streams when receiver starts negotiation]
H A DRTCPeerConnection-insertable-streams-audio.https.html.ini1 [RTCPeerConnection-insertable-streams-audio.https.html]
2 [Frames flow correctly using insertable streams]
5 [Frames flow correctly using insertable streams when receiver starts negotiation]
H A DRTCPeerConnection-insertable-streams-simulcast.https.html.ini1 [RTCPeerConnection-insertable-streams-simulcast.https.html]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/webrtc-encoded-transform/
H A DRTCPeerConnection-insertable-streams-video.https.html.ini1 [RTCPeerConnection-insertable-streams-video.https.html]
2 [Frames flow correctly using insertable streams]
5 [Frames flow correctly using insertable streams when receiver starts negotiation]
H A DRTCPeerConnection-insertable-streams-audio.https.html.ini1 [RTCPeerConnection-insertable-streams-audio.https.html]
2 [Frames flow correctly using insertable streams]
5 [Frames flow correctly using insertable streams when receiver starts negotiation]
H A DRTCPeerConnection-insertable-streams-simulcast.https.html.ini1 [RTCPeerConnection-insertable-streams-simulcast.https.html]
/dports/net-mgmt/promscale/promscale-0.6.2/pkg/pgmodel/ingestor/
H A Dmetric_batcher_test.go156insertable := model.NewPromExemplars(series, []prompb.Exemplar{exemplar}) // To be in line with wr…
157 insertables[i] = insertable
169 for i, insertable := range insertables {
170 if !insertable.IsOfType(model.Exemplar) {
173 itr := insertable.Iterator().(model.ExemplarsIterator)
H A Ddispatcher.go200 for _, insertable := range data {
201 numRows += uint64(insertable.Count())
202 ts := insertable.MaxTs()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DCacheMap.h90 typename MapT::value_type insertable{&entry->mKey, nullptr}; in Insert()
91 insertable.second = Move(entry); in Insert()
93 const auto res = mMap.insert(Move(insertable)); in Insert()
/dports/editors/emacs-devel/emacs-4d1968b/admin/grammars/
H A Dsrecode-template.wy126 : SET symbol insertable-string-list newline
136 insertable-string-list
137 : insertable-string
139 | insertable-string-list insertable-string
143 insertable-string
/dports/editors/emacs/emacs-27.2/admin/grammars/
H A Dsrecode-template.wy126 : SET symbol insertable-string-list newline
136 insertable-string-list
137 : insertable-string
139 | insertable-string-list insertable-string
143 insertable-string
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/orm/hibernate/cfg/
H A DPropertyConfig.groovy76 * Whether or not this is column is insertable by hibernate
78 boolean insertable = true
177 …"property[type:$type, lazy:$lazy, columns:$columns, insertable:${insertable}, updateable:${updatea…
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel_derives-1.4.1/src/
H A Dlib.rs44 mod insertable; module
87 expand_derive(input, insertable::derive) in derive_insertable()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel_derives-1.4.1/src/
H A Dlib.rs44 mod insertable; module
87 expand_derive(input, insertable::derive) in derive_insertable()
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DCacheInvalidator.h139 auto insertable = typename MapT::value_type{&entry->mKey, std::move(entry)}; in Insert()
141 const auto res = mMap.insert(std::move(insertable)); in Insert()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DCacheInvalidator.h138 auto insertable = typename MapT::value_type{&entry->mKey, std::move(entry)}; in Insert()
140 const auto res = mMap.insert(std::move(insertable)); in Insert()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DCacheInvalidator.h139 auto insertable = typename MapT::value_type{&entry->mKey, std::move(entry)}; in Insert()
141 const auto res = mMap.insert(std::move(insertable)); in Insert()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel_derives-1.4.1/tests/
H A Dtests.rs14 mod insertable; module
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel_derives-1.4.1/tests/
H A Dtests.rs14 mod insertable; module

12345678910>>...21