Searched refs:sr_packet (Results 1 – 4 of 4) sorted by relevance
156 int32 RTCP_Encoder::GetEncodedSize(const RTCP_SR& sr_packet) in GetEncodedSize() argument158 uint num_report_blocks = sr_packet.get_num_report_blocks(); in GetEncodedSize()310 RTCP_Encoder::Error_t RTCP_Encoder::EncodeSR(const RTCP_SR& sr_packet, in EncodeSR() argument319 uint num_report_blocks = sr_packet.get_num_report_blocks(); in EncodeSR()346 outStream << sr_packet.senderSSRC; in EncodeSR()347 outStream << sr_packet.NTP_timestamp_high; in EncodeSR()348 outStream << sr_packet.NTP_timestamp_low; in EncodeSR()349 outStream << sr_packet.RTP_timestamp; in EncodeSR()350 outStream << sr_packet.packet_count; in EncodeSR()351 outStream << sr_packet.octet_count; in EncodeSR()[all …]
114 Error_t EncodeCompoundSR(const RTCP_SR& sr_packet,123 Error_t EncodeSR(const RTCP_SR& sr_packet,144 int32 GetEncodedSize(const RTCP_SR& sr_packet);
311 RTCP_SR& sr_packet) in DecodeSR() argument371 inStream >> sr_packet.senderSSRC; in DecodeSR()372 inStream >> sr_packet.NTP_timestamp_high; in DecodeSR()373 inStream >> sr_packet.NTP_timestamp_low; in DecodeSR()374 inStream >> sr_packet.RTP_timestamp; in DecodeSR()375 inStream >> sr_packet.packet_count; in DecodeSR()376 inStream >> sr_packet.octet_count; in DecodeSR()384 sr_packet.set_max_report_blocks(report_count); in DecodeSR()391 if ((status = DecodeReportBlock(inStream, sr_packet.get_report_block(ii))) != RTCP_SUCCESS) in DecodeSR()
94 RTCP_SR& sr_packet);