OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream_template
(Results
1 - 10
of
10
) 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
...]
/prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar
/prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar
/external/webrtc/talk/session/media/
srtpfilter.cc
627
//
stream_template
will be the reference context for other streams.
629
srtp_stream_ctx_t* srtp_context = session_->
stream_template
;
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
/prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar
/prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar
Completed in 277 milliseconds