Lines Matching defs:rtp_size
306 int rtp_size = 0;
352 &rtp_partno, &rtp_channel, &rtp_size,
358 rtp_partno, rtp_channel, rtp_size, rtp_size_err);
362 rtp_scratch = malloc(rtp_size + 4 + RTP_DATA_SIZE);
371 SET_RTP_PKT_LEN(rtp_scratch, rtp_size + rtp_size_err);
374 for(i = 0; i < rtp_size; i += RTP_DATA_SIZE) {
380 req->rtp_buffersize = rtp_size + 4;
385 rtp_size + 4);
387 rtp_size + 4);
388 req->rtp_buffersize += rtp_size + 4;
391 logmsg("rtp_buffersize is %zu, rtp_size is %d.",
392 req->rtp_buffersize, rtp_size);