Searched refs:PSISection (Results 1 – 2 of 2) sorted by relevance
243 struct ATSParser::PSISection : public RefBase { struct in android::ATSParser244 PSISection();258 virtual ~PSISection();265 DISALLOW_EVIL_CONSTRUCTORS(PSISection);1624 mPSISections.add(0 /* PID */, new PSISection); in ATSParser()1770 mPSISections.add(programMapPID, new PSISection); in parseProgramAssociationTable()1788 sp<PSISection> section = mPSISections.valueAt(sectionIndex); in parsePID()2101 uint32_t ATSParser::PSISection::CRC_TABLE[] = {2168 ATSParser::PSISection::PSISection() : in PSISection() function in android::ATSParser::PSISection2172 ATSParser::PSISection::~PSISection() { in ~PSISection()[all …]
167 struct PSISection;181 KeyedVector<unsigned, sp<PSISection> > mPSISections;