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/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c
1127
int
octets_in_rtp_header
= 12;
local
1128
uint8_t *data = ((uint8_t *)hdr)+
octets_in_rtp_header
;
1129
int hex_len = pkt_octet_len-
octets_in_rtp_header
;
[
all
...]
/external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c
67
#define
octets_in_rtp_header
12
macro
78
int rtp_header_len =
octets_in_rtp_header
+ 4 * hdr->cc;
[
all
...]
Completed in 881 milliseconds