Home
last modified time | relevance | path

Searched refs:lacing (Results 1 – 20 of 20) sorted by relevance

/external/libwebm/webm_parser/src/
Dblock_parser.cc103 value_.lacing = static_cast<Lacing>(flags & 0x06); in Feed()
106 if (value_.lacing == Lacing::kNone) { in Feed()
139 } else if (value_.lacing == Lacing::kNone || value_.num_frames == 1) { in Feed()
141 } else if (value_.lacing == Lacing::kXiph) { in Feed()
143 } else if (value_.lacing == Lacing::kEbml) { in Feed()
/external/libwebm/testing/testdata/invalid/
DREADME.libwebm23 File containing a BlockGroup with fixed lacing, but reports a total laced size
/external/libwebm/webm_parser/include/webm/
Ddom_types.h204 Lacing lacing; member
217 lacing == other.lacing && is_visible == other.is_visible;
/external/libwebm/webm_parser/tests/
Dblock_parser_test.cc472 EXPECT_EQ(test_data.expected_lacing, actual.lacing); in ValidateBlock()
488 expected.lacing = test_data.expected_lacing; in ExpectedSimpleBlock()
/external/libogg/doc/
Drfc3533.txt347 continued from a previous page. Note that a lacing value of 255
348 implies that a second lacing value follows in the packet, and a value
351 is terminated by a lacing value of 0. Note also that a 'nil' (zero
353 lacing value of zero in the header.
362 typical case) with twice the segmentation overhead. Using the lacing
588 9. segment_table: number_page_segments Bytes containing the lacing
590 lacing value.
700 lacing value: An entry in the segment table of a page header
/external/libwebm/mkvparser/
Dmkvparser.cc4512 lacing(false) {} in Info()
4570 dst.lacing = lacing; in Copy()
4634 bool Track::GetLacing() const { return m_info.lacing; } in GetLacing()
5773 long long lacing = 1; // default is true in ParseTrackEntry() local
5857 lacing = UnserializeUInt(pReader, pos, size); in ParseTrackEntry()
5859 if ((lacing < 0) || (lacing > 1)) in ParseTrackEntry()
5913 info.lacing = (lacing > 0) ? true : false; in ParseTrackEntry()
6525 const int lacing = int(flags & 0x06) >> 1; in ParseSimpleBlock() local
6527 if ((lacing != 0) && (block_stop > avail)) { in ParseSimpleBlock()
6727 const int lacing = int(flags & 0x06) >> 1; in ParseBlockGroup() local
[all …]
Dmkvparser.h353 bool lacing; variable
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc4512 lacing(false) {} in Info()
4570 dst.lacing = lacing; in Copy()
4634 bool Track::GetLacing() const { return m_info.lacing; } in GetLacing()
5768 long long lacing = 1; // default is true in ParseTrackEntry() local
5852 lacing = UnserializeUInt(pReader, pos, size); in ParseTrackEntry()
5854 if ((lacing < 0) || (lacing > 1)) in ParseTrackEntry()
5908 info.lacing = (lacing > 0) ? true : false; in ParseTrackEntry()
6520 const int lacing = int(flags & 0x06) >> 1; in ParseSimpleBlock() local
6522 if ((lacing != 0) && (block_stop > avail)) { in ParseSimpleBlock()
6722 const int lacing = int(flags & 0x06) >> 1; in ParseBlockGroup() local
[all …]
Dmkvparser.h353 bool lacing; variable
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc4512 lacing(false) {} in Info()
4570 dst.lacing = lacing; in Copy()
4634 bool Track::GetLacing() const { return m_info.lacing; } in GetLacing()
5768 long long lacing = 1; // default is true in ParseTrackEntry() local
5852 lacing = UnserializeUInt(pReader, pos, size); in ParseTrackEntry()
5854 if ((lacing < 0) || (lacing > 1)) in ParseTrackEntry()
5908 info.lacing = (lacing > 0) ? true : false; in ParseTrackEntry()
6520 const int lacing = int(flags & 0x06) >> 1; in ParseSimpleBlock() local
6522 if ((lacing != 0) && (block_stop > avail)) { in ParseSimpleBlock()
6722 const int lacing = int(flags & 0x06) >> 1; in ParseBlockGroup() local
[all …]
Dmkvparser.h353 bool lacing; variable
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc4512 lacing(false) {} in Info()
4570 dst.lacing = lacing; in Copy()
4634 bool Track::GetLacing() const { return m_info.lacing; } in GetLacing()
5773 long long lacing = 1; // default is true in ParseTrackEntry() local
5857 lacing = UnserializeUInt(pReader, pos, size); in ParseTrackEntry()
5859 if ((lacing < 0) || (lacing > 1)) in ParseTrackEntry()
5913 info.lacing = (lacing > 0) ? true : false; in ParseTrackEntry()
6525 const int lacing = int(flags & 0x06) >> 1; in ParseSimpleBlock() local
6527 if ((lacing != 0) && (block_stop > avail)) { in ParseSimpleBlock()
6727 const int lacing = int(flags & 0x06) >> 1; in ParseBlockGroup() local
[all …]
Dmkvparser.h353 bool lacing; variable
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java1121 int lacing = (scratch.data[2] & 0x06) >> 1; in binaryElement() local
1122 if (lacing == LACING_NONE) { in binaryElement()
1131 if (lacing == LACING_FIXED_SIZE) { in binaryElement()
1135 } else if (lacing == LACING_XIPH) { in binaryElement()
1150 } else if (lacing == LACING_EBML) { in binaryElement()
1192 throw new ParserException("Unexpected lacing value: " + lacing); in binaryElement()
/external/libwebm/webm_parser/demo/
Ddemo.cc991 PrintValue("lacing", simple_block.lacing); in OnSimpleBlockBegin()
1023 PrintValue("lacing", block.lacing); in OnBlockBegin()
/external/exoplayer/tree/
DRELEASENOTES.md443 * Matroska: Support lacing in Blocks
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt110930 lacing %18394 lˈesɪŋ
Dinternal_raw_IPA.txt93563 lacing %29055 lˈesɪŋ