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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp363 unsigned section_syntax_indicator = br->getBits(1); local
364 ALOGV(" section_syntax_indicator = %u", section_syntax_indicator);
365 if (section_syntax_indicator != 1u) {
1729 // Return true if section_syntax_indicator says no section follows the field section_length.

Completed in 61 milliseconds