Searched refs:PSISection (Results 1 – 2 of 2) sorted by relevance
255 struct ATSParser::PSISection : public RefBase { struct in android::ATSParser256 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::PSISection2575 ATSParser::PSISection::~PSISection() { in ~PSISection()[all …]
193 struct PSISection;216 KeyedVector<unsigned, sp<PSISection> > mPSISections;