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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp239 unsigned section_syntax_indicator = br->getBits(1); local
240 ALOGV(" section_syntax_indicator = %u", section_syntax_indicator);
241 CHECK_EQ(section_syntax_indicator, 1u);

Completed in 9 milliseconds