Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.cpp478 unsigned section_syntax_indicator = br->getBits(1); in parseProgramMap() local
479 ALOGV(" section_syntax_indicator = %u", section_syntax_indicator); in parseProgramMap()
480 if (section_syntax_indicator != 1u) { in parseProgramMap()