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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h153 KeyedVector<unsigned, sp<PSISection> > mPSISections; member in struct:android::ATSParser
H A DATSParser.cpp1165 mPSISections.add(0 /* PID */, new PSISection);
1295 if (mPSISections.indexOfKey(programMapPID) < 0) {
1296 mPSISections.add(programMapPID, new PSISection);
1309 ssize_t sectionIndex = mPSISections.indexOfKey(PID);
1312 sp<PSISection> section = mPSISections.valueAt(sectionIndex);
1363 mPSISections.removeItem(PID);

Completed in 76 milliseconds