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

  /external/srtp/srtp/
srtp.c 167 srtp_stream_ctx_t *stream_template) {
177 if (!stream_template || stream->rtp_cipher != stream_template->rtp_cipher) {
184 if (!stream_template || stream->rtp_auth != stream_template->rtp_auth) {
191 if (!stream_template || stream->limit != stream_template->limit) {
199 if (!stream_template || stream->rtcp_cipher != stream_template->rtcp_cipher) {
209 if (!stream_template || stream->rtcp_auth != stream_template->rtcp_auth)
    [all...]
  /external/srtp/include/
srtp_priv.h 196 srtp_stream_t stream_template);
240 srtp_stream_ctx_t *stream_template; /* act as template for other streams */ member in struct:srtp_ctx_t
  /external/srtp/test/
srtp_driver.c 987 if (srtp->stream_template != NULL) {
988 stream = srtp->stream_template;
    [all...]

Completed in 45 milliseconds