Home | History | Annotate | Download | only in source

Lines Matching refs:bytes_left

570   int bytes_left = static_cast<int>(bytes_to_send);
571 while (bytes_left > 0) {
572 size_t length = bytes_left;
583 bytes_left -= static_cast<int>(length - rtp_header.headerLength);
585 return bytes_to_send - bytes_left;