Home
last modified time | relevance | path

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

/frameworks/av/media/module/mpeg2ts/
DATSParser.cpp255 struct ATSParser::PSISection : public RefBase { struct in android::ATSParser
256 PSISection();
270 virtual ~PSISection();
277 DISALLOW_EVIL_CONSTRUCTORS(PSISection);
1992 mPSISections.add(0 /* PID */, new PSISection); in ATSParser()
2154 mPSISections.add(programMapPID, new PSISection); in parseProgramAssociationTable()
2176 sp<PSISection> section = mPSISections.valueAt(sectionIndex); in parsePID()
2504 uint32_t ATSParser::PSISection::CRC_TABLE[] = {
2571 ATSParser::PSISection::PSISection() : in PSISection() function in android::ATSParser::PSISection
2575 ATSParser::PSISection::~PSISection() { in ~PSISection()
[all …]
/frameworks/av/media/module/mpeg2ts/include/mpeg2ts/
DATSParser.h193 struct PSISection;
216 KeyedVector<unsigned, sp<PSISection> > mPSISections;