| /webrtc/interceptor/src/stats/ |
| H A D | mod.rs | 43 remote_reports_sent: u64, 120 remote_reports_sent: u64, 299 (rr_ext_seq_num as u64) - (rr_total_lost as u64) - (initial_ext_seq_num as u64) in update_remote_inbound_packets_received() 491 packets: u64, 494 payload_bytes: u64, 497 header_bytes: u64, 505 fn update(&mut self, header_bytes: u64, payload_bytes: u64, packets: u64, now: SystemTime) { in update() argument 532 fir_count: u64, 535 pli_count: u64, 538 nack_count: u64, [all …]
|
| H A D | interceptor.rs | 45 packets: u64, 46 header_bytes: u64, 47 payload_bytes: u64, 52 packets: u64, 53 header_bytes: u64, 54 payload_bytes: u64, 59 fir_count: Option<u64>, 60 pli_count: Option<u64>, 61 nack_count: Option<u64>, 65 fir_count: Option<u64>, [all …]
|
| /webrtc/ice/src/stats/ |
| H A D | mod.rs | 34 pub bytes_sent: u64, 38 pub bytes_received: u64, 98 pub requests_received: u64, 102 pub requests_sent: u64, 105 pub responses_received: u64, 110 pub responses_sent: u64, 114 pub retransmissions_received: u64, 118 pub retransmissions_sent: u64, 121 pub consent_requests_sent: u64,
|
| /webrtc/util/src/replay_detector/ |
| H A D | mod.rs | 10 fn check(&mut self, seq: u64) -> bool; in check() 16 seq: u64, 17 latest_seq: u64, 18 max_seq: u64, 28 pub fn new(window_size: usize, max_seq: u64) -> Self { in new() 41 fn check(&mut self, seq: u64) -> bool { in check() 81 seq: u64, 82 latest_seq: u64, 83 max_seq: u64, 106 fn check(&mut self, seq: u64) -> bool { in check() [all …]
|
| H A D | replay_detector_test.rs | 5 const LARGE_SEQ: u64 = 0x100000000000; in test_replay_detector() 8 let tests: Vec<(&str, usize, u64, Vec<u64>, Vec<bool>, Vec<u64>, Vec<u64>)> = vec![ in test_replay_detector()
|
| /webrtc/sctp/src/timer/ |
| H A D | rtx_timer.rs | 7 pub(crate) const RTO_INITIAL: u64 = 3000; // msec 8 pub(crate) const RTO_MIN: u64 = 1000; // msec 9 pub(crate) const RTO_MAX: u64 = 60000; // msec 10 pub(crate) const RTO_ALPHA: u64 = 1; 11 pub(crate) const RTO_BETA: u64 = 2; 12 pub(crate) const RTO_BASE: u64 = 8; 21 pub(crate) srtt: u64, 23 pub(crate) rto: u64, 37 pub(crate) fn set_new_rtt(&mut self, rtt: u64) -> u64 { in set_new_rtt() argument 60 pub(crate) fn get_rto(&self) -> u64 { in get_rto() argument [all …]
|
| /webrtc/constraints/src/algorithms/fitness_distance/value_range_constraint/tests/ |
| H A D | u64.rs | 22 constraints: u64 => &[ResolvedValueRangeConstraint { 42 constraints: u64 => &[ 63 constraint: u64 => ResolvedValueRangeConstraint { in i64_setting() 73 constraint: u64 => ResolvedValueRangeConstraint { in i64_setting() 83 constraint: u64 => ResolvedValueRangeConstraint { in i64_setting() 154 constraints: u64 => &[ResolvedValueRangeConstraint { 182 constraints: u64 => &[ResolvedValueRangeConstraint { 202 constraints: u64 => &[ 231 constraints: u64 => &[ 263 constraints: u64 => &[ [all …]
|
| /webrtc/webrtc/src/stats/ |
| H A D | mod.rs | 156 pub bytes_sent: u64, 157 pub bytes_received: u64, 167 pub requests_sent: u64, 169 pub responses_sent: u64, 473 pub nack_count: u64, 501 pub packets_sent: u64, 502 pub bytes_sent: u64, 520 pub nack_count: u64, 575 pub packets_sent: u64, 576 pub bytes_sent: u64, [all …]
|
| /webrtc/rtp/src/extension/abs_send_time_extension/ |
| H A D | mod.rs | 16 pub timestamp: u64, 33 let timestamp = (b0 as u64) << 16 | (b1 as u64) << 8 | b2 as u64; in unmarshal() 83 pub fn unix2ntp(st: SystemTime) -> u64 { in unix2ntp() argument 87 .as_nanos() as u64; in unix2ntp() 98 pub fn ntp2unix(t: u64) -> SystemTime { in ntp2unix()
|
| /webrtc/sctp/src/association/ |
| H A D | association_stats.rs | 17 pub(crate) fn get_num_datas(&self) -> u64 { in get_num_datas() argument 25 pub(crate) fn get_num_sacks(&self) -> u64 { in get_num_sacks() argument 33 pub(crate) fn get_num_t3timeouts(&self) -> u64 { in get_num_t3timeouts() argument 41 pub(crate) fn get_num_ack_timeouts(&self) -> u64 { in get_num_ack_timeouts() argument 49 pub(crate) fn get_num_fast_retrans(&self) -> u64 { in get_num_fast_retrans() argument
|
| /webrtc/constraints/src/algorithms/fitness_distance/value_constraint/tests/ |
| H A D | u64.rs | 20 constraints: u64 => &[ 78 constraint: u64 => ResolvedValueConstraint { in f64_setting() 86 constraint: u64 => ResolvedValueConstraint { in f64_setting() 94 constraint: u64 => ResolvedValueConstraint { in f64_setting() 122 constraints: u64 => &[ResolvedValueConstraint { 148 constraints: u64 => &[ResolvedValueConstraint { 173 constraints: u64 => &[ 201 constraints: u64 => &[ 225 constraints: u64 => &[
|
| /webrtc/constraints/src/algorithms/fitness_distance/value_sequence_constraint/tests/ |
| H A D | u64.rs | 22 constraints: u64 => &[ 80 constraint: u64 => ResolvedValueSequenceConstraint { in f64_setting() 88 constraint: u64 => ResolvedValueSequenceConstraint { in f64_setting() 96 constraint: u64 => ResolvedValueSequenceConstraint { in f64_setting() 124 constraints: u64 => &[ResolvedValueSequenceConstraint { 150 constraints: u64 => &[ResolvedValueSequenceConstraint { 175 constraints: u64 => &[ 203 constraints: u64 => &[ 227 constraints: u64 => &[
|
| /webrtc/ice/src/agent/ |
| H A D | agent_stats.rs | 34 pub bytes_sent: u64, 38 pub bytes_received: u64, 90 pub requests_received: u64, 93 pub requests_sent: u64, 96 pub responses_received: u64, 100 pub responses_sent: u64, 103 pub retransmissions_received: u64, 106 pub retransmissions_sent: u64, 109 pub consent_requests_sent: u64,
|
| /webrtc/util/src/fixed_big_int/ |
| H A D | mod.rs | 8 bits: Vec<u64>, 10 msb_mask: u64, 35 u64::MAX in new() 51 let mut carry: u64 = 0; in lsh()
|
| /webrtc/dtls/src/record_layer/ |
| H A D | record_layer_header.rs | 9 pub const MAX_SEQUENCE_NUMBER: u64 = 0x0000FFFFFFFFFFFF; 42 pub sequence_number: u64, // uint48 in spec 74 let sequence_number = u64::from_be_bytes(be); in unmarshal()
|
| /webrtc/constraints/src/ |
| H A D | constraint.rs | 65 IntegerRange(ValueRangeConstraint<u64>), 108 impl From<u64> for MediaTrackConstraint { 109 fn from(bare: u64) -> Self { in from() 114 impl From<ResolvedValueRangeConstraint<u64>> for MediaTrackConstraint { 115 fn from(constraint: ResolvedValueRangeConstraint<u64>) -> Self { in from() 120 impl From<ValueRangeConstraint<u64>> for MediaTrackConstraint { 121 fn from(constraint: ValueRangeConstraint<u64>) -> Self { in from() 207 Self::IntegerRange((value.clamp(0, i64::MAX) as u64).into()) in from() 281 IntegerRange(ResolvedValueRangeConstraint<u64>), 322 fn from(constraint: ResolvedValueRangeConstraint<u64>) -> Self { in from() [all …]
|
| H A D | capability.rs | 38 IntegerRange(MediaTrackValueRangeCapability<u64>), 62 impl From<RangeInclusive<u64>> for MediaTrackCapability { 63 fn from(capability: RangeInclusive<u64>) -> Self { in from()
|
| /webrtc/ice/src/control/ |
| H A D | mod.rs | 12 pub struct TieBreaker(pub u64); 29 self.0 = u64::from_be_bytes([v[0], v[1], v[2], v[3], v[4], v[5], v[6], v[7]]); in get_from_as() 35 pub struct AttrControlled(pub u64); 56 pub struct AttrControlling(pub u64);
|
| /webrtc/srtp/src/ |
| H A D | option.rs | 13 MAX_SEQUENCE_NUMBER as u64, in srtp_replay_protection() 23 MAX_SRTCP_INDEX as u64, in srtcp_replay_protection()
|
| /webrtc/constraints/src/algorithms/fitness_distance/ |
| H A D | value_range_constraint.rs | 143 impl_value_range_constraint!(setting: i64, constraint: u64); 145 impl_value_range_constraint!(setting: f64, constraint: u64); 170 impl_ignored_value_range_constraint!(settings: [bool, String], constraint: u64);
|
| /webrtc/rtp/src/ |
| H A D | sequence.rs | 8 fn roll_over_count(&self) -> u64; in roll_over_count() argument 65 fn roll_over_count(&self) -> u64 { in roll_over_count() argument
|
| /webrtc/sctp/src/ |
| H A D | util.rs | 87 const INTERVAL: u32 = ((1u64 << (SERIAL_BITS as u64)) / (DIV as u64)) as u32; in test_serial_number_arithmetic32bit() 167 const INTERVAL: u16 = ((1u64 << (SERIAL_BITS as u64)) / (DIV as u64)) as u16; in test_serial_number_arithmetic16bit()
|
| /webrtc/media/src/io/ogg_writer/ |
| H A D | mod.rs | 21 previous_granule_position: u64, 124 granule_pos: u64, in write_page() argument 167 self.previous_granule_position += increment as u64; in write_rtp()
|
| /webrtc/constraints/src/algorithms/select_settings/ |
| H A D | select_optimal.rs | 24 left ^= (((left >> 63) as u64) >> 1) as i64; in select_optimal_candidates() 25 right ^= (((right >> 63) as u64) >> 1) as i64; in select_optimal_candidates()
|
| /webrtc/ice/src/candidate/ |
| H A D | mod.rs | 306 pub fn priority(&self) -> u64 { in priority() argument 315 ((1 << 32_u64) - 1) * u64::from(std::cmp::min(g, d)) in priority() 316 + 2 * u64::from(std::cmp::max(g, d)) in priority() 317 + u64::from(g > d) in priority()
|