| /webrtc/stun/src/ |
| H A D | uattrs.rs | 53 let mut first = 0usize; in get_from() localVariable 54 while first < v.len() { in get_from() 55 let last = first + ATTR_TYPE_SIZE; in get_from() 57 .push(AttrType(u16::from_be_bytes([v[first], v[first + 1]]))); in get_from() 58 first = last; in get_from()
|
| H A D | message.rs | 181 let first = MESSAGE_HEADER_SIZE + self.length as usize; // first byte number in add() localVariable 182 let mut last = first + alloc_size; // last byte number in add() 187 let buf = &mut self.raw[first..last]; in add()
|
| /webrtc/rtcp/src/payload_feedbacks/slice_loss_indication/ |
| H A D | slice_loss_indication_test.rs | 19 first: 0xaaa, in test_slice_loss_indication_unmarshal() 94 first: 1, in test_slice_loss_indication_roundtrip() 99 first: 1034, in test_slice_loss_indication_roundtrip()
|
| H A D | mod.rs | 21 pub first: u16, field 111 let sli = ((s.first as u32 & 0x1FFF) << 19) in marshal_to() 156 first: ((sli >> 19) & 0x1FFF) as u16, in unmarshal()
|
| /webrtc/rtp/src/codecs/vp8/ |
| H A D | mod.rs | 67 let mut first = true; in payload() localVariable 73 if first { in payload() 75 first = false; in payload()
|
| /webrtc/examples/examples/offer-answer/ |
| H A D | README.md | 6 The `answer` side acts like a HTTP server and should therefore be ran first.
|
| /webrtc/examples/examples/broadcast/ |
| H A D | README.md | 28 * Copy the string in the first input labelled `Browser base64 Session Description` 37 * Copy the string in the first input labelled `Browser base64 Session Description`
|
| /webrtc/examples/examples/ortc/ |
| H A D | README.md | 18 ### Run first client as offerer
|
| /webrtc/webrtc/src/peer_connection/policy/ |
| H A D | sdp_semantics.rs | 99 if let Some(ssrc) = fields.first() { in extract_ssrc_list()
|
| /webrtc/examples/examples/data-channels-create/ |
| H A D | README.md | 23 Copy the text that `data-channels-create` just emitted and copy into first text area of the jsfiddl…
|
| /webrtc/util/src/vnet/ |
| H A D | conn_map.rs | 57 if let Some(c) = conns.first() { in find()
|
| H A D | nat.rs | 223 let m = if let Some(mapped_ips_first) = self.mapped_ips.first() { in translate_outbound()
|
| /webrtc/constraints/src/algorithms/select_settings/ |
| H A D | tie_breaking.rs | 112 fn first() { in first() function
|
| /webrtc/examples/examples/rtp-forwarder/ |
| H A D | README.md | 52 …p://live.twitch.tv/app/$STREAM_KEY` Make sure to replace `$STREAM_KEY` at the end of the URL first.
|
| /webrtc/webrtc/src/rtp_transceiver/rtp_receiver/ |
| H A D | mod.rs | 171 if let Some(t) = tracks.first() { in read() 490 tracks.first().map(|t| Arc::clone(&t.track)) in track() 519 let codec = if let Some(codec) = global_params.codecs.first() { in receive() 753 if let Some(codec) = params.codecs.first() { in receive_for_rid()
|
| /webrtc/sctp/src/queue/ |
| H A D | pending_queue.rs | 142 .first() in append_unlimited()
|
| /webrtc/rtp/src/ |
| H A D | header.rs | 299 if let Some(extension) = self.extensions.first() { in marshal_to()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_internal.rs | 690 let dtls_fingerprints = if let Some(cert) = self.dtls_transport.certificates.first() { in generate_unmatched_sdp() 806 let dtls_fingerprints = if let Some(cert) = self.dtls_transport.certificates.first() { in generate_matched_sdp() 1476 let first = s in capitalize() localVariable 1483 result.extend(first); in capitalize()
|
| /webrtc/webrtc/src/track/track_remote/ |
| H A D | mod.rs | 265 *codec = if let Some(codec) = p.codecs.first() { in check_and_update_track()
|
| /webrtc/webrtc/src/dtls_transport/ |
| H A D | mod.rs | 339 let certificate = if let Some(cert) = self.certificates.first() { in prepare_transport()
|
| /webrtc/webrtc/ |
| H A D | CHANGELOG.md | 10 * Fixed `TrackRemote` missing at least the first, sometimes more, RTP packet during probing. [#387]…
|
| /webrtc/sctp/src/association/ |
| H A D | association_internal.rs | 799 if let Some(p) = c.params.first() { in handle_heartbeat()
|