Home
last modified time | relevance | path

Searched refs:rtp_receiver_ctx_t (Results 1 – 3 of 3) sorted by relevance

/external/srtp/include/
Drtp_priv.h66 typedef struct rtp_receiver_ctx_t { struct
71 } rtp_receiver_ctx_t; typedef
Drtp.h67 typedef struct rtp_receiver_ctx_t *rtp_receiver_t;
/external/srtp/test/
Drtp.c166 return (rtp_receiver_t)malloc(sizeof(rtp_receiver_ctx_t)); in rtp_receiver_alloc()