HomeSort by relevance Sort by last modified time
    Searched refs:srtp_stream_ctx_t (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp_priv.h 209 typedef struct srtp_stream_ctx_t { struct
223 struct srtp_stream_ctx_t *next; /* linked list of streams */
224 } srtp_stream_ctx_t; typedef in typeref:struct:srtp_stream_ctx_t
232 srtp_stream_ctx_t *stream_list; /* linked list of streams */
233 srtp_stream_ctx_t *stream_template; /* act as template for other streams */
srtp.h 264 typedef struct srtp_stream_ctx_t *srtp_stream_t;
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 99 srtp_stream_alloc(srtp_stream_ctx_t **str_ptr,
101 srtp_stream_ctx_t *str;
113 str = (srtp_stream_ctx_t *) crypto_alloc(sizeof(srtp_stream_ctx_t));
192 srtp_stream_dealloc(srtp_t session, srtp_stream_ctx_t *stream) {
277 srtp_stream_clone(const srtp_stream_ctx_t *stream_template,
279 srtp_stream_ctx_t **str_ptr) {
281 srtp_stream_ctx_t *str;
286 str = (srtp_stream_ctx_t *) crypto_alloc(sizeof(srtp_stream_ctx_t));
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 597 srtp_stream_ctx_t* srtp_context = session_->stream_template;
619 srtp_stream_ctx_t* stream = srtp_get_stream(session_, hdr->ssrc);

Completed in 128 milliseconds