Searched defs:PSISection (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp153 struct ATSParser::PSISection : public RefBase { struct in class:android::ATSParser
154 PSISection();
166 virtual ~PSISection();
171 DISALLOW_EVIL_CONSTRUCTORS(PSISection);
917 mPSISections.add(0 /* PID */, new PSISection);
1010 mPSISections.add(programMapPID, new PSISection);
1025 const sp<PSISection> &section = mPSISections.valueAt(sectionIndex);
1248 ATSParser::PSISection::PSISection() { function in class:android::ATSParser::PSISection
1251 ATSParser::PSISection
[all...]

Completed in 30 milliseconds