OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:octets_in_rtp_header
(Results
1 - 2
of
2
) sorted by null
/external/srtp/test/
srtp_driver.c
1072
int
octets_in_rtp_header
= 12;
local
1073
uint8_t *data = ((uint8_t *)hdr)+
octets_in_rtp_header
;
1074
int hex_len = pkt_octet_len-
octets_in_rtp_header
;
[
all
...]
/external/srtp/srtp/
srtp.c
71
#define
octets_in_rtp_header
12
macro
615
if (*pkt_octet_len <
octets_in_rtp_header
)
859
if (*pkt_octet_len <
octets_in_rtp_header
)
[
all
...]
Completed in 1954 milliseconds