Searched refs:packet_capacity (Results 1 – 1 of 1) sorted by relevance
433 int packet_capacity = rtp_sender_->MaxRtpPacketSize() - FecPacketOverhead() - in SendVideo() local438 RTC_DCHECK_LE(packet_capacity, single_packet->capacity()); in SendVideo()468 RTC_DCHECK_GT(packet_capacity, single_packet->headers_size()); in SendVideo()469 RTC_DCHECK_GT(packet_capacity, first_packet->headers_size()); in SendVideo()470 RTC_DCHECK_GT(packet_capacity, middle_packet->headers_size()); in SendVideo()471 RTC_DCHECK_GT(packet_capacity, last_packet->headers_size()); in SendVideo()473 limits.max_payload_len = packet_capacity - middle_packet->headers_size(); in SendVideo()