Home
last modified time | relevance | path

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

/dports/devel/jrtplib/JRTPLIB-3.11.2/src/
H A Drtppacket.cpp108 RTPHeader *rtpheader; in ParseRawPacket() local
125 rtpheader = (RTPHeader *)packetbytes; in ParseRawPacket()
128 if (rtpheader->version != RTP_VERSION) in ParseRawPacket()
134 marker = (rtpheader->marker == 0)?false:true; in ParseRawPacket()
135 payloadtype = rtpheader->payloadtype; in ParseRawPacket()
144 csrccount = rtpheader->csrccount; in ParseRawPacket()
147 if (rtpheader->padding) // adjust payload length to take padding into account in ParseRawPacket()
156 hasextension = (rtpheader->extension == 0)?false:true; in ParseRawPacket()
192 RTPPacket::extseqnr = (uint32_t)ntohs(rtpheader->sequencenumber); in ParseRawPacket()
194 RTPPacket::timestamp = ntohl(rtpheader->timestamp); in ParseRawPacket()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/liblame/frontend/
H A Drtp.c45 struct rtpheader { /* in network byte order */ struct
91 struct rtpheader RTPheader;
173 struct rtpheader RTPheader;
319 struct rtpheader *foo = &RTPheader; in rtp_send()
320 char *buffer = malloc(len + sizeof(struct rtpheader)); in rtp_send()
329 memmove(buffer + sizeof(struct rtpheader), data, len); in rtp_send()
348 struct rtpheader *foo = &RTPheader; in rtp_initialization()
/dports/audio/lame/lame-3.100/frontend/
H A Drtp.c45 struct rtpheader { /* in network byte order */ struct
91 struct rtpheader RTPheader;
173 struct rtpheader RTPheader;
319 struct rtpheader *foo = &RTPheader; in rtp_send()
320 char *buffer = malloc(len + sizeof(struct rtpheader)); in rtp_send()
329 memmove(buffer + sizeof(struct rtpheader), data, len); in rtp_send()
348 struct rtpheader *foo = &RTPheader; in rtp_initialization()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/frontend/
H A Drtp.c45 struct rtpheader { /* in network byte order */ struct
91 struct rtpheader RTPheader;
173 struct rtpheader RTPheader;
319 struct rtpheader *foo = &RTPheader; in rtp_send()
320 char *buffer = malloc(len + sizeof(struct rtpheader)); in rtp_send()
329 memmove(buffer + sizeof(struct rtpheader), data, len); in rtp_send()
348 struct rtpheader *foo = &RTPheader; in rtp_initialization()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Drtp.c52 struct rtpheader { /* in network byte order */ struct
67 static int getrtp2(int fd, struct rtpheader *rh, char** data, int* lengthData); argument
92 struct rtpheader rh; in rtp_cache()
219 static int getrtp2(int fd, struct rtpheader *rh, char** data, int* lengthData) { in getrtp2()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Drtp.c52 struct rtpheader { /* in network byte order */ struct
67 static int getrtp2(int fd, struct rtpheader *rh, char** data, int* lengthData); argument
92 struct rtpheader rh; in rtp_cache()
219 static int getrtp2(int fd, struct rtpheader *rh, char** data, int* lengthData) { in getrtp2()