OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream_template
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c
202
if (session->
stream_template
203
&& stream->rtp_cipher == session->
stream_template
->rtp_cipher) {
212
if (session->
stream_template
213
&& stream->rtp_auth == session->
stream_template
->rtp_auth) {
222
if (session->
stream_template
223
&& stream->limit == session->
stream_template
->limit) {
233
if (session->
stream_template
234
&& stream->rtcp_cipher == session->
stream_template
->rtcp_cipher) {
246
if (session->
stream_template
247
&& stream->rtcp_auth == session->
stream_template
->rtcp_auth)
[
all
...]
/external/chromium_org/third_party/libsrtp/srtp/include/
srtp_priv.h
233
srtp_stream_ctx_t *
stream_template
; /* act as template for other streams */
member in struct:srtp_ctx_t
/external/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c
1042
if (srtp->
stream_template
!= NULL) {
1043
stream = srtp->
stream_template
;
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc
595
//
stream_template
will be the reference context for other streams.
597
srtp_stream_ctx_t* srtp_context = session_->
stream_template
;
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
Completed in 152 milliseconds