Home
last modified time | relevance | path

Searched defs:version (Results 1 – 8 of 8) sorted by relevance

/webrtc/media/src/io/ogg_reader/
H A Dmod.rs38 pub version: u8, field
48 version: u8, field
92 let version = reader.read_u8()?; //8 in read_headers() localVariable
118 let version = head_reader.read_u8()?; //4 in parse_next_page() localVariable
/webrtc/dtls/src/handshake/
H A Dhandshake_message_hello_verify_request.rs29 pub(crate) version: ProtocolVersion, field
H A Dhandshake_message_server_hello.rs24 pub(crate) version: ProtocolVersion, field
H A Dhandshake_message_client_hello.rs24 pub(crate) version: ProtocolVersion, field
/webrtc/media/src/io/ivf_reader/
H A Dmod.rs20 pub version: u16, // 4-5 field
93 let version = self.reader.read_u16::<LittleEndian>()?; in parse_file_header() localVariable
/webrtc/rtp/src/
H A Dheader.rs39 pub version: u8, field
78 let version = b0 >> VERSION_SHIFT & VERSION_MASK; in unmarshal() localVariable
/webrtc/rtcp/src/
H A Dheader.rs155 let version = (b0 >> VERSION_SHIFT) & VERSION_MASK; in unmarshal() localVariable
/webrtc/sdp/src/description/
H A Dsession.rs168 pub version: Version, field
913 let version = value.parse::<u32>()?; in unmarshal_protocol_version() localVariable