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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp156 struct ATSParser::PSISection : public RefBase { struct in class:android::ATSParser
157 PSISection();
169 virtual ~PSISection();
174 DISALLOW_EVIL_CONSTRUCTORS(PSISection);
974 mPSISections.add(0 /* PID */, new PSISection);
1082 mPSISections.add(programMapPID, new PSISection);
1097 sp<PSISection> section = mPSISections.valueAt(sectionIndex);
1341 ATSParser::PSISection::PSISection() { function in class:android::ATSParser::PSISection
1344 ATSParser::PSISection
[all...]

Completed in 724 milliseconds