HomeSort by relevance Sort by last modified time
    Searched full:substreams (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/webrtc/video/
send_statistics_proxy_unittest.cc 49 EXPECT_EQ(one.substreams.size(), other.substreams.size());
51 one.substreams.begin();
52 it != one.substreams.end();
55 other.substreams.find(it->first);
56 ASSERT_TRUE(corresponding_it != other.substreams.end());
96 StreamStats& ssrc_stats = expected_.substreams[ssrc];
110 StreamStats& ssrc_stats = expected_.substreams[ssrc];
159 StreamStats& stats = expected_.substreams[ssrc];
171 StreamStats& stats = expected_.substreams[ssrc]
    [all...]
send_statistics_proxy.cc 51 std::map<uint32_t, StreamStats>::iterator it = stats_.substreams.find(ssrc);
52 if (it != stats_.substreams.end())
63 return &stats_.substreams[ssrc]; // Insert new entry and return ptr.
call_perf_tests.cc 508 if (stats.substreams.size() > 0) {
509 assert(stats.substreams.size() == 1);
510 int bitrate_kbps = stats.substreams.begin()->second.bitrate_bps / 1000;
video_send_stream_tests.cc     [all...]
end_to_end_tests.cc     [all...]
  /external/chromium_org/third_party/brotli/src/woff2/
woff2_dec.cc 424 std::vector<std::pair<const uint8_t*, size_t> > substreams(kNumSubStreams);
448 substreams[i] = std::make_pair(data + offset, substream_size);
451 Buffer n_contour_stream(substreams[0].first, substreams[0].second);
452 Buffer n_points_stream(substreams[1].first, substreams[1].second);
453 Buffer flag_stream(substreams[2].first, substreams[2].second);
454 Buffer glyph_stream(substreams[3].first, substreams[3].second)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
EC3SpecificBox.java 41 // This field indicates the number of independent substreams that are present in the Enhanced AC-3 bitstream. The value
42 // of this field is one less than the number of independent substreams present.
  /external/chromium_org/third_party/ots/src/
woff2.cc 529 std::vector<std::pair<const uint8_t*, size_t> > substreams(kNumSubStreams);
553 substreams.at(i) = std::make_pair(data + offset, substream_size);
556 ots::Buffer n_contour_stream(substreams.at(0).first, substreams.at(0).second);
557 ots::Buffer n_points_stream(substreams.at(1).first, substreams.at(1).second);
558 ots::Buffer flag_stream(substreams.at(2).first, substreams.at(2).second);
559 ots::Buffer glyph_stream(substreams.at(3).first, substreams.at(3).second)
    [all...]
  /external/guava/guava/src/com/google/common/io/
MultiInputStream.java 24 * An {@link InputStream} that concatenates multiple substreams. At most
  /system/media/audio_utils/spdif/
FrameScanner.cpp 142 // We have to send 6 audio blocks on all active substreams.
218 // Print enough so we can see all the substreams.
  /external/chromium_org/third_party/webrtc/
video_send_stream.h 48 std::map<uint32_t, StreamStats> substreams; member in struct:webrtc::VideoSendStream::Stats
  /external/lzma/
7zFormat.txt 318 SubStreams Info
  /external/nanopb-c/
pb_decode.h 24 * 3) Your callback may be used with substreams, in which case bytes_left
pb_encode.h 24 * 4) Substreams will modify max_size and bytes_written. Don't use them
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 166 // the stream into substreams
  /libcore/luni/src/main/java/java/io/
SequenceInputStream.java 163 * more substreams it will return -1.
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.cc     [all...]
  /external/libogg/doc/
skeleton.html 85 <p>Ogg Skeleton is also designed to allow the creation of substreams from Ogg physical bitstreams that retain the original timing information. For example, when cutting out the segment between the 7th and the 59th second of an Ogg file, it would be nice to continue to start this cut out file with a playback time of 7 seconds and not of 0. This is of particular interest if you're streaming this file from a Web server after a query for a temporal subpart such as in http://example.com/video.ogv?t=7-59</p>
104 <h3>How to allow the creation of substreams from an Ogg physical bitstream?</h3>
  /external/nanopb-c/docs/
concepts.rst 59 #) Your callback may be used with substreams. In this case *bytes_left*, *bytes_written* and *max_size* have smaller values than the original stream. Don't use these values to calculate pointers.
reference.rst 436 Writing packed arrays is a little bit more involved: you need to use `pb_encode_tag` and specify `PB_WT_STRING` as the wire type. Then you need to know exactly how much data you are going to write, and use `pb_encode_varint`_ to write out the number of bytes before writing the actual data. Substreams can be used to determine the number of bytes beforehand; see `pb_encode_submessage`_ source code for an example.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]

Completed in 1304 milliseconds