Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/module/mpeg2ts/
H A DATSParser.cpp495 unsigned section_syntax_indicator = br->getBits(1); in parseProgramMap() local
496 ALOGV(" section_syntax_indicator = %u", section_syntax_indicator); in parseProgramMap()
497 if (section_syntax_indicator != 1u) { in parseProgramMap()