HomeSort by relevance Sort by last modified time
    Searched refs:decodable (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
session_info.h 23 // This data is then used in determining whether a frame is decodable.
54 bool decodable() const;
56 // Builds fragmentation headers for VP8, each fragment being a decodable
57 // VP8 partition. Returns the total number of bytes which are decodable. Is
63 // Makes the frame decodable. I.e., only contain decodable NALUs. All
64 // non-decodable NALUs will be deleted and packets will be moved to in
72 // decodable and are not complete are marked as non-decodable.
127 // When enabled, determine if session is decodable, i.e. incomplete bu
    [all...]
frame_buffer.cc 152 } else if (_sessionInfo.decodable()) {
session_info_unittest.cc 239 EXPECT_TRUE(session_.decodable());
254 EXPECT_FALSE(session_.decodable());
264 EXPECT_TRUE(session_.decodable());
276 EXPECT_TRUE(session_.decodable());
286 EXPECT_TRUE(session_.decodable());
    [all...]
session_info.cc 18 // Used in determining whether a frame is decodable.
19 enum {kRttThreshold = 100}; // Not decodable if Rtt is lower than this.
188 // Irrelevant if session is already complete or decodable
209 bool VCMSessionInfo::decodable() const { function in class:webrtc::VCMSessionInfo
351 // Make sure we remove the first NAL unit if it's not decodable.
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 129 packet encodes a "short block", the last decodable sample from the
03-codebook.tex 189 and indicates a stream that is not decodable by the specification in this
01-introduction.tex 59 decodable; this is not to be considered an error condition and is used
04-codec.tex 265 decodable.

Completed in 453 milliseconds