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

  /external/srtp/googlepatches/
google-9-rdbx-leak-plug.patch 13 + srtp_stream_t stream_template);
131 + srtp_stream_ctx_t *stream_template) {
142 - if (session->stream_template
143 - && stream->rtp_cipher == session->stream_template->rtp_cipher) {
146 + if (!stream_template || stream->rtp_cipher != stream_template->rtp_cipher) {
153 - if (session->stream_template
154 - && stream->rtp_auth == session->stream_template->rtp_auth) {
157 + if (!stream_template || stream->rtp_auth != stream_template->rtp_auth)
    [all...]
vidyo-4-srtp-rtx.patch 35 + str->allow_repeat_tx = stream_template->allow_repeat_tx;
vidyo-3-srtp-ws.patch 616 + rdbx_get_window_size(&stream_template->rtp_rdbx));
  /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
ekt.h 50 * use stream_template approach
  /external/srtp/test/
srtp_driver.c 987 if (srtp->stream_template != NULL) {
988 stream = srtp->stream_template;
    [all...]

Completed in 2362 milliseconds