HomeSort by relevance Sort by last modified time
    Searched full:stream (Results 751 - 775 of 9695) sorted by null

<<31323334353637383940>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DEROutputStream.java 7 * Stream that outputs encoding based on distinguished encoding rules.
  /external/chromium_org/android_webview/browser/
input_stream.h 25 // over) from this input stream without blocking by the next caller of a
26 // method for this input stream.
31 // Skips over and discards |n| bytes of data from this input stream. Sets
39 // end of the stream was reached.
  /external/chromium_org/chrome_frame/
stream_impl.cc 43 STDMETHODIMP StreamImpl::CopyTo(IStream* stream, ULARGE_INTEGER cb,
48 hr = delegate_->CopyTo(stream, cb, read, written);
89 STDMETHODIMP StreamImpl::Clone(IStream** stream) {
92 hr = delegate_->Clone(stream);
  /external/chromium_org/content/child/npapi/
plugin_stream_url.h 18 // A NPAPI Stream based on a URL.
22 // Create a new stream for sending to the plugin by fetching
24 // when the stream has been fully sent to the plugin. Initialize
32 // Stop sending the stream to the client.
  /external/chromium_org/content/renderer/media/
peer_connection_handler_base.h 35 void AddStream(const WebKit::WebMediaStream& stream);
36 bool AddStream(const WebKit::WebMediaStream& stream,
38 void RemoveStream(const WebKit::WebMediaStream& stream);
40 const WebKit::WebMediaStream& stream,
  /external/chromium_org/media/tools/demuxer_bench/
demuxer_bench.cc 6 // simulates the reading requirements for playback by reading from the stream
58 // Simulates playback reading requirements by reading from each stream
68 // Returns true when all streams have reached end of stream.
93 media::DemuxerStream* stream = local
95 if (stream) {
96 streams_.push_back(stream);
102 stream = demuxer->GetStream(media::DemuxerStream::VIDEO);
103 if (stream) {
104 streams_.push_back(stream);
110 stream->EnableBitstreamConverter()
220 media::DemuxerStream* stream = stream_reader.streams()[i]; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
URLMediaStream.cpp 40 String URLMediaStream::createObjectURL(ScriptExecutionContext* scriptExecutionContext, MediaStream* stream)
42 // Since WebWorkers cannot obtain Stream objects, we should be on the main thread.
45 if (!scriptExecutionContext || !stream)
47 return DOMURL::createPublicURL(scriptExecutionContext, stream);
  /external/chromium_org/third_party/freetype/src/sfnt/
ttmtx.c 56 /* stream :: The input stream. */
67 FT_Stream stream,
89 error = face->goto_table( face, tag, stream, &table_size );
104 FT_Stream stream,
108 FT_Memory memory = stream->memory;
124 error = face->goto_table( face, TTAG_vmtx, stream, &table_len );
143 error = face->goto_table( face, TTAG_hmtx, stream, &table_len );
185 p = stream->cursor;
248 /* stream :: The input stream. *
356 FT_Stream stream = face->root.stream; local
    [all...]
  /external/chromium_org/third_party/opus/
README.chromium 11 This library is used by Chrome Remote Desktop and WebRTC for audio stream
  /external/chromium_org/third_party/skia/include/utils/win/
SkIStream.h 86 SkIStream(SkStream* stream, bool unrefOnRelease);
90 HRESULT static CreateFromSkStream(SkStream* stream
115 SkWIStream(SkWStream* stream);
119 HRESULT static CreateFromSkWStream(SkWStream* stream, IStream ** ppStream);
  /external/chromium_org/v8/src/
code-stubs.cc 68 StringStream stream(&allocator);
69 PrintName(&stream);
70 return stream.ToCString();
196 void CodeStub::PrintBaseName(StringStream* stream) {
197 stream->Add("%s", MajorName(MajorKey(), false));
201 void CodeStub::PrintName(StringStream* stream) {
202 PrintBaseName(stream);
203 PrintState(stream);
292 void BinaryOpStub::PrintName(StringStream* stream) {
301 stream->Add("BinaryOpStub_%s_%s_%s+%s"
    [all...]
  /external/clang/test/SemaCUDA/
cuda.h 19 cudaStream_t stream = 0);
  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 125 InputStream stream = null; local
129 stream = new FileInputStream(filename);
134 return ApiFile.parseApi(filename, stream);
142 stream.close();
147 stream = new FileInputStream(filename);
152 return XmlApiFile.parseApi(stream);
164 stream.close();
171 InputStream stream = null; local
174 stream = url.openStream();
176 throw new ApiParseException("Could not open stream for parsing: " + url, e)
    [all...]
  /external/libogg/doc/
Makefile.am 8 stream.png vorbisword2.png white-ogg.png white-xifish.png \
  /external/libvorbis/doc/
a2-encapsulation-rtp.tex 9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
  /external/qemu/distrib/sdl-1.2.15/src/audio/arts/
SDL_artsaudio.h 35 /* The stream descriptor for the audio device */
36 arts_stream_t stream; member in struct:SDL_PrivateAudioData
52 #define stream (this->hidden->stream) macro
  /external/skia/include/utils/win/
SkIStream.h 86 SkIStream(SkStream* stream, bool unrefOnRelease);
90 HRESULT static CreateFromSkStream(SkStream* stream
115 SkWIStream(SkWStream* stream);
119 HRESULT static CreateFromSkWStream(SkWStream* stream, IStream ** ppStream);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 32 * A class for managing a single stream of output data from the camera device.
39 * Set up a stream for formats that have 2 dimensions, such as RAW and YUV.
45 * Set up a stream for formats that have a variable buffer size for the same
60 * Set the transform on the output stream; one of the
  /ndk/sources/host-tools/sed-4.2.1/
README 1 This is the GNU implementation of sed, the Unix stream editor.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ThresholdingOutputStream.java 24 * An output stream which triggers an event when a specified number of bytes of
27 * stream type when the threshold is exceeded.
31 * stream implementation.
55 * The number of bytes written to the output stream.
85 * Writes the specified byte to this output stream.
101 * output stream.
117 * offset <code>off</code> to this output stream.
134 * Flushes this output stream and forces any buffered output bytes to be
146 * Closes this output stream and releases any system resources associated
147 * with this stream.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
log.py 27 stream = sys.stderr
29 stream = sys.stdout
30 stream.write('%s\n' % msg)
31 stream.flush()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
charmap.py 42 def __init__(self,stream,errors='strict',mapping=None):
43 codecs.StreamWriter.__init__(self,stream,errors)
51 def __init__(self,stream,errors='strict',mapping=None):
52 codecs.StreamReader.__init__(self,stream,errors)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_all_fixers.py 1 """Tests that run all fixer modules over an input stream.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
log.py 27 stream = sys.stderr
29 stream = sys.stdout
30 stream.write('%s\n' % msg)
31 stream.flush()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
charmap.py 42 def __init__(self,stream,errors='strict',mapping=None):
43 codecs.StreamWriter.__init__(self,stream,errors)
51 def __init__(self,stream,errors='strict',mapping=None):
52 codecs.StreamReader.__init__(self,stream,errors)

Completed in 1500 milliseconds

<<31323334353637383940>>