Home
last modified time | relevance | path

Searched refs:sid (Results 1 – 4 of 4) sorted by relevance

/webrtc/sctp/src/param/
H A Dparam_outgoing_reset_request.rs105 for sid in &self.stream_identifiers { in marshal_to()
106 buf.put_u16(*sid); in marshal_to()
/webrtc/rtp/src/codecs/vp9/
H A Dmod.rs174 pub sid: u8, field
324 self.sid = (b >> 1) & 0x7; in parse_layer_info_common()
327 if self.sid >= MAX_SPATIAL_LAYERS { in parse_layer_info_common()
H A Dvp9_test.rs64 sid: 0x01, in test_vp9_packet_unmarshal()
81 sid: 0x01, in test_vp9_packet_unmarshal()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dmod.rs141 if let (Some(sid), Some(tid), None) = in track_details_from_sdp()
144 stream_id = sid; in track_details_from_sdp()