Home | History | Annotate | Download | only in base

Lines Matching defs:bytes

72     int bytes = 0;
74 bytes += static_cast<int>(rtp_packets_[i].size());
76 return bytes;
81 int bytes = 0;
82 GetNumRtpBytesAndPackets(ssrc, &bytes, NULL);
83 return bytes;
201 void GetNumRtpBytesAndPackets(uint32_t ssrc, int* bytes, int* packets) {
202 if (bytes) {
203 *bytes = 0;
215 if (bytes) {
216 *bytes += static_cast<int>(rtp_packets_[i].size());