/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; 145 // Skip packets from other streams.
|
ffmpeg_glue_unittest.cc | 218 // called, but no streams have been opened. 225 // called and streams exist. 232 // called and streams have been opened. 238 AVCodecContext* context = glue_->format_context()->streams[0]->codec;
|
/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
|
/libcore/luni/src/main/java/java/util/ |
ResourceBundle.java | 909 InputStream streams = null; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediasession_unittest.cc | [all...] |
mediasession.h | 103 // All streams with the same sync_label will get the same CNAME. 146 typedef std::vector<Stream> Streams; 147 Streams streams; member in struct:cricket::MediaSessionOptions 219 // True iff the client supports multiple streams. 222 const StreamParamsVec& streams() const { function in class:cricket::MediaContentDescription 233 // Legacy streams have an ssrc, but nothing else. 243 // This can be used to set the CNAME of legacy streams.
|
/external/chromium_org/third_party/opus/src/src/ |
opus_demo.c | 211 int streams, coupled_streams; 213 return (OpusEncoder *)opus_multistream_surround_encoder_create(Fs, channels, 1, &streams, &coupled_streams, mapping, application, error); 217 int streams; 220 streams = 1; 222 return (OpusDecoder *)opus_multistream_decoder_create(Fs, channels, streams, coupled_streams, mapping, error); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
mediastreamsignaling_unittest.cc | 194 ASSERT_GE(options.streams.size(), stream_index + audio_tracks.size()); 197 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label()); 198 EXPECT_EQ(options.streams[stream_index++].id, audio->id()); 202 ASSERT_GE(options.streams.size(), stream_index + video_tracks.size()); 205 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label()); 206 EXPECT_EQ(options.streams[stream_index++].id, video->id()); 441 // Create a collection of streams. [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
spdyview.js | 98 tablePrinter.addHeaderCell('Active streams');
|
/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
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediaengine.h | 271 virtual bool GetActiveStreams(AudioInfo::StreamList* streams) { return true; }
|
/external/chromium_org/media/base/ |
demuxer_perftest.cc | 55 typedef std::vector<media::DemuxerStream* > Streams; 67 // Returns true when all streams have reached end of stream. 71 const Streams& streams() { return streams_; } function in class:media::StreamReader 82 Streams streams_; 155 // Ignore streams at EOS.
|
/external/chromium_org/net/quic/ |
quic_stream_factory_test.cc | 199 // in streams on different sessions. 295 std::vector<QuicHttpStream*> streams; local 313 streams.push_back(stream.release()); 326 streams.front()->Close(false); 334 STLDeleteElements(&streams);
|
/external/libpng/ |
example.c | 143 #ifdef streams /* PNG file I/O method 1 */ 144 /* Set up the input control if you are using standard C streams */ 610 #ifdef streams /* I/O initialization method 1 */ 611 /* Set up the output control if you are using standard C streams */
|