Searched refs:PSISection (Results 1 – 2 of 2) sorted by relevance
256 struct ATSParser::PSISection : public RefBase { struct in android::ATSParser257 PSISection();271 virtual ~PSISection();278 DISALLOW_EVIL_CONSTRUCTORS(PSISection);1878 mPSISections.add(0 /* PID */, new PSISection); in ATSParser()2024 mPSISections.add(programMapPID, new PSISection); in parseProgramAssociationTable()2042 sp<PSISection> section = mPSISections.valueAt(sectionIndex); in parsePID()2355 uint32_t ATSParser::PSISection::CRC_TABLE[] = {2422 ATSParser::PSISection::PSISection() : in PSISection() function in android::ATSParser::PSISection2426 ATSParser::PSISection::~PSISection() { in ~PSISection()[all …]
187 struct PSISection;210 KeyedVector<unsigned, sp<PSISection> > mPSISections;