Home
last modified time | relevance | path

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

/frameworks/av/media/module/mpeg2ts/
DATSParser.cpp489 unsigned table_id = br->getBits(8); in parseProgramMap() local
490 ALOGV(" table_id = %u", table_id); in parseProgramMap()
491 if (table_id != 0x02u) { in parseProgramMap()
2085 unsigned table_id = br->getBits(8); in parseProgramAssociationTable() local
2086 ALOGV(" table_id = %u", table_id); in parseProgramAssociationTable()
2087 if (table_id != 0x00u) { in parseProgramAssociationTable()