Home
last modified time | relevance | path

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

/external/libsrtp2/test/
Drtp.h92 typedef struct rtp_receiver_ctx_t { struct
97 } rtp_receiver_ctx_t; argument
101 typedef struct rtp_receiver_ctx_t *rtp_receiver_t;
Drtp.c223 return (rtp_receiver_t)malloc(sizeof(rtp_receiver_ctx_t)); in rtp_receiver_alloc()