Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.h210 KeyedVector<unsigned, sp<PSISection> > mPSISections; member
DATSParser.cpp1878 mPSISections.add(0 /* PID */, new PSISection); in ATSParser()
2023 if (mPSISections.indexOfKey(programMapPID) < 0) { in parseProgramAssociationTable()
2024 mPSISections.add(programMapPID, new PSISection); in parseProgramAssociationTable()
2039 ssize_t sectionIndex = mPSISections.indexOfKey(PID); in parsePID()
2042 sp<PSISection> section = mPSISections.valueAt(sectionIndex); in parsePID()
2093 mPSISections.removeItem(PID); in parsePID()