HomeSort by relevance Sort by last modified time
    Searched defs:srtp_stream_ctx_t (Results 1 - 2 of 2) 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 */
  /external/srtp/include/
srtp_priv.h 216 typedef struct srtp_stream_ctx_t { struct
230 struct srtp_stream_ctx_t *next; /* linked list of streams */
231 } srtp_stream_ctx_t; typedef in typeref:struct:srtp_stream_ctx_t
239 srtp_stream_ctx_t *stream_list; /* linked list of streams */
240 srtp_stream_ctx_t *stream_template; /* act as template for other streams */

Completed in 157 milliseconds