OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtp_sender_ctx_t
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/include/
rtp_priv.h
59
typedef struct
rtp_sender_ctx_t
{
struct
64
}
rtp_sender_ctx_t
;
typedef in typeref:struct:rtp_sender_ctx_t
rtp.h
65
typedef struct
rtp_sender_ctx_t
*rtp_sender_t;
/external/chromium_org/third_party/libsrtp/srtp/test/
rtp.c
211
return (rtp_sender_t)malloc(sizeof(
rtp_sender_ctx_t
));
Completed in 48 milliseconds