HomeSort by relevance Sort by last modified time
    Searched refs:streams (Results 126 - 150 of 319) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/media/filters/
ffmpeg_glue.cc 199 // close out any codecs/streams before closing the context.
200 if (format_context_->streams) {
202 AVStream* stream = format_context_->streams[i];
  /external/chromium_org/net/quic/
quic_session.h 5 // A QuicSession, which demuxes a single connection to individual streams.
83 // streams.
93 // Called by streams when they want to write data to the peer.
121 // Called by streams when they want to close the stream in both directions.
126 // Called when the session wants to go away and not accept any new streams.
180 // Returns the number of currently open streams, including those which have
182 // streams.
217 // stream. Returns NULL if max streams have already been opened.
237 // In this case, it deletes streams given that it's safe to do so (no other
238 // operations are being done on the streams at this time
241 base::hash_map<QuicStreamId, QuicDataStream*>* streams() { function in class:net::QuicSession
245 const base::hash_map<QuicStreamId, QuicDataStream*>* streams() const { function in class:net::QuicSession
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.h 38 * Management and processing for preview and recording streams
138 static bool isStreamActive(const Vector<int32_t> &streams,
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 61 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) {
62 p_stream = &channel->streams[i];
137 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) {
138 p_stream = &channel->streams[i];
215 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) {
216 p_stream = &channel->streams[i];
227 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
228 m_stream = &channel->streams[i];
239 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) {
240 md_stream = &channel->streams[i]
    [all...]
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 9 streams to encapsulate Vorbis compressed audio packet data into file
18 transport streams. This specification document assumes a working
25 streams use Ogg transport streams in degenerate, unmultiplexed
33 The Ogg stream may be chained, i.e., contain multiple, contigous logical streams (links).
155 streams. The number of samples to be discarded must not exceed
  /frameworks/av/camera/tests/
ProCameraTests.cpp 481 * Creating a streaming request for these output streams from a template,
495 // set the output streams. default is empty
631 int32_t streams[] = { depthStreamId }; local
633 streams,
705 // set the output streams to just this stream ID
777 // set the output streams to just this stream ID
847 // set the output streams to just this stream ID
923 // set the output streams to just this stream ID
976 int32_t streams[] = { streamId }; local
977 ASSERT_NO_FATAL_FAILURE(createSubmitRequestForStreams(streams, /*count*/1))
1004 int32_t streams[] = { streamId }; local
1051 int32_t streams[] = { streamId, depthStreamId }; local
1130 int32_t streams[] = { streamId }; local
1184 int32_t streams[] = { streamId }; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 210 // if a StreamParams exist for another Stream in streams with sync_label
213 const MediaSessionOptions::Streams& streams,
220 // Check if a CNAME exist for any of the other synched streams.
221 for (MediaSessionOptions::Streams::const_iterator stream_it = streams.begin();
222 stream_it != streams.end() ; ++stream_it) {
269 "Could not generate an SCTP SID: too many SCTP streams.";
307 const StreamParamsVec& streams = media->streams(); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2_unittest.cc 89 const std::vector<webrtc::VideoStream>& streams,
91 video_streams_ = streams;
573 std::vector<FakeVideoSendStream*> streams = local
575 EXPECT_EQ(num_streams + 1, streams.size());
576 return streams[streams.size() - 1];
591 std::vector<FakeVideoReceiveStream*> streams = local
593 EXPECT_EQ(num_streams + 1, streams.size());
594 return streams[streams.size() - 1]
1236 std::vector<FakeVideoSendStream*> streams = GetFakeSendStreams(); local
    [all...]
webrtcvideoengine2_unittest.h 52 const std::vector<webrtc::VideoStream>& streams,
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 133 if ((MM_STREAM_STATE_NOTUSED != ch_obj->streams[i].state) &&
134 (handler == ch_obj->streams[i].my_hdl)) {
135 s_obj = &ch_obj->streams[i];
697 if (MM_STREAM_STATE_NOTUSED == my_obj->streams[idx].state) {
698 stream_obj = &my_obj->streams[idx];
703 CDBG_ERROR("%s: streams reach max, no more stream allowed to add", __func__);
805 * streams within this channel
826 if (my_obj->streams[i].my_hdl > 0) {
828 my_obj->streams[i].my_hdl);
836 __func__, i, my_obj->streams[i].my_hdl)
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 133 if ((MM_STREAM_STATE_NOTUSED != ch_obj->streams[i].state) &&
134 (handler == ch_obj->streams[i].my_hdl)) {
135 s_obj = &ch_obj->streams[i];
699 if (MM_STREAM_STATE_NOTUSED == my_obj->streams[idx].state) {
700 stream_obj = &my_obj->streams[idx];
705 CDBG_ERROR("%s: streams reach max, no more stream allowed to add", __func__);
808 * streams within this channel
829 if (my_obj->streams[i].my_hdl > 0) {
831 my_obj->streams[i].my_hdl);
839 __func__, i, my_obj->streams[i].my_hdl)
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 188 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
189 m_stream = &channel->streams[i];
216 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) {
217 p_stream = &channel->streams[i];
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 188 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
189 m_stream = &channel->streams[i];
216 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) {
217 p_stream = &channel->streams[i];
  /external/chromium_org/media/base/
media_file_checker.cc 43 // Remember the codec context for any decodable audio or video streams.
46 AVCodecContext* c = format_context->streams[i]->codec;
  /external/chromium_org/media/ffmpeg/
ffmpeg_unittest.cc 129 AVStream* av_stream = av_format_context_->streams[i];
145 AVStream* av_stream = av_format_context_->streams[i];
161 EXPECT_EQ(-1, audio_stream_index_) << "Found multiple audio streams.";
164 EXPECT_EQ(-1, video_stream_index_) << "Found multiple video streams.";
352 return av_format_context_->streams[audio_stream_index_];
355 return av_format_context_->streams[video_stream_index_];
  /external/chromium_org/net/spdy/
spdy_write_queue_unittest.cc 189 // RemovePendingWritesForStream() on one of the streams. No dequeued
223 // those streams without a stream id, or with a stream_id after that
236 base::WeakPtr<SpdyStream> streams[] = { local
243 streams[i % arraysize(streams)]);
248 for (int i = 0; i < 100; i += arraysize(streams)) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsessiondescriptionfactory.cc 59 // Checks if each Stream within the |streams| has unique id.
60 static bool ValidStreams(const MediaSessionOptions::Streams& streams) {
61 MediaSessionOptions::Streams sorted_streams = streams;
63 MediaSessionOptions::Streams::iterator it =
186 if (!ValidStreams(options.streams)) {
187 error += " called with invalid media streams.";
240 if (!ValidStreams(options.streams)) {
241 error += " called with invalid media streams."
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
diskcache.h 43 // DiskCache - An LRU cache of streams, stored on disk.
45 // Streams are identified by a unique resource id. Multiple streams can be
47 // resources are flushed from the cache, all streams associated with those
84 size_t streams; member in struct:talk_base::DiskCache::Entry
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_egd.c 119 # include <streams/un.h>
  /external/chromium_org/third_party/webrtc/base/
diskcache.h 26 // DiskCache - An LRU cache of streams, stored on disk.
28 // Streams are identified by a unique resource id. Multiple streams can be
30 // resources are flushed from the cache, all streams associated with those
67 size_t streams; member in struct:rtc::DiskCache::Entry
  /external/openssl/crypto/rand/
rand_egd.c 119 # include <streams/un.h>
  /hardware/libhardware/include/hardware/
camera3.h 92 * management. Bidirectional streams replace STREAM_FROM_STREAM construct.
140 * of input/output streams to the HAL device.
146 * output streams listed in configure_streams. The same stream is registered
178 * not-yet-registered streams.
226 * hardware and pipeline for a new set of input/output streams. Some streams
227 * may be reused from the previous configuration; if these streams' buffers
268 * images, raw sensor readout, or support for YUV output streams above maximum
1385 camera3_stream_t **streams; member in struct:camera3_stream_configuration
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 139 if ((MM_STREAM_STATE_NOTUSED != ch_obj->streams[i].state) &&
140 (handler == ch_obj->streams[i].my_hdl)) {
141 s_obj = &ch_obj->streams[i];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_emit.c 953 struct r300_vertex_stream_state *streams = local
961 for (i = 0; i < streams->count; i++) {
963 streams->vap_prog_stream_cntl[i]);
966 for (i = 0; i < streams->count; i++) {
968 streams->vap_prog_stream_cntl_ext[i]);
973 OUT_CS_REG_SEQ(R300_VAP_PROG_STREAM_CNTL_0, streams->count);
974 OUT_CS_TABLE(streams->vap_prog_stream_cntl, streams->count);
975 OUT_CS_REG_SEQ(R300_VAP_PROG_STREAM_CNTL_EXT_0, streams->count);
976 OUT_CS_TABLE(streams->vap_prog_stream_cntl_ext, streams->count)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 953 struct r300_vertex_stream_state *streams = local
961 for (i = 0; i < streams->count; i++) {
963 streams->vap_prog_stream_cntl[i]);
966 for (i = 0; i < streams->count; i++) {
968 streams->vap_prog_stream_cntl_ext[i]);
973 OUT_CS_REG_SEQ(R300_VAP_PROG_STREAM_CNTL_0, streams->count);
974 OUT_CS_TABLE(streams->vap_prog_stream_cntl, streams->count);
975 OUT_CS_REG_SEQ(R300_VAP_PROG_STREAM_CNTL_EXT_0, streams->count);
976 OUT_CS_TABLE(streams->vap_prog_stream_cntl_ext, streams->count)
    [all...]

Completed in 1019 milliseconds

1 2 3 4 56 7 8 91011>>