OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rtp_receiver_ctx_t
(Results
1 - 3
of
3
) sorted by null
/external/srtp/include/
rtp_priv.h
66
typedef struct
rtp_receiver_ctx_t
{
struct
71
}
rtp_receiver_ctx_t
;
typedef in typeref:struct:rtp_receiver_ctx_t
rtp.h
67
typedef struct
rtp_receiver_ctx_t
*rtp_receiver_t;
/external/srtp/test/
rtp.c
166
return (rtp_receiver_t)malloc(sizeof(
rtp_receiver_ctx_t
));
Completed in 301 milliseconds