HomeSort by relevance Sort by last modified time
    Searched refs:mPSISections (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.h 113 KeyedVector<unsigned, sp<PSISection> > mPSISections;
ATSParser.cpp 953 mPSISections.add(0 /* PID */, new PSISection);
1058 if (mPSISections.indexOfKey(programMapPID) < 0) {
1059 mPSISections.add(programMapPID, new PSISection);
1071 ssize_t sectionIndex = mPSISections.indexOfKey(PID);
1074 sp<PSISection> section = mPSISections.valueAt(sectionIndex);
1116 mPSISections.removeItem(PID);
    [all...]

Completed in 508 milliseconds