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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h169 struct PSISection;
183 KeyedVector<unsigned, sp<PSISection> > mPSISections;
H A DATSParser.cpp254 struct ATSParser::PSISection : public RefBase { struct in class:android::ATSParser
255 PSISection();
269 virtual ~PSISection();
276 DISALLOW_EVIL_CONSTRUCTORS(PSISection);
1668 mPSISections.add(0 /* PID */, new PSISection);
1814 mPSISections.add(programMapPID, new PSISection);
1832 sp<PSISection> section = mPSISections.valueAt(sectionIndex);
2145 uint32_t ATSParser::PSISection::CRC_TABLE[] = {
2212 ATSParser::PSISection::PSISection() function in class:android::ATSParser::PSISection
[all...]

Completed in 85 milliseconds