Home
last modified time | relevance | path

Searched refs:rtp_size (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/tests/server/
H A Drtspd.c306 int rtp_size = 0; in ProcessRequest() local
352 &rtp_partno, &rtp_channel, &rtp_size, in ProcessRequest()
358 rtp_partno, rtp_channel, rtp_size, rtp_size_err); in ProcessRequest()
362 rtp_scratch = malloc(rtp_size + 4 + RTP_DATA_SIZE); in ProcessRequest()
371 SET_RTP_PKT_LEN(rtp_scratch, rtp_size + rtp_size_err); in ProcessRequest()
374 for(i = 0; i < rtp_size; i += RTP_DATA_SIZE) { in ProcessRequest()
380 req->rtp_buffersize = rtp_size + 4; in ProcessRequest()
385 rtp_size + 4); in ProcessRequest()
387 rtp_size + 4); in ProcessRequest()
388 req->rtp_buffersize += rtp_size in ProcessRequest()
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-aptx-gst.c471 size_t rtp_size = sizeof(struct rtp_header); in get_block_size_hd() local
472 size_t frame_count = (link_mtu - rtp_size) / 6; in get_block_size_hd()
478 size_t rtp_size = sizeof(struct rtp_header); in get_encoded_block_size_hd() local
483 return (input_size / (4 * 6)) * 6 + rtp_size; in get_encoded_block_size_hd()
H A Da2dp-codec-sbc.c727 size_t rtp_size = sizeof(struct rtp_header) + sizeof(struct rtp_payload); in get_block_size() local
728 size_t frame_count = (link_mtu - rtp_size) / sbc_info->frame_length; in get_block_size()
738 pa_log_warn("SBC packet size %lu is larger than link MTU %lu", sbc_info->frame_length + rtp_size, link_mtu); in get_block_size()
747 size_t rtp_size = sizeof(struct rtp_header) + sizeof(struct rtp_payload); in get_encoded_block_size() local
752 return (input_size / sbc_info->codesize) * sbc_info->frame_length + rtp_size; in get_encoded_block_size()

Completed in 5 milliseconds