Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/
DRELEASE.TXT5 * Implemented check lacing bits
Dmkvparser.cpp4852 lacing(false) {} in Info()
4910 dst.lacing = lacing; in Copy()
4974 bool Track::GetLacing() const { return m_info.lacing; } in GetLacing()
5749 long long lacing = 1; // default is true in ParseTrackEntry() local
5833 lacing = UnserializeUInt(pReader, pos, size); in ParseTrackEntry()
5835 if ((lacing < 0) || (lacing > 1)) in ParseTrackEntry()
5889 info.lacing = (lacing > 0) ? true : false; in ParseTrackEntry()
6563 const int lacing = int(flags & 0x06) >> 1; in ParseSimpleBlock() local
6565 if ((lacing != 0) && (block_stop > avail)) { in ParseSimpleBlock()
6801 const int lacing = int(flags & 0x06) >> 1; in ParseBlockGroup() local
[all …]
Dmkvparser.hpp350 bool lacing; member in mkvparser::Track::Info
/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/libvpx/libwebm/
Dmkvparser.cpp4855 lacing(false) {} in Info()
4913 dst.lacing = lacing; in Copy()
4977 bool Track::GetLacing() const { return m_info.lacing; } in GetLacing()
5752 long long lacing = 1; // default is true in ParseTrackEntry() local
5836 lacing = UnserializeUInt(pReader, pos, size); in ParseTrackEntry()
5838 if ((lacing < 0) || (lacing > 1)) in ParseTrackEntry()
5892 info.lacing = (lacing > 0) ? true : false; in ParseTrackEntry()
6566 const int lacing = int(flags & 0x06) >> 1; in ParseSimpleBlock() local
6568 if ((lacing != 0) && (block_stop > avail)) { in ParseSimpleBlock()
6799 const int lacing = int(flags & 0x06) >> 1; in ParseBlockGroup() local
[all …]
Dmkvparser.hpp350 bool lacing; member in mkvparser::Track::Info