Searched defs:streams (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium/net/tools/spdyshark/
H A Dpacket-spdy.h44 GArray *streams; member in struct:_spdy_conv_t
/external/chromium_org/net/tools/spdyshark/
H A Dpacket-spdy.h43 GArray *streams; member in struct:_spdy_conv_t
/external/chromium_org/net/quic/
H A Dquic_client_session_test.cc74 std::vector<QuicReliableClientStream*> streams; local
78 streams.push_back(stream);
83 session_.CloseStream(streams[0]->id());
95 std::vector<QuicReliableClientStream*> streams; local
99 streams.push_back(stream);
110 session_.CloseStream(streams[0]->id());
125 // streams.
H A Dquic_stream_factory_test.cc158 // in streams on different sessions.
179 std::vector<QuicHttpStream*> streams; local
197 streams.push_back(stream.release());
210 streams.front()->Close(false);
218 STLDeleteElements(&streams);
H A Dquic_session.h5 // A QuicSession, which demuxes a single connection to individual streams.
73 // Called by streams when they want to write data to the peer.
82 // Called by streams when they want to close the stream in both directions.
85 // Called when the session wants to go away and not accept any new streams.
128 // Returns the number of currently open streams, including those which have
162 // stream. Returns NULL if max streams have already been opened.
180 // In this case, it deletes streams given that it's safe to do so (no other
181 // operations are being done on the streams at this time)
184 base::hash_map<QuicStreamId, ReliableQuicStream*>* streams() { function in class:net::QuicSession
188 const base::hash_map<QuicStreamId, ReliableQuicStream*>* streams() cons function in class:net::QuicSession
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_write_queue_unittest.cc155 // RemovePendingWritesForStream() on one of the streams. No dequeued
189 // those streams without a stream id, or with a stream_id after that
202 base::WeakPtr<SpdyStream> streams[] = { local
209 streams[i % arraysize(streams)]);
214 for (int i = 0; i < 100; i += arraysize(streams)) {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstreamcollection.h48 StreamCollection* streams) {
50 new talk_base::RefCountedObject<StreamCollection>(streams);
47 Create( StreamCollection* streams) argument
H A Dwebrtcsessiondescriptionfactory.cc60 // Checks if each Stream within the |streams| has unique id.
61 static bool ValidStreams(const Streams& streams) { argument
62 Streams sorted_streams = streams;
193 if (!ValidStreams(options.streams)) {
194 error += " called with invalid media streams.";
246 if (!ValidStreams(options.streams)) {
247 error += " called with invalid media streams.";
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3recognizersharedstate.h191 /** Input stream stack, which allows the C programmer to switch input streams
195 pANTLR3_STACK streams; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
197 /// A stack of token/tree rewrite streams that are available for use
200 /// allocate and deallocate rewtire streams on entry and exit. As
202 /// of the maximum number of allocated streams, which instead of
204 /// reuse. The streams are then all finally freed when this stack
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSerializerFoo.java50 protected Stack streams = new Stack(); field in class:GrammarSerializerFoo
130 //streams.push(out);
138 //out = (DataOutputStream)streams.pop(); // restore previous stream
/external/chromium/third_party/libjingle/source/talk/base/
H A Ddiskcache.h43 // DiskCache - An LRU cache of streams, stored on disk.
45 // Streams are identified by a unique resource id. Multiple streams can be
47 // resources are flushed from the cache, all streams associated with those
84 size_t streams; member in struct:talk_base::DiskCache::Entry
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Ddiskcache.h43 // DiskCache - An LRU cache of streams, stored on disk.
45 // Streams are identified by a unique resource id. Multiple streams can be
47 // resources are flushed from the cache, all streams associated with those
84 size_t streams; member in struct:talk_base::DiskCache::Entry
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dstreamparams.cc130 bool GetStream(const StreamParamsVec& streams, argument
133 for (StreamParamsVec::const_iterator stream = streams.begin();
134 stream != streams.end(); ++stream) {
145 bool GetStreamBySsrc(const StreamParamsVec& streams, uint32 ssrc, argument
147 return GetStream(streams, StreamSelector(ssrc), stream_out);
150 bool GetStreamByIds(const StreamParamsVec& streams, argument
154 return GetStream(streams, StreamSelector(groupid, id), stream_out);
157 bool RemoveStream(StreamParamsVec* streams, argument
160 for (StreamParamsVec::iterator stream = streams->begin();
161 stream != streams
172 RemoveStreamBySsrc(StreamParamsVec* streams, uint32 ssrc) argument
176 RemoveStreamByIds(StreamParamsVec* streams, const std::string& groupid, const std::string& id) argument
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_data.h113 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
H A Deas_miditypes.h101 S_SMF_STREAM *streams; /* pointer to individual streams in file */ member in struct:s_smf_data_tag
108 EAS_U16 numStreams; /* actual number of streams */
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_data.h113 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
H A Deas_miditypes.h101 S_SMF_STREAM *streams; /* pointer to individual streams in file */ member in struct:s_smf_data_tag
108 EAS_U16 numStreams; /* actual number of streams */
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_data.h115 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
H A Deas_miditypes.h101 S_SMF_STREAM *streams; /* pointer to individual streams in file */ member in struct:s_smf_data_tag
108 EAS_U16 numStreams; /* actual number of streams */
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_dispatcher_host_unittest.cc71 // Return the number of streams that have been opened or is being open.
233 // Check that we now have one opened streams.
250 // Check that we now have two opened streams.
268 // Check that we now have three opened streams.
293 size_t streams = 5; local
294 for (size_t i = 1; i <= streams; ++i) {
311 // Create first group of streams.
321 // Calling OnChannelClosing() to cancel all the pending/generated streams.
/external/chromium_org/media/tools/demuxer_bench/
H A Ddemuxer_bench.cc68 // Returns true when all streams have reached end of stream.
72 const Streams& streams() { return streams_; } function in class:StreamReader
156 // Ignore streams at EOS.
220 media::DemuxerStream* stream = stream_reader.streams()[i];
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc352 ZeroCopyInputStream* const streams[], int count)
353 : streams_(streams), stream_count_(count), bytes_retired_(0) {
369 // No more streams.
351 ConcatenatingInputStream( ZeroCopyInputStream* const streams[], int count) argument
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc351 ZeroCopyInputStream* const streams[], int count)
352 : streams_(streams), stream_count_(count), bytes_retired_(0) {
368 // No more streams.
350 ConcatenatingInputStream( ZeroCopyInputStream* const streams[], int count) argument
H A Dzero_copy_stream_unittest.cc663 // Now split it up into multiple streams of varying sizes.
676 ZeroCopyInputStream* streams[] = local
680 ConcatenatingInputStream input(streams, GOOGLE_ARRAYSIZE(streams));
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediamessages.cc45 // NOTE: There is no check here for duplicate streams, so check before
47 void AddStream(std::vector<StreamParams>* streams, const StreamParams& stream) { argument
48 streams->push_back(stream);
115 void MediaStreams::CopyFrom(const MediaStreams& streams) { argument
116 audio_ = streams.audio_;
117 video_ = streams.video_;
118 data_ = streams.data_;
216 std::vector<StreamParams>* streams,
225 streams->push_back(StreamParams::CreateLegacy(ssrc));
265 std::vector<StreamParams>* streams,
215 ParseSsrcAsLegacyStream(const buzz::XmlElement* desc_elem, std::vector<StreamParams>* streams, ParseError* error) argument
264 ParseJingleStream(const buzz::XmlElement* stream_elem, std::vector<StreamParams>* streams, ParseError* error) argument
308 ParseJingleStreams(const buzz::XmlElement* desc_elem, std::vector<StreamParams>* streams, ParseError* error) argument
368 WriteJingleStreams(const std::vector<StreamParams>& streams, buzz::XmlElement* parent_elem) argument
[all...]

Completed in 3833 milliseconds

123