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

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.c 784 info.streams[i].cv_vue_attr_count = kernel->out.count;
785 info.streams[i].decls = decls[i];
807 if (info.streams[stream].vue_read_count < attr + 1)
808 info.streams[stream].vue_read_count = attr + 1;
818 assert(info.streams[stream].decl_count < ARRAY_SIZE(decls[stream]));
819 decl = &decls[stream][info.streams[stream].decl_count];
827 info.streams[stream].decl_count++;
832 assert(info.streams[stream].decl_count < ARRAY_SIZE(decls[stream]));
833 decl = &decls[stream][info.streams[stream].decl_count];
849 info.streams[stream].decl_count++
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 170 if ((MM_STREAM_STATE_NOTUSED != ch_obj->streams[i].state) &&
171 (handler == ch_obj->streams[i].my_hdl)) {
172 s_obj = &ch_obj->streams[i];
665 /* No op. on linked streams */
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 145 if ((MM_STREAM_STATE_NOTUSED != ch_obj->streams[i].state) &&
146 (handler == ch_obj->streams[i].my_hdl)) {
147 s_obj = &ch_obj->streams[i];
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 145 if ((MM_STREAM_STATE_NOTUSED != ch_obj->streams[i].state) &&
146 (handler == ch_obj->streams[i].my_hdl)) {
147 s_obj = &ch_obj->streams[i];
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 251 std::vector<wp<Camera3StreamInterface>> streams; local
285 streams.reserve(mOutputStreams.size() + (mInputStream != nullptr ? 1 : 0));
287 streams.push_back(mOutputStreams[i]);
290 streams.push_back(mInputStream);
331 for (auto& weakStream : streams) {
810 camera_metadata_ro_entry streams = request.find(ANDROID_REQUEST_OUTPUT_STREAMS); local
813 for (size_t i = 0; i < streams.count; i++) {
814 surfaceMap[streams.data.i32[i]].push_back(0);
2022 camera_metadata_entry_t streams = local
2160 Vector<camera3_stream_t*> streams; local
    [all...]
  /external/libbrillo/brillo/streams/
stream.cc 5 #include <brillo/streams/stream.h>
12 #include <brillo/streams/stream_errors.h>
13 #include <brillo/streams/stream_utils.h>
stream_utils_unittest.cc 5 #include <brillo/streams/stream_utils.h>
12 #include <brillo/streams/mock_stream.h>
13 #include <brillo/streams/stream_errors.h>
fake_stream.h 16 #include <brillo/streams/stream.h>
25 // NOTE: This class provides a fake implementation for streams with separate
29 // - read-only sequential streams (file, memory, pipe, ...)
30 // - write-only sequential streams (same as above)
31 // - independent channel read-write streams (sockets, ...)
  /external/skia/tests/
DataRefTest.cpp 261 SkSTArray<N, std::unique_ptr<SkStream>> streams; local
268 streams.push_back(buffer.makeStreamSnapshot());
277 check_alphabet_stream(reporter, streams[i].get());
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 101 rtc::scoped_refptr<webrtc::StreamCollectionInterface> streams(
105 for (size_t i = 0; i < streams->count(); ++i)
106 peer_connection_->AddStream(streams->at(i));
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc 394 std::vector<webrtc::VideoStream> streams; local
395 streams.push_back(stream);
396 return streams;
689 // the receive codec list to change order, which causes the streams
692 // streams, we ignore the order of the received codecs so that
716 // TODO(pbos): Refactor this to only recreate the send streams once
737 // TODO(pbos): Refactor this to only recreate the recv streams once
845 << "SetFeedbackOptions on all the receive streams because the send "
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSerializerFoo.java 50 protected Stack streams = new Stack(); field in class:GrammarSerializerFoo
130 //streams.push(out);
138 //out = (DataOutputStream)streams.pop(); // restore previous stream
  /external/libbrillo/brillo/http/
http_connection_fake.cc 11 #include <brillo/streams/memory_stream.h>
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 297 // A ZeroCopyInputStream which reads from several other streams in sequence.
299 // and read errors in the underlying streams, so it assumes any errors mean
300 // end-of-stream. So, if the underlying streams fail for any other reason,
302 // not use ConcatenatingInputStream on streams that might produce read errors
306 // All streams passed in as well as the array itself must remain valid
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
319 // As streams are retired, streams_ is incremented and count_ is
323 int64 bytes_retired_; // Bytes read from previous streams.
  /hardware/interfaces/keymaster/3.0/vts/functional/
authorization_set.cpp 277 OutStreams streams = {indirect, elements}; local
279 serialize(streams, param);
401 InStreams streams = {indirect, elements}; local
406 deserialize(streams, &(*params)[i]);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 297 // A ZeroCopyInputStream which reads from several other streams in sequence.
299 // and read errors in the underlying streams, so it assumes any errors mean
300 // end-of-stream. So, if the underlying streams fail for any other reason,
302 // not use ConcatenatingInputStream on streams that might produce read errors
306 // All streams passed in as well as the array itself must remain valid
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
319 // As streams are retired, streams_ is incremented and count_ is
323 int64 bytes_retired_; // Bytes read from previous streams.
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 297 // A ZeroCopyInputStream which reads from several other streams in sequence.
299 // and read errors in the underlying streams, so it assumes any errors mean
300 // end-of-stream. So, if the underlying streams fail for any other reason,
302 // not use ConcatenatingInputStream on streams that might produce read errors
306 // All streams passed in as well as the array itself must remain valid
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
319 // As streams are retired, streams_ is incremented and count_ is
323 int64 bytes_retired_; // Bytes read from previous streams.
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 297 // A ZeroCopyInputStream which reads from several other streams in sequence.
299 // and read errors in the underlying streams, so it assumes any errors mean
300 // end-of-stream. So, if the underlying streams fail for any other reason,
302 // not use ConcatenatingInputStream on streams that might produce read errors
306 // All streams passed in as well as the array itself must remain valid
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
319 // As streams are retired, streams_ is incremented and count_ is
323 int64 bytes_retired_; // Bytes read from previous streams.
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 297 // A ZeroCopyInputStream which reads from several other streams in sequence.
299 // and read errors in the underlying streams, so it assumes any errors mean
300 // end-of-stream. So, if the underlying streams fail for any other reason,
302 // not use ConcatenatingInputStream on streams that might produce read errors
306 // All streams passed in as well as the array itself must remain valid
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
319 // As streams are retired, streams_ is incremented and count_ is
323 int64 bytes_retired_; // Bytes read from previous streams.
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 297 // A ZeroCopyInputStream which reads from several other streams in sequence.
299 // and read errors in the underlying streams, so it assumes any errors mean
300 // end-of-stream. So, if the underlying streams fail for any other reason,
302 // not use ConcatenatingInputStream on streams that might produce read errors
306 // All streams passed in as well as the array itself must remain valid
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
319 // As streams are retired, streams_ is incremented and count_ is
323 int64 bytes_retired_; // Bytes read from previous streams.
  /system/security/keystore/
authorization_set.cpp 280 OutStreams streams = { indirect, elements }; local
282 serialize(streams, param);
411 InStreams streams = { indirect, elements }; local
416 deserialize(streams, &(*params)[i]);
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 1059 struct r300_vertex_stream_state *streams = local
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/
dma.c 95 struct StmDmaStreamState streams[STM_DMA_NUM_STREAMS]; member in struct:StmDmaDev
164 return &gDmaDevs[busId].streams[stream];
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
exceptions.py 85 # The current Token when an error occurred. Since not all streams
116 from antlr3.streams import TokenStream, CharStream
180 from antlr3.streams import TokenStream
  /external/autotest/client/tests/netperf2/
netperf2.py 46 stream_list: list of number of netperf streams to launch
159 # Get 5 mpstat samples. Since tests with large number of streams
160 # take a long time to start up all the streams, we'll toss out the
225 for i, streams in enumerate(self.stream_list):
226 attr = {'stream_count':streams}

Completed in 1559 milliseconds

1 2 3 4 56 7 8 91011>>