Lines Matching defs:received
17 * You should have received a copy of the GNU Lesser General Public
239 s->received = 0;
255 * seq. numbers have been received */
262 s->received++;
289 s->received++;
356 lost = expected - stats->received;
360 received_interval = stats->received - stats->received_prior;
361 stats->received_prior = stats->received;
371 avio_wb32(pb, extended_max); /* max sequence received */
673 /* compute pts from timestamp with received ntp_time */
894 int64_t received = av_gettime_relative();
895 uint32_t arrival_ts = av_rescale_q(received, AV_TIME_BASE_Q,
912 "RTP: dropping old packet received too late\n");