HomeSort by relevance Sort by last modified time
    Searched refs:streams (Results 76 - 100 of 183) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 774 data->streams(), "", streamid, &stream)) {
972 const std::vector<cricket::StreamParams>* streams = local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]
mediasession_unittest.cc     [all...]
mediasession.h 107 // All streams with the same sync_label will get the same CNAME.
137 typedef std::vector<Stream> Streams;
138 Streams streams; member in struct:cricket::MediaSessionOptions
210 // True iff the client supports multiple streams.
213 const StreamParamsVec& streams() const { function in class:cricket::MediaContentDescription
224 // Legacy streams have an ssrc, but nothing else.
234 // This can be used to set the CNAME of legacy streams.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSerializerFoo.java 50 protected Stack streams = new Stack(); field in class:GrammarSerializerFoo
130 //streams.push(out);
138 //out = (DataOutputStream)streams.pop(); // restore previous stream
  /external/chromium_org/media/filters/
audio_file_reader.cc 56 AVCodecContext* c = format_context->streams[i]->codec;
144 // Skip packets from other streams.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 297 // A ZeroCopyInputStream which reads from several other streams in sequence.
299 // and read errors in the underlying streams, so it assumes any errors mean
300 // end-of-stream. So, if the underlying streams fail for any other reason,
302 // not use ConcatenatingInputStream on streams that might produce read errors
306 // All streams passed in as well as the array itself must remain valid
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
319 // As streams are retired, streams_ is incremented and count_ is
323 int64 bytes_retired_; // Bytes read from previous streams.
zero_copy_stream_impl.cc 352 ZeroCopyInputStream* const streams[], int count)
353 : streams_(streams), stream_count_(count), bytes_retired_(0) {
369 // No more streams.
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 297 // A ZeroCopyInputStream which reads from several other streams in sequence.
299 // and read errors in the underlying streams, so it assumes any errors mean
300 // end-of-stream. So, if the underlying streams fail for any other reason,
302 // not use ConcatenatingInputStream on streams that might produce read errors
306 // All streams passed in as well as the array itself must remain valid
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
319 // As streams are retired, streams_ is incremented and count_ is
323 int64 bytes_retired_; // Bytes read from previous streams.
zero_copy_stream_impl.cc 351 ZeroCopyInputStream* const streams[], int count)
352 : streams_(streams), stream_count_(count), bytes_retired_(0) {
368 // No more streams.
zero_copy_stream_unittest.cc 663 // Now split it up into multiple streams of varying sizes.
676 ZeroCopyInputStream* streams[] = local
680 ConcatenatingInputStream input(streams, GOOGLE_ARRAYSIZE(streams));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
rawmidi.h 93 append: 1, /* append flag (merge more streams) */
131 struct snd_rawmidi_str streams[2]; member in struct:snd_rawmidi
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
rawmidi.h 93 append: 1, /* append flag (merge more streams) */
131 struct snd_rawmidi_str streams[2]; member in struct:snd_rawmidi
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
exceptions.py 85 # The current Token when an error occurred. Since not all streams
116 from antlr3.streams import TokenStream, CharStream
180 from antlr3.streams import TokenStream
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_dispatcher_host_unittest.cc 71 // 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) {
304 // Streams should have been cleaned up.
311 // Create first group of streams.
321 // Calling OnChannelClosing() to cancel all the pending/generated streams.
325 // Streams should have been cleaned up
    [all...]
  /external/chromium_org/net/quic/
quic_client_session.cc 307 while (!streams()->empty()) {
308 ReliableQuicStream* stream = streams()->begin()->second;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling_unittest.cc 190 ASSERT_GE(options.streams.size(), stream_index + audio_tracks.size());
193 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());
194 EXPECT_EQ(options.streams[stream_index++].id, audio->id());
198 ASSERT_GE(options.streams.size(), stream_index + video_tracks.size());
201 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());
202 EXPECT_EQ(options.streams[stream_index++].id, video->id());
412 // Create a collection of streams.
782 // description doesn't contain any streams and no MSID support.
    [all...]
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 909 InputStream streams = null; local
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
spdyview.js 98 tablePrinter.addHeaderCell('Active streams');
  /external/chromium_org/media/test/ffmpeg_tests/
ffmpeg_tests.cc 156 AVCodecContext* codec_context = format_context->streams[i]->codec;
203 AVCodecContext* codec_context = format_context->streams[target_stream]->codec;
  /external/chromium_org/media/tools/media_bench/
media_bench.cc 265 AVCodecContext* codec_context = format_context->streams[i]->codec;
294 AVCodecContext* codec_context = format_context->streams[target_stream]->codec;
  /external/lzma/CS/7zip/
ICoder.cs 40 /// Codes streams.
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 403 // May be lazily configuring streams, will check during setup
446 // May be lazily configuring streams, will check during setup
485 SET_ERR_L("Can't set up streams: %s (%d)", strerror(-res), res);
489 CLOGE("No streams configured");
553 ALOGV("%s: Stopping activity to reconfigure streams", __FUNCTION__);
556 SET_ERR_L("Can't pause captures to reconfigure streams!");
582 ALOGV("%s: Restarting activity to reconfigure streams", __FUNCTION__);
624 ALOGV("%s: Stopping activity to reconfigure streams", __FUNCTION__);
627 SET_ERR_L("Can't pause captures to reconfigure streams!");
660 ALOGV("%s: Restarting activity to reconfigure streams", __FUNCTION__)
1198 camera_metadata_entry_t streams = local
1254 Vector<camera3_stream_t*> streams; local
    [all...]
  /bionic/libc/upstream-netbsd/libc/isc/
eventlib_p.h 250 /* Streams. */
251 evStream *streams; member in struct:__anon738
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 124 mm_camera_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon1804

Completed in 1392 milliseconds

1 2 34 5 6 7 8