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

<<21222324252627282930>>

  /external/chromium_org/courgette/third_party/
bsdiff_apply.cc 45 BSDiffStatus MBS_ReadHeader(SourceStream* stream, MBSPatchHeader* header) {
46 if (!stream->Read(header->tag, sizeof(header->tag))) return READ_ERROR;
47 if (!stream->ReadVarint32(&header->slen)) return READ_ERROR;
48 if (!stream->ReadVarint32(&header->scrc32)) return READ_ERROR;
49 if (!stream->ReadVarint32(&header->dlen)) return READ_ERROR;
70 SourceStream* control_stream_copy_counts = patch_streams.stream(0);
71 SourceStream* control_stream_extra_counts = patch_streams.stream(1);
72 SourceStream* control_stream_seeks = patch_streams.stream(2);
73 SourceStream* diff_skips = patch_streams.stream(3);
74 SourceStream* diff_bytes = patch_streams.stream(4)
    [all...]
  /external/chromium_org/media/audio/
audio_output_proxy.h 19 // AudioOutputProxy is an audio otput stream that uses resources more
20 // efficiently than a regular audio output stream: it opens audio
22 // (there is still one physical stream per each audio output proxy in
57 // Need to save volume here, so that we can restore it in case the stream
  /external/chromium_org/net/base/
test_data_stream.h 12 // This is a class for generating an infinite stream of data which can be
13 // verified independently to be the correct stream of data.
21 // Fill |buffer| with |length| bytes of data from the stream.
25 // stream. Returns true if correct, false otherwise.
  /external/chromium_org/net/disk_cache/flash/
log_store_entry.h 41 struct Stream {
42 Stream();
43 ~Stream();
55 Stream streams_[kFlashLogStoreEntryNumStreams];
  /external/chromium_org/net/http/
http_stream.h 32 // Returns a new (not initialized) stream using the same underlying
33 // connection and invalidates the old stream - no further methods should be
34 // called on the old stream. The caller should ensure that the response body
36 // subclass does not support renewing the stream, NULL is returned.
  /external/chromium_org/third_party/WebKit/ManualTests/eventsource/
eventsource-loader-buffering.php 2 header("Content-Type: text/event-stream");
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
files.txt 17 stream
shortfiles.txt 17 stream
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFImageStream.h 24 An image stream object in a PDF. Note, all streams must be indirect objects
31 /** Create a PDF stream with the same content and dictionary entries
38 SkPDFImageStream(SkStream* stream, const SkBitmap& bitmap,
41 // Populate the stream dictionary. This method returns false if
  /external/libvpx/libvpx/
tools_common.c 38 FILE *set_binary_mode(FILE *stream) {
39 (void)stream;
41 _setmode(_fileno(stream), _O_BINARY);
43 return stream;
  /external/llvm/include/llvm/Support/
FormattedStream.h 25 /// boundaries and querying the number of lines written to the stream.
29 /// DELETE_STREAM - Tell the destructor to delete the held stream.
34 /// stream.
39 /// TheStream - The real stream we output to. We set it to be
62 /// current_pos - Return the current position within the stream,
65 // Our current position in the stream is all the contents which have been
66 // written to the underlying stream (*not* the current position of the
67 // underlying stream).
79 /// put into ErrorInfo, and the stream should be immediately
82 /// As a side effect, the given Stream is set to be Unbuffered
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
InStreamWithCRC.h 26 void SetStream(ISequentialInStream *stream) { _stream = stream; }
54 void SetStream(IInStream *stream) { _stream = stream; }
MultiStream.h 21 CMyComPtr<IInStream> Stream;
36 RINOK(s.Stream->Seek(0, STREAM_SEEK_CUR, &s.LocalPos));
55 int _streamIndex; // required stream
62 CMyComPtr<ISequentialOutStream> Stream;
  /external/lzma/CPP/7zip/Common/
CWrappers.cpp 48 p->Res = (p->Stream->Read(data, curSize, &curSize));
58 if (p->Stream)
60 p->Res = WriteStream(p->Stream, data, size);
70 CSeqInStreamWrap::CSeqInStreamWrap(ISequentialInStream *stream)
73 Stream = stream;
76 CSeqOutStreamWrap::CSeqOutStreamWrap(ISequentialOutStream *stream)
79 Stream = stream;
101 p->Res = p->Stream->Read(data, curSize, &curSize);
    [all...]
OffsetStream.h 16 HRESULT Init(IOutStream *stream, UInt64 offset);
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 39 IInStream *stream,
47 IInStream *stream,
69 IInStream *stream,
77 IInStream *stream,
  /external/lzma/CS/7zip/Compress/LZ/
IMatchFinder.cs 9 void SetStream(System.IO.Stream inStream);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
files.txt 17 stream
shortfiles.txt 17 stream
  /external/skia/src/pdf/
SkPDFImageStream.h 24 An image stream object in a PDF. Note, all streams must be indirect objects
31 /** Create a PDF stream with the same content and dictionary entries
38 SkPDFImageStream(SkStream* stream, const SkBitmap& bitmap,
41 // Populate the stream dictionary. This method returns false if
  /external/skia/tools/
PdfRenderer.cpp 16 void PdfRenderer::init(SkPicture* pict, SkWStream* stream) {
29 fCanvas.reset(this->setupCanvas(stream, pict->width(), pict->height()));
32 SkCanvas* PdfRenderer::setupCanvas(SkWStream* stream, int width, int height) {
33 fPdfDoc.reset(SkDocument::CreatePDF(stream, NULL, fEncoder));
  /external/skia/tools/lua/
lua_app.cpp 21 SkAutoTUnref<SkStream> stream(SkStream::NewFromFile(file));
22 if (!stream.get()) {
25 size_t len = stream->getLength();
27 stream->read(buffer, len);
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
StreamNegotiator.java 40 * JEP-0096, the negotiation process is passed off to a particular stream
41 * negotiator. The stream negotiator will then negotiate the chosen stream and
42 * return the stream to transfer the file.
49 * Creates the initiation acceptance packet to forward to the stream
52 * @param streamInitiationOffer The offer from the stream initiator to connect for a stream.
104 * Returns the packet filter that will return the initiation packet for the appropriate stream
108 * @param streamID The stream ID related to the transfer.
109 * @return The <b><i>PacketFilter</b></i> that will return the packet relatable to the stream
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
stream.h 20 File: stream.h
43 void voAWB_UpdateFrameBuffer(FrameStream *stream, VO_MEM_OPERATOR *pMemOP);
44 void voAWB_InitFrameBuffer(FrameStream *stream);
45 void voAWB_FlushFrameBuffer(FrameStream *stream);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.h 94 PV_STATUS DecodeUserData(BitstreamDecVideo *stream);
96 PV_STATUS PV_DecodeMBVec(BitstreamDecVideo *stream, MOT *mv_x, MOT *mv_y, int f_code_f);
99 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv);
100 int PV_VlcDecMCBPC_com_intra(BitstreamDecVideo *stream);
101 int PV_VlcDecMCBPC_com_inter(BitstreamDecVideo *stream);
103 int PV_VlcDecMCBPC_com_inter_H263(BitstreamDecVideo *stream);
104 PV_STATUS VlcDecTCOEFShortHeader_AnnexI(BitstreamDecVideo *stream, Tcoef *pTcoef);
105 PV_STATUS VlcDecTCOEFShortHeader_AnnexT(BitstreamDecVideo *stream, Tcoef *pTcoef); /* ANNEX_T */
106 PV_STATUS VlcDecTCOEFShortHeader_AnnexIT(BitstreamDecVideo *stream, Tcoef *pTcoef);
108 int PV_VlcDecCBPY(BitstreamDecVideo *stream, int intra)
    [all...]

Completed in 625 milliseconds

<<21222324252627282930>>