Searched refs:csrc_count (Results 1 – 3 of 3) sorted by relevance
185 bool padding, bool extension, int csrc_count) { in SetRtpHeaderFlags() argument186 if (csrc_count > 0x0F) { in SetRtpHeaderFlags()193 flags |= csrc_count; in SetRtpHeaderFlags()
69 bool padding, bool extension, int csrc_count);
22 static void CreateFakeRtpPacketHeader(size_t csrc_count, in CreateFakeRtpPacketHeader() argument25 packet_header->resize(kMinimumRtpHeaderLength + csrc_count * sizeof(uint32) + in CreateFakeRtpPacketHeader()36 (*packet_header)[0] |= (csrc_count & 0xf); in CreateFakeRtpPacketHeader()40 (csrc_count & 0xf) * sizeof(uint32) + sizeof(uint16); in CreateFakeRtpPacketHeader()