Home
last modified time | relevance | path

Searched refs:header_bytesmut (Results 1 – 5 of 5) sorted by relevance

/xiu/protocol/rtsp/src/rtp/rtcp/
H A Drtcp_app.rs51 let header_bytesmut = self.header.marshal()?; in marshal() localVariable
52 writer.write(&header_bytesmut[..])?; in marshal()
H A Drtcp_bye.rs57 let header_bytesmut = self.header.marshal()?; in marshal() localVariable
58 writer.write(&header_bytesmut[..])?; in marshal()
H A Drtcp_sr.rs86 let header_bytesmut = self.header.marshal()?; in marshal() localVariable
87 writer.write(&header_bytesmut[..])?; in marshal()
H A Drtcp_rr.rs87 let header_bytesmut = self.header.marshal()?; in marshal() localVariable
88 writer.write(&header_bytesmut[..])?; in marshal()
/xiu/protocol/rtsp/src/rtp/
H A Dmod.rs75 let header_bytesmut = self.header.marshal()?; in marshal() localVariable
76 writer.write(&header_bytesmut[..])?; in marshal()