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

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
ostream 81 * their own stream buffer.
153 * will be turned on in the stream's error state without causing an
163 * These functions use the stream's current locale (specifically, the
238 * If @a sb is NULL, the stream will set failbit in its error state.
243 * - the input stream reaches end-of-file,
269 * will be turned on in the stream's error state. If badbit is on in
270 * the stream's exceptions mask, the exception will be rethrown
302 * Characters are copied from @a s and inserted into the stream until
307 * will be set in the stream's error state)
317 * @brief Synchronizing the stream buffer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
ostream 81 * their own stream buffer.
153 * will be turned on in the stream's error state without causing an
163 * These functions use the stream's current locale (specifically, the
238 * If @a sb is NULL, the stream will set failbit in its error state.
243 * - the input stream reaches end-of-file,
269 * will be turned on in the stream's error state. If badbit is on in
270 * the stream's exceptions mask, the exception will be rethrown
302 * Characters are copied from @a s and inserted into the stream until
307 * will be set in the stream's error state)
317 * @brief Synchronizing the stream buffer
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
ostream 81 * their own stream buffer.
153 * will be turned on in the stream's error state without causing an
163 * These functions use the stream's current locale (specifically, the
238 * If @a sb is NULL, the stream will set failbit in its error state.
243 * - the input stream reaches end-of-file,
269 * will be turned on in the stream's error state. If badbit is on in
270 * the stream's exceptions mask, the exception will be rethrown
302 * Characters are copied from @a s and inserted into the stream until
307 * will be set in the stream's error state)
317 * @brief Synchronizing the stream buffer
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
ostream 81 * their own stream buffer.
153 * will be turned on in the stream's error state without causing an
163 * These functions use the stream's current locale (specifically, the
238 * If @a sb is NULL, the stream will set failbit in its error state.
243 * - the input stream reaches end-of-file,
269 * will be turned on in the stream's error state. If badbit is on in
270 * the stream's exceptions mask, the exception will be rethrown
302 * Characters are copied from @a s and inserted into the stream until
307 * will be set in the stream's error state)
317 * @brief Synchronizing the stream buffer
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc 145 AudioTrackInterface* AddAudioTrack(webrtc::MediaStreamInterface* stream,
147 return AddTrack<AudioTrackInterface, AudioTrack, AudioTrackProxy>(stream,
151 VideoTrackInterface* AddVideoTrack(webrtc::MediaStreamInterface* stream,
153 return AddTrack<VideoTrackInterface, VideoTrack, VideoTrackProxy>(stream,
159 TI* AddTrack(MediaStreamInterface* stream, const std::string& track_id) {
163 if (stream->AddTrack(track)) {
274 // is called and later AddLocalStream is called again with the same stream.
392 // The default media stream already exists. No need to do anything.
482 MediaStreamInterface* stream = local_streams_->at(i); local
484 AudioTrackVector audio_tracks(stream->GetAudioTracks())
556 talk_base::scoped_refptr<MediaStreamInterface> stream = local
578 MediaStreamInterface* stream = remote_streams_->find(stream_label); local
597 MediaStreamInterface* stream = remote_streams_->find(stream_label); local
621 MediaStreamInterface* stream = remote_streams_->find(info.stream_label); local
636 MediaStreamInterface*stream = remote_streams_->at(i); local
744 MediaStreamInterface* stream = local_streams_->find(stream_label); local
776 MediaStreamInterface* stream = local_streams_->find(stream_label); local
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 42 /* num of data callbacks allowed in a stream obj */
128 * for MM_CAMERA_POLL_TYPE_DATA, depends on valid stream fd */
150 MM_STREAM_STATE_REG, /* buf regged, stream off */
195 uint32_t my_hdl; /* local stream id */
196 uint32_t server_stream_id; /* stream id from server */
200 /* stream info*/
211 /* dataCB registered on this stream obj */
215 /* stream buffer management */
224 uint8_t is_bundled; /* flag if stream is bundled */
235 MM_CHANNEL_STATE_ACTIVE, /* active, at least one stream active *
    [all...]
  /external/chromium_org/net/http/
http_pipelined_connection_impl_unittest.cc 42 // Tests the load timing of a stream that's connected and is not the first
44 void TestLoadTimingReused(const HttpStream& stream) {
46 EXPECT_TRUE(stream.GetLoadTimingInfo(&load_timing_info));
55 // Tests the load timing of a stream that's connected and using a fresh
57 void TestLoadTimingNotReused(const HttpStream& stream) {
59 EXPECT_TRUE(stream.GetLoadTimingInfo(&load_timing_info));
79 SuddenCloseObserver(HttpStream* stream, int close_before_task)
80 : stream_(stream),
143 HttpStream* stream = pipeline_->CreateNewStream(); local
145 int rv = stream->InitializeStream
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_winsys.h 158 * \param cs A command stream to flush if the buffer is referenced by it.
214 * \param cs A command stream to flush if the buffer is referenced by it.
268 * Each pipe context should create its own command stream and submit
273 * Create a command stream.
280 * Destroy a command stream.
282 * \param cs A command stream to destroy.
290 * \param cs A command stream to add buffer for validation against.
307 * \param cs A command stream to validate.
315 * \param cs A command stream to validate.
324 * \param cs A command stream the relocation is written to
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_WIC.cpp 43 * @param stream SkStream to decode. Must be at the beginning.
49 bool decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode, Format* format) const;
52 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
77 bool SkImageDecoder_WIC::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) {
87 return this->decodeStream(stream, bm, wicMode, NULL);
90 bool SkImageDecoder_WIC::decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode,
114 hr = SkIStream::CreateFromSkStream(stream, false, &piStream);
117 //Make sure we're at the beginning of the stream.
123 //Create the decoder from the stream content.
235 SkImageDecoder* SkImageDecoder::Factory(SkStream* stream) {
    [all...]
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_winsys.h 158 * \param cs A command stream to flush if the buffer is referenced by it.
214 * \param cs A command stream to flush if the buffer is referenced by it.
268 * Each pipe context should create its own command stream and submit
273 * Create a command stream.
280 * Destroy a command stream.
282 * \param cs A command stream to destroy.
290 * \param cs A command stream to add buffer for validation against.
307 * \param cs A command stream to validate.
315 * \param cs A command stream to validate.
324 * \param cs A command stream the relocation is written to
    [all...]
  /external/skia/src/ports/
SkImageDecoder_WIC.cpp 43 * @param stream SkStream to decode. Must be at the beginning.
49 bool decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode, Format* format) const;
52 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
77 bool SkImageDecoder_WIC::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) {
87 return this->decodeStream(stream, bm, wicMode, NULL);
90 bool SkImageDecoder_WIC::decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode,
114 hr = SkIStream::CreateFromSkStream(stream, false, &piStream);
117 //Make sure we're at the beginning of the stream.
123 //Create the decoder from the stream content.
235 SkImageDecoder* SkImageDecoder::Factory(SkStream* stream) {
    [all...]
  /frameworks/rs/
rsType.cpp 147 void Type::serialize(Context *rsc, OStream *stream) const {
149 stream->addU32((uint32_t)getClassId());
150 stream->addString(getName());
152 mElement->serialize(rsc, stream);
154 stream->addU32(mHal.state.dimX);
155 stream->addU32(mHal.state.dimY);
156 stream->addU32(mHal.state.dimZ);
158 stream->addU8((uint8_t)(mHal.state.lodCount ? 1 : 0));
159 stream->addU8((uint8_t)(mHal.state.faces ? 1 : 0));
162 Type *Type::createFromStream(Context *rsc, IStream *stream) {
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 42 /* num of data callbacks allowed in a stream obj */
128 * for MM_CAMERA_POLL_TYPE_DATA, depends on valid stream fd */
150 MM_STREAM_STATE_REG, /* buf regged, stream off */
195 uint32_t my_hdl; /* local stream id */
196 uint32_t server_stream_id; /* stream id from server */
200 /* stream info*/
211 /* dataCB registered on this stream obj */
215 /* stream buffer management */
224 uint8_t is_bundled; /* flag if stream is bundled */
235 MM_CHANNEL_STATE_ACTIVE, /* active, at least one stream active *
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/
Channels.java 42 * Returns an input stream on the given channel. The resulting stream has
45 * <li>If the stream is closed, then the underlying channel is closed as
63 * Returns an output stream on the given channel. The resulting stream has
66 * <li>If the stream is closed, then the underlying channel is closed as
83 * Returns a readable channel on the given input stream. The resulting
86 * <li>If the channel is closed, then the underlying stream is closed as
92 * the stream to be wrapped by a byte channel.
93 * @return a byte channel that reads bytes from the input stream
    [all...]
  /external/chromium/net/base/
bandwidth_metrics.h 23 // Note, the easiest thing to do is to just measure each stream and average
30 // We can't measure bandwidth by looking at any individual stream.
44 // // When a stream is created
47 // // When data is transferred on any stream
50 // // When the stream is finished
69 // Record that we've started a stream.
71 // If we're the only stream, we've finished some idle time. Record a new
79 // Track that we've completed a stream.
83 // precise; imagine a 25 byte stream. The sample is too small to make
119 // A utility class for managing the lifecycle of a measured stream
    [all...]
file_stream.h 58 // Adjust the position from where data is read. Upon success, the stream
64 // Returns the number of bytes available to read from the current stream
68 // Call this method to read data from the current stream position. Up to
81 // destroy or close the file stream while there is an asynchronous read in
84 // This method should not be called if the stream was opened WRITE_ONLY.
96 // Call this method to write data at the current stream position. Up to
109 // destroy or close the file stream while there is an asynchronous write in
112 // This method should not be called if the stream was opened READ_ONLY.
118 // files. After truncation the file stream is positioned at |bytes|. The new
131 // This method should not be called if the stream was opened READ_ONLY
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
sslstreamadapter.h 31 #include "talk/base/stream.h"
37 // After SSL has been started, the stream will only open on successful
52 // Instantiate an SSLStreamAdapter wrapping the given stream,
55 static SSLStreamAdapter* Create(StreamInterface* stream);
57 explicit SSLStreamAdapter(StreamInterface* stream)
58 : StreamAdapterInterface(stream), ignore_bad_cert_(false) { }
77 // Use of the stream prior to calling either of these functions will
80 // soon as possible: right away if the underlying wrapped stream is
86 // exposed stream will open after successful negotiation and
101 // stream opens
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.h 32 // tunnel stream into an SSLStreamAdapter.
50 // SSL/TLS. The PseudoTcpChannel stream is wrapped with an
114 // provides the actual tunnel stream and handles state changes.
116 // tunnel stream into an SSLStreamAdapter.
122 // designated to interact with the tunnel stream.
129 // Returns the stream that implements the actual P2P tunnel.
139 // SSLStreamAdapter to wrap the PseudoTcpChannel's stream, and
142 talk_base::StreamInterface* stream);
151 // This is the stream representing the usable tunnel endpoint. It's
155 // stream endpoint is returned early, but we need to keep a handl
    [all...]
  /external/chromium_org/content/renderer/media/
media_stream_dispatcher.h 29 // MediaStreamDispatcher is a delegate for the Media Stream API messages.
41 // Request a new media stream to be created.
43 // Note: The event_handler must be valid for as long as the stream exists.
50 // Cancel the request for a new media stream to be created.
55 // Stop a started stream. Label is the label provided in OnStreamGenerated.
86 // Check if the label is a valid stream.
88 // Get the video session_id given a label. The label identifies a stream.
89 // index is the index in the video_device_array of the stream.
105 struct Stream;
170 typedef std::map<std::string, Stream> LabelStreamMap
    [all...]
  /external/chromium_org/content/test/plugin/
plugin_client.cc 155 NPStream* stream, NPBool seekable, uint16* stype) {
162 return plugin->NewStream(type, stream, seekable, stype);
165 int32 NPP_WriteReady(NPP instance, NPStream *stream) {
172 return plugin->WriteReady(stream);
175 int32 NPP_Write(NPP instance, NPStream *stream, int32 offset,
183 return plugin->Write(stream, offset, len, buffer);
186 NPError NPP_DestroyStream(NPP instance, NPStream *stream, NPError reason) {
193 return plugin->DestroyStream(stream, reason);
196 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname) {
203 return plugin->StreamAsFile(stream, fname)
    [all...]
  /external/chromium_org/media/audio/
audio_output_dispatcher_impl.cc 47 // Ensure that there is at least one open stream.
100 // Don't recycle stream until two buffers worth of time has elapsed.
124 AudioOutputStream* stream = pausing_streams_.back();
126 idle_streams_.push_back(stream);
170 AudioOutputStream* stream = audio_manager_->MakeAudioOutputStream( local
172 if (!stream)
175 if (!stream->Open()) {
176 stream->Close();
179 idle_streams_.push_back(stream);
185 // Make sure that we have at least one stream allocated if ther
    [all...]
  /external/chromium_org/media/audio/pulse/
pulse_output.cc 21 PulseAudioOutputStream* stream = static_cast<PulseAudioOutputStream*>(p_this); local
26 if (s && stream->source_callback_ &&
28 stream->source_callback_->OnError(stream);
31 pa_threaded_mainloop_signal(stream->pa_mainloop_, 0);
81 // Close the stream.
166 // Ensure the context and stream are ready.
175 // Uncork (resume) the stream.
184 // Cork (pause) the stream. Waiting for the main loop lock will ensure
192 // Flush the stream prior to cork, doing so after will cause hangs. Writ
    [all...]
  /external/chromium_org/net/base/
bandwidth_metrics.h 22 // Note, the easiest thing to do is to just measure each stream and average
29 // We can't measure bandwidth by looking at any individual stream.
43 // // When a stream is created
46 // // When data is transferred on any stream
49 // // When the stream is finished
68 // Record that we've started a stream.
70 // If we're the only stream, we've finished some idle time. Record a new
78 // Track that we've completed a stream.
82 // precise; imagine a 25 byte stream. The sample is too small to make
118 // A utility class for managing the lifecycle of a measured stream
    [all...]
  /external/chromium_org/net/disk_cache/flash/
log_store_entry.cc 106 Stream& stream = streams_[index]; local
111 DCHECK(!offset || offset == stream.size);
112 if (stream.write_buffer.size() < new_size)
113 stream.write_buffer.resize(new_size);
116 stream.size = new_size;
165 LogStoreEntry::Stream::Stream() : offset(0), size(0) {
168 LogStoreEntry::Stream::~Stream() {
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftrfork.h 68 /* stream :: */
69 /* A file stream containing the resource fork. */
93 FT_Stream stream,
115 /* stream :: */
116 /* A file stream containing the resource fork. */
133 FT_Stream stream,
153 /* stream :: */
154 /* A file stream containing the resource fork. */
167 /* The stream offsets for the resource data specified by `tag'. */
183 FT_Stream stream,
    [all...]

Completed in 2253 milliseconds

<<31323334353637383940>>