Home
last modified time | relevance | path

Searched defs:new_stream (Results 1 – 4 of 4) sorted by relevance

/external/srtp/srtp/
Dsrtp.c628 srtp_stream_ctx_t *new_stream; in srtp_protect() local
1083 srtp_stream_ctx_t *new_stream; in srtp_unprotect() local
1470 srtp_stream_ctx_t *new_stream; in srtp_protect_rtcp() local
1847 srtp_stream_ctx_t *new_stream; in srtp_unprotect_rtcp() local
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-trees.rb16 def new_stream(t) method in TestTreeNodeStream
/external/libvpx/libvpx/
Dvpxenc.c804 static struct stream_state *new_stream(struct VpxEncoderConfig *global, in new_stream() function
/external/google-breakpad/src/processor/
Dminidump.cc4618 scoped_ptr<T> new_stream(new T(this)); in GetStream() local