Home | History | Annotate | Download | only in server

Lines Matching full:rtp_size

433         int rtp_size = 0;
477 &rtp_partno, &rtp_channel, &rtp_size)) {
481 rtp_partno, rtp_channel, rtp_size);
485 rtp_scratch = malloc(rtp_size + 4 + RTP_DATA_SIZE);
494 SET_RTP_PKT_LEN(rtp_scratch, rtp_size);
497 for(i = 0; i < rtp_size; i+= RTP_DATA_SIZE) {
503 req->rtp_buffersize = rtp_size + 4;
505 req->rtp_buffer = realloc(req->rtp_buffer, req->rtp_buffersize + rtp_size + 4);
506 memcpy(req->rtp_buffer + req->rtp_buffersize, rtp_scratch, rtp_size + 4);
507 req->rtp_buffersize += rtp_size + 4;
510 logmsg("rtp_buffersize is %zu, rtp_sizertp_size);