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

1 2 3 4 5 67 8 91011>>

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 353 ZeroCopyInputStream* const streams[], int count)
354 : streams_(streams), stream_count_(count), bytes_retired_(0) {
370 // No more streams.
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 102 uint32_t SumStreamMaxBitrate(int streams, const VideoCodec& codec) {
104 for (int i = 0; i < streams; ++i) {
111 int streams = local
113 uint32_t simulcast_max_bitrate = SumStreamMaxBitrate(streams, codec);
115 streams = 1;
117 return streams;
134 int NumStreamsDisabled(const std::vector<bool>& streams) {
136 for (bool stream : streams) {
600 // Only apply scaling to improve for single-layer streams. The scaling metrics
659 // spatial layers/streams
    [all...]
  /prebuilts/go/darwin-x86/src/compress/gzip/
gunzip.go 120 // of individually gzipped data streams, each with its own header and
127 // data streams or mix gzip data streams with other data streams.
  /prebuilts/go/darwin-x86/src/crypto/cipher/
cipher.go 14 // extend that capability to streams of blocks.
  /prebuilts/go/linux-x86/src/compress/gzip/
gunzip.go 120 // of individually gzipped data streams, each with its own header and
127 // data streams or mix gzip data streams with other data streams.
  /prebuilts/go/linux-x86/src/crypto/cipher/
cipher.go 14 // extend that capability to streams of blocks.
  /external/webrtc/tools/matlab/
rtpAnalyze.m 32 %% Find streams.
35 % If there are multiple streams, select one and purge the other
36 % streams from the data vectors. If there is only one stream, the
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 130 unsigned streams; member in struct:ureg_program::__anon27562
413 unsigned streams,
422 assert(!(streams & 0x03) || (usage_mask & 1));
423 assert(!(streams & 0x0c) || (usage_mask & 2));
424 assert(!(streams & 0x30) || (usage_mask & 4));
425 assert(!(streams & 0xc0) || (usage_mask & 8));
454 ureg->output[i].streams |= streams;
    [all...]
  /external/webrtc/talk/session/media/
mediasession_unittest.cc 247 // - one video stream with 3 simulcast streams and FEC,
1806 const StreamParamsVec& streams = desc->streams(); local
    [all...]
mediasession.h 118 // All streams with the same sync_label will get the same CNAME.
169 typedef std::vector<Stream> Streams;
170 Streams streams; member in struct:cricket::MediaSessionOptions
238 // True iff the client supports multiple streams.
241 const StreamParamsVec& streams() const { function in class:cricket::MediaContentDescription
252 // Legacy streams have an ssrc, but nothing else.
262 // This can be used to set the CNAME of legacy streams.
  /external/libopus/src/
opus_demo.c 202 int streams, coupled_streams;
204 return (OpusEncoder *)opus_multistream_surround_encoder_create(Fs, channels, 1, &streams, &coupled_streams, mapping, application, error);
208 int streams;
211 streams = 1;
213 return (OpusDecoder *)opus_multistream_decoder_create(Fs, channels, streams, coupled_streams, mapping, error);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 178 if ((MM_STREAM_STATE_NOTUSED != ch_obj->streams[i].state) &&
179 (handler == ch_obj->streams[i].my_hdl)) {
180 s_obj = &ch_obj->streams[i];
    [all...]
  /external/libbrillo/brillo/streams/
file_stream.cc 5 #include <brillo/streams/file_stream.h>
17 #include <brillo/streams/stream_errors.h>
18 #include <brillo/streams/stream_utils.h>
tls_stream.cc 5 #include <brillo/streams/tls_stream.h>
19 #include <brillo/streams/openssl_stream_bio.h>
20 #include <brillo/streams/stream_utils.h>
fake_stream.cc 5 #include <brillo/streams/fake_stream.h>
11 #include <brillo/streams/stream_utils.h>
memory_containers.h 13 #include <brillo/streams/stream.h>
  /external/webrtc/talk/app/webrtc/
peerconnectioninterface_unittest.cc 298 if (!media_desc || media_desc->streams().empty()) {
301 *ssrc = media_desc->streams().begin()->first_ssrc();
317 // Check if |streams| contains the specified track.
318 bool ContainsTrack(const std::vector<cricket::StreamParams>& streams,
321 for (const cricket::StreamParams& params : streams) {
341 // Create a collection of streams.
    [all...]
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarAudioExtFocusTest.java 954 int state, streams, extFocus; local
    [all...]
  /external/libbrillo/brillo/http/
http_connection_curl_unittest.cc 15 #include <brillo/streams/memory_stream.h>
16 #include <brillo/streams/mock_stream.h>
http_request_unittest.cc 14 #include <brillo/streams/mock_stream.h>
  /external/libusb/libusb/os/
linux_usbfs.c 1515 struct usbfs_streams *streams; local
    [all...]
  /external/lzma/CS/7zip/
ICoder.cs 40 /// Codes streams.
  /prebuilts/go/darwin-x86/src/debug/dwarf/
buf.go 5 // Buffered reading and decoding of DWARF data streams.
  /prebuilts/go/linux-x86/src/debug/dwarf/
buf.go 5 // Buffered reading and decoding of DWARF data streams.
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 250 /* Streams. */
251 evStream *streams; member in struct:__anon1335

Completed in 792 milliseconds

1 2 3 4 5 67 8 91011>>