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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp959 unsigned section_syntax_indictor = br->getBits(1); local
960 ALOGV(" section_syntax_indictor = %u", section_syntax_indictor);
961 CHECK_EQ(section_syntax_indictor, 1u);

Completed in 21 milliseconds