Searched refs:PSISection (Results 1 – 2 of 2) sorted by relevance
254 struct ATSParser::PSISection : public RefBase { struct in android::ATSParser255 PSISection();269 virtual ~PSISection();276 DISALLOW_EVIL_CONSTRUCTORS(PSISection);1668 mPSISections.add(0 /* PID */, new PSISection); in ATSParser()1814 mPSISections.add(programMapPID, new PSISection); in parseProgramAssociationTable()1832 sp<PSISection> section = mPSISections.valueAt(sectionIndex); in parsePID()2145 uint32_t ATSParser::PSISection::CRC_TABLE[] = {2212 ATSParser::PSISection::PSISection() : in PSISection() function in android::ATSParser::PSISection2216 ATSParser::PSISection::~PSISection() { in ~PSISection()[all …]
169 struct PSISection;183 KeyedVector<unsigned, sp<PSISection> > mPSISections;