Home
last modified time | relevance | path

Searched refs:report_block (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/rtsp/src/rtp/rtcp/
H A Drtcp_sr.rs74 let report_block = ReportBlock::unmarshal(reader)?; in unmarshal() localVariable
75 sender_report.report_blocks.push(report_block); in unmarshal()
95 for report_block in &self.report_blocks { in marshal()
96 let data = report_block.marshal()?; in marshal()
H A Drtcp_rr.rs75 let report_block = ReportBlock::unmarshal(&mut reader)?; in unmarshal() localVariable
76 receiver_report.report_blocks.push(report_block); in unmarshal()
91 for report_block in &self.report_blocks { in marshal()
92 let data = report_block.marshal()?; in marshal()