HomeSort by relevance Sort by last modified time
    Searched refs:headerLength (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
fec_receiver_impl.cc 77 uint16_t payload_data_length = packet_length - header.headerLength;
88 incoming_rtp_packet[header.headerLength] & 0x7f;
94 if (incoming_rtp_packet[header.headerLength] & 0x80) {
98 (incoming_rtp_packet[header.headerLength + 1]) << 8;
100 incoming_rtp_packet[header.headerLength + 2];
111 (0x03 & incoming_rtp_packet[header.headerLength + 2]) << 8;
112 blockLength += (incoming_rtp_packet[header.headerLength + 3]);
115 if (incoming_rtp_packet[header.headerLength + 4] & 0x80) {
136 header.headerLength);
145 received_packet->pkt->data + header.headerLength,
    [all...]