Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.h151 KeyedVector<unsigned, sp<PSISection> > mPSISections; member
DATSParser.cpp1161 mPSISections.add(0 /* PID */, new PSISection); in ATSParser()
1291 if (mPSISections.indexOfKey(programMapPID) < 0) { in parseProgramAssociationTable()
1292 mPSISections.add(programMapPID, new PSISection); in parseProgramAssociationTable()
1305 ssize_t sectionIndex = mPSISections.indexOfKey(PID); in parsePID()
1308 sp<PSISection> section = mPSISections.valueAt(sectionIndex); in parsePID()
1359 mPSISections.removeItem(PID); in parsePID()