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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp243 struct ATSParser::PSISection : public RefBase { struct in class:android::ATSParser
244 PSISection();
258 virtual ~PSISection();
265 DISALLOW_EVIL_CONSTRUCTORS(PSISection);
1624 mPSISections.add(0 /* PID */, new PSISection);
1770 mPSISections.add(programMapPID, new PSISection);
1788 sp<PSISection> section = mPSISections.valueAt(sectionIndex);
2101 uint32_t ATSParser::PSISection::CRC_TABLE[] = {
2168 ATSParser::PSISection::PSISection() function in class:android::ATSParser::PSISection
[all...]

Completed in 1526 milliseconds