Searched refs:PSISection (Results 1 – 2 of 2) sorted by relevance
182 struct ATSParser::PSISection : public RefBase { struct in android::ATSParser183 PSISection();197 virtual ~PSISection();204 DISALLOW_EVIL_CONSTRUCTORS(PSISection);1165 mPSISections.add(0 /* PID */, new PSISection); in ATSParser()1296 mPSISections.add(programMapPID, new PSISection); in parseProgramAssociationTable()1312 sp<PSISection> section = mPSISections.valueAt(sectionIndex); in parsePID()1592 uint32_t ATSParser::PSISection::CRC_TABLE[] = {1659 ATSParser::PSISection::PSISection() : in PSISection() function in android::ATSParser::PSISection1663 ATSParser::PSISection::~PSISection() { in ~PSISection()[all …]
147 struct PSISection;153 KeyedVector<unsigned, sp<PSISection> > mPSISections;