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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h112 KeyedVector<unsigned, sp<PSISection> > mPSISections; member in struct:android::ATSParser
H A DATSParser.cpp974 mPSISections.add(0 /* PID */, new PSISection);
1081 if (mPSISections.indexOfKey(programMapPID) < 0) {
1082 mPSISections.add(programMapPID, new PSISection);
1094 ssize_t sectionIndex = mPSISections.indexOfKey(PID);
1097 sp<PSISection> section = mPSISections.valueAt(sectionIndex);
1141 mPSISections.removeItem(PID);

Completed in 49 milliseconds