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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dsrtpfilter.h45 typedef srtp_ctx_t* srtp_t; typedef
241 srtp_t session_;
/external/chromium_org/third_party/libsrtp/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
324 srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr);
345 * @param ctx is a pointer to the srtp_t which applies to the
369 srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr);
395 srtp_create(srtp_t *session, const srtp_policy_t *policy);
414 srtp_add_stream(srtp_t session,
440 srtp_remove_stream(srtp_t session, unsigned int ssrc);
671 * @param s is the srtp_t fo
[all...]
/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 370 milliseconds