Searched refs:section_syntax_indicator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/formats/mp2t/
H A Dts_section_pat.cc27 int section_syntax_indicator; local
37 RCHECK(bit_reader->ReadBits(1, &section_syntax_indicator));
53 // - section_syntax_indicator should be one.
56 RCHECK(section_syntax_indicator);
H A Dts_section_pmt.cc26 int section_syntax_indicator; local
36 RCHECK(bit_reader->ReadBits(1, &section_syntax_indicator));
51 // - section_syntax_indicator should be one.
54 RCHECK(section_syntax_indicator);

Completed in 687 milliseconds