Home
last modified time | relevance | path

Searched refs:RTP_BODY (Results 1 – 1 of 1) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c620 unsigned char *packet = (unsigned char *) RTP_BODY(rtp_session); in handle_rfc2833()
6315 *((uint8_t *)RTP_BODY(rtp_session)), *((uint8_t *)RTP_BODY(rtp_session) + 1), in read_rtp_packet()
6316 *((uint8_t *)RTP_BODY(rtp_session) + 2), *((uint8_t *)RTP_BODY(rtp_session) + 3), in read_rtp_packet()
6317 *((uint8_t *)RTP_BODY(rtp_session) + 4), *((uint8_t *)RTP_BODY(rtp_session) + 5), in read_rtp_packet()
6318 *((uint8_t *)RTP_BODY(rtp_session) + 6), *((uint8_t *)RTP_BODY(rtp_session) + 7), in read_rtp_packet()
6319 *((uint8_t *)RTP_BODY(rtp_session) + 8), *((uint8_t *)RTP_BODY(rtp_session) + 9), in read_rtp_packet()
7793 uint8_t *data = (uint8_t *) RTP_BODY(rtp_session); in rtp_common_read()
7840 uint8_t *data = (uint8_t *) RTP_BODY(rtp_session); in rtp_common_read()
8059 memcpy(data, RTP_BODY(rtp_session), bytes); in switch_rtp_read()
8094 frame->data = RTP_BODY(rtp_session); in switch_rtp_zerocopy_read_frame()
[all …]