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

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

Completed in 2823 milliseconds