Home | History | Annotate | Download | only in source

Lines Matching refs:blockLength

93   uint16_t blockLength = 0;
110 blockLength =
112 blockLength += (incoming_rtp_packet[header.headerLength + 3]);
121 if (blockLength > payload_data_length - REDHeaderLength) {
130 if (blockLength > 0) {
147 blockLength);
149 received_packet->pkt->length = blockLength;
160 REDHeaderLength + blockLength,
161 payload_data_length - REDHeaderLength - blockLength);
164 payload_data_length - REDHeaderLength - blockLength;