Searched refs:lacing (Results 1 – 6 of 6) sorted by relevance
5 * Implemented check lacing bits
4852 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() local5833 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() local6565 if ((lacing != 0) && (block_stop > avail)) { in ParseSimpleBlock()6801 const int lacing = int(flags & 0x06) >> 1; in ParseBlockGroup() local[all …]
350 bool lacing; member in mkvparser::Track::Info
347 continued from a previous page. Note that a lacing value of 255348 implies that a second lacing value follows in the packet, and a value351 is terminated by a lacing value of 0. Note also that a 'nil' (zero353 lacing value of zero in the header.362 typical case) with twice the segmentation overhead. Using the lacing588 9. segment_table: number_page_segments Bytes containing the lacing590 lacing value.700 lacing value: An entry in the segment table of a page header
4855 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() local5836 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() local6568 if ((lacing != 0) && (block_stop > avail)) { in ParseSimpleBlock()6799 const int lacing = int(flags & 0x06) >> 1; in ParseBlockGroup() local[all …]