HomeSort by relevance Sort by last modified time
    Searched defs:srtp_stream_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp.h 253 * @brief An srtp_stream_t points to an SRTP stream structure.
255 * The typedef srtp_stream_t is a pointer to a structure that
264 typedef struct srtp_stream_ctx_t *srtp_stream_t; typedef in typeref:struct:srtp_stream_ctx_t
    [all...]
  /external/srtp/include/
srtp.h 253 * @brief An srtp_stream_t points to an SRTP stream structure.
255 * The typedef srtp_stream_t is a pointer to a structure that
264 typedef struct srtp_stream_ctx_t *srtp_stream_t; typedef in typeref:struct:srtp_stream_ctx_t
887 srtp_stream_t stream; /**< The stream in which the event happend. */

Completed in 2289 milliseconds