Searched defs:srtp_t (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dsrtpfilter.h41 typedef srtp_ctx_t* srtp_t; typedef
85 srtp_t session_;
/external/srtp/include/
H A Dsrtp.h237 * @brief An srtp_t points to an SRTP session structure.
239 * The typedef srtp_t is a pointer to a structure that represents
249 typedef struct srtp_ctx_t *srtp_t; typedef in typeref:struct:srtp_ctx_t
315 srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr);
336 * @param ctx is a pointer to the srtp_t which applies to the
360 srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr);
386 srtp_create(srtp_t *session, const srtp_policy_t *policy);
405 srtp_add_stream(srtp_t session,
431 srtp_remove_stream(srtp_t session, unsigned int ssrc);
598 * @param s is the srtp_t fo
[all...]

Completed in 1044 milliseconds