Searched defs:stream (Results 326 - 350 of 1084) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsocketpool.cc70 LOG_F(LS_VERBOSE) << "Providing cached stream";
74 if (StreamInterface* stream = pool_->RequestConnectedStream(remote, err)) {
76 active_.push_front(ConnectedStream(remote, stream));
77 LOG_F(LS_VERBOSE) << "Providing new stream";
83 void StreamCache::ReturnConnectedStream(StreamInterface* stream) { argument
86 if (stream == it->second) {
88 if (stream->GetState() == SS_CLOSED) {
90 LOG_F(LS_VERBOSE) << "Returning closed stream";
94 stream->SignalEvent.connect(this, &StreamCache::OnStreamEvent);
95 LOG_F(LS_VERBOSE) << "Caching stream";
105 OnStreamEvent(StreamInterface* stream, int events, int err) argument
157 ReturnConnectedStream(StreamInterface* stream) argument
216 ReturnConnectedStream(StreamInterface* stream) argument
225 OnStreamEvent(StreamInterface* stream, int events, int err) argument
289 ReturnConnectedStream(StreamInterface* stream) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dstreamparams.h72 StreamParams stream; local
73 stream.ssrcs.push_back(ssrc);
74 return stream;
137 // Resource of the MUC jid of the participant of with this stream.
147 // Friendly name describing stream
172 bool Matches(const StreamParams& stream) const {
174 return stream.groupid == groupid && stream.id == streamid;
176 return stream.has_ssrc(ssrc);
187 // Finds the stream i
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcpassthroughrender.cc36 << "" << func << " - Failed to find stream: " << id
86 PassthroughStream* stream = stream_render_map_.begin()->second; local
88 delete stream;
105 PassthroughStream* stream = new PassthroughStream(stream_id); local
106 // Store the stream
107 stream_render_map_[stream_id] = stream;
108 return stream;
114 PassthroughStream* stream = FindStream(stream_id); local
115 if (stream == NULL) {
119 delete stream;
128 PassthroughStream* stream = FindStream(stream_id); local
147 PassthroughStream* stream = FindStream(stream_id); local
157 PassthroughStream* stream = FindStream(stream_id); local
[all...]
H A Dwebrtcpassthroughrender_unittest.cc76 const int stream_id3 = 9012; // A stream that doesn't exist.
77 webrtc::VideoRenderCallback* stream = NULL; local
78 // Add a new stream
79 stream = AddIncomingRenderStream(stream_id1);
80 EXPECT_TRUE(stream != NULL);
82 // Tried to add a already existed stream should return null
83 stream =AddIncomingRenderStream(stream_id1);
84 EXPECT_TRUE(stream == NULL);
85 stream = AddIncomingRenderStream(stream_id2);
86 EXPECT_TRUE(stream !
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediarecorder.cc45 RtpDumpSink::RtpDumpSink(talk_base::StreamInterface* stream) argument
49 stream_.reset(stream);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppsocket.cc133 void XmppSocket::OnEvent(talk_base::StreamInterface* stream, argument
/external/chromium_org/third_party/lzma_sdk/
H A D7zStream.c8 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType) argument
13 RINOK(stream->Read(stream, buf, &processed));
22 SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size) argument
24 return SeqInStream_Read2(stream, buf, size, SZ_ERROR_INPUT_EOF);
27 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf) argument
30 RINOK(stream->Read(stream, buf, &processed));
34 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset) argument
37 return stream
40 LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size) argument
50 LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType) argument
64 LookInStream_Read(ILookInStream *stream, void *buf, size_t size) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_debug_fp.c37 struct debug_stream *stream,
133 print_reg_type_nr(struct debug_stream *stream, unsigned type, unsigned nr) argument
139 PRINTF(stream, "T_DIFFUSE");
142 PRINTF(stream, "T_SPECULAR");
145 PRINTF(stream, "T_FOG_W");
148 PRINTF(stream, "T_TEX%d", nr);
153 PRINTF(stream, "oC");
159 PRINTF(stream, "oD");
167 PRINTF(stream, "%s[%d]", regname[type], nr);
180 print_reg_neg_swizzle(struct debug_stream *stream, unsigne argument
36 PRINTF( struct debug_stream *stream, const char *fmt, ... ) argument
222 print_src_reg(struct debug_stream *stream, unsigned dword) argument
232 print_dest_reg(struct debug_stream *stream, unsigned dword) argument
257 print_arith_op(struct debug_stream *stream, unsigned opcode, const unsigned * program) argument
291 print_tex_op(struct debug_stream *stream, unsigned opcode, const unsigned * program) argument
309 print_texkil_op(struct debug_stream *stream, unsigned opcode, const unsigned * program) argument
322 print_dcl_op(struct debug_stream *stream, unsigned opcode, const unsigned * program) argument
333 i915_disassemble_program(struct debug_stream *stream, const unsigned * program, unsigned sz) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dapi_validate.c625 GLuint stream,
645 if (stream >= ctx->Const.MaxVertexStreams) {
622 _mesa_validate_DrawTransformFeedback(struct gl_context *ctx, GLenum mode, struct gl_transform_feedback_object *obj, GLuint stream, GLsizei numInstances) argument
/external/chromium_org/third_party/openssl/openssl/crypto/modes/
H A Dccm128.c326 size_t len,ccm128_f stream)
354 (*stream)(inp,out,n,key,ctx->nonce.c,ctx->cmac.c);
383 size_t len,ccm128_f stream)
407 (*stream)(inp,out,n,key,ctx->nonce.c,ctx->cmac.c);
324 CRYPTO_ccm128_encrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len,ccm128_f stream) argument
381 CRYPTO_ccm128_decrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len,ccm128_f stream) argument
/external/chromium_org/third_party/re2/util/
H A Dlogging.h28 #define CHECK(x) if(x){}else LogMessageFatal(__FILE__, __LINE__).stream() << "Check failed: " #x
42 #define VLOG(x) if((x)>0){}else LOG_INFO.stream()
52 #define LOG(severity) LOG_ ## severity.stream()
57 stream() << file << ":" << line << ": ";
60 stream() << "\n";
71 ostream& stream() { return str_; } function in class:LogMessage
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libbmp.cpp27 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
37 static bool is_bmp(SkStream* stream) { argument
43 return stream->read(buffer, sizeof(kBmpMagic)) == sizeof(kBmpMagic) &&
47 static SkImageDecoder* sk_libbmp_dfactory(SkStream* stream) { argument
48 if (is_bmp(stream)) {
56 static SkImageDecoder::Format get_format_bmp(SkStream* stream) { argument
57 if (is_bmp(stream)) {
95 bool SkBMPImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { argument
97 size_t length = stream->getLength();
100 if (stream
[all...]
H A DSkImageDecoder_wbmp.cpp25 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
31 static bool read_byte(SkStream* stream, uint8_t* data) argument
33 return stream->read(data, 1) == 1;
36 static bool read_mbf(SkStream* stream, int* value) argument
41 if (!read_byte(stream, &data)) {
55 bool init(SkStream* stream) argument
59 if (!read_byte(stream, &data) || data != 0) { // unknown type
62 if (!read_byte(stream, &data) || (data & 0x9F)) { // skip fixed header
65 if (!read_mbf(stream, &fWidth) || (unsigned)fWidth > 0xFFFF) {
68 if (!read_mbf(stream,
102 onDecode(SkStream* stream, SkBitmap* decodedBitmap, Mode mode) argument
157 sk_wbmp_dfactory(SkStream* stream) argument
166 get_format_wbmp(SkStream* stream) argument
[all...]
H A DSkImageRef_ashmem.cpp34 SkImageRef_ashmem::SkImageRef_ashmem(SkStream* stream, argument
37 : SkImageRef(stream, config, sampleSize) {
129 bool SkImageRef_ashmem::onDecode(SkImageDecoder* codec, SkStream* stream, argument
134 return this->INHERITED::onDecode(codec, stream, bitmap, config, mode);
140 bool success = this->INHERITED::onDecode(codec, stream, bitmap, config,
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFCatalog.cpp50 void SkPDFCatalog::emitObjectNumber(SkWStream* stream, SkPDFObject* obj) { argument
51 stream->writeDecAsText(assignObjNum(obj));
52 stream->writeText(" 0"); // Generation number is always 0.
110 int32_t SkPDFCatalog::emitXrefTable(SkWStream* stream, bool firstPage) { argument
120 stream->writeText("xref\n");
121 stream->writeDecAsText(first + 1);
122 stream->writeText(" ");
123 stream->writeDecAsText(last - first + 1);
124 stream->writeText("\n");
127 stream
205 emitSubstituteResources(SkWStream *stream, bool firstPage) argument
[all...]
H A DSkPDFDocument.cpp85 bool SkPDFDocument::emitPDF(SkWStream* stream) { argument
197 emitHeader(stream);
198 fDocCatalog->emitObject(stream, fCatalog.get(), true);
199 fPages[0]->emitObject(stream, fCatalog.get(), true);
200 fPages[0]->emitPage(stream, fCatalog.get());
202 (*fFirstPageResources)[i]->emit(stream, fCatalog.get(), true);
204 fCatalog->emitSubstituteResources(stream, true);
208 // fCatalog->emitXrefTable(stream, true);
212 fPageTree[i]->emitObject(stream, fCatalog.get(), true);
216 fPages[i]->emitPage(stream, fCatalo
280 emitHeader(SkWStream* stream) argument
294 emitFooter(SkWStream* stream, int64_t objCount) argument
[all...]
H A DSkPDFPage.cpp55 void SkPDFPage::emitPage(SkWStream* stream, SkPDFCatalog* catalog) { argument
57 fContentStream->emitObject(stream, catalog, true);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_fontconfig.cpp129 SkTypeface* SkFontHost::CreateTypefaceFromStream(SkStream* stream) { argument
130 if (!stream) {
133 const size_t length = stream->getLength();
143 SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style, stream));
148 SkAutoTUnref<SkStream> stream(SkStream::NewFromFile(path));
149 return stream.get() ? CreateTypefaceFromStream(stream) : NULL;
157 SkStream* stream = this->getLocalStream(); local
158 if (stream) {
162 SkAutoTUnref<SkStream> dupStream(stream
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkParsePath.cpp190 static void write_scalar(SkWStream* stream, SkScalar value) { argument
203 stream->write(buffer, stop - buffer);
206 static void append_scalars(SkWStream* stream, char verb, const SkScalar data[], argument
208 stream->write(&verb, 1);
209 write_scalar(stream, data[0]);
211 stream->write(" ", 1);
212 write_scalar(stream, data[i]);
217 SkDynamicMemoryWStream stream; local
228 append_scalars(&stream, 'M', &pts[0].fX, 2);
231 append_scalars(&stream, '
[all...]
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dioapi.c76 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
77 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong size));
78 static ZPOS64_T ZCALLBACK ftell64_file_func OF((voidpf opaque, voidpf stream));
79 static long ZCALLBACK fseek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
80 static int ZCALLBACK fclose_file_func OF((voidpf opaque, voidpf stream));
81 static int ZCALLBACK ferror_file_func OF((voidpf opaque, voidpf stream));
120 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) argument
123 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream);
127 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size) argument
130 ret = (uLong)fwrite(buf, 1, (size_t)size, (FILE *)stream);
134 ftell_file_func(voidpf opaque, voidpf stream) argument
142 ftell64_file_func(voidpf opaque, voidpf stream) argument
149 fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) argument
172 fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) argument
198 fclose_file_func(voidpf opaque, voidpf stream) argument
205 ferror_file_func(voidpf opaque, voidpf stream) argument
[all...]
/external/chromium_org/v8/src/
H A Dheap-profiler.cc103 SnapshotObjectId HeapProfiler::PushHeapObjectsStats(OutputStream* stream) { argument
104 return snapshots_->PushHeapObjectsStats(stream);
H A Dpreparser-api.cc63 explicit InputStreamUtf16Buffer(v8::UnicodeInputStream* stream) argument
65 stream_(stream),
H A Dunicode-inl.h176 const uint8_t* stream,
178 Reset(buffer, buffer_length, stream, stream_length);
182 Utf8Decoder<kBufferSize>::Utf8Decoder(const char* stream, unsigned length) argument
185 reinterpret_cast<const uint8_t*>(stream),
190 void Utf8Decoder<kBufferSize>::Reset(const char* stream, unsigned length) { argument
193 reinterpret_cast<const uint8_t*>(stream),
174 Utf8DecoderBase(uint16_t* buffer, unsigned buffer_length, const uint8_t* stream, unsigned stream_length) argument
/external/e2fsprogs/intl/
H A Dprintf.c80 libintl_vfprintf (FILE *stream, const char *format, va_list args) argument
83 return vfprintf (stream, format, args);
91 if (fwrite (result, 1, length, stream) == length)
101 libintl_fprintf (FILE *stream, const char *format, ...) argument
107 retval = libintl_vfprintf (stream, format, args);
273 libintl_vfwprintf (FILE *stream, const wchar_t *format, va_list args) argument
276 return vfwprintf (stream, format, args);
286 if (fputwc (result[i], stream) == WEOF)
298 libintl_fwprintf (FILE *stream, const wchar_t *format, ...) argument
304 retval = libintl_vfwprintf (stream, forma
[all...]
/external/easymock/src/org/easymock/internal/
H A DInvocation.java203 private void readObject(java.io.ObjectInputStream stream) throws IOException, ClassNotFoundException { argument
204 stream.defaultReadObject();
206 method = ((MethodSerializationWrapper) stream.readObject()).getMethod();
214 private void writeObject(java.io.ObjectOutputStream stream) throws IOException { argument
215 stream.defaultWriteObject();
216 stream.writeObject(new MethodSerializationWrapper(method));

Completed in 1742 milliseconds

<<11121314151617181920>>