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 106 KeyedVector<unsigned, sp<PSISection> > mPSISections;
ATSParser.cpp 941 mPSISections.add(0 /* PID */, new PSISection);
1046 if (mPSISections.indexOfKey(programMapPID) < 0) {
1047 mPSISections.add(programMapPID, new PSISection);
1059 ssize_t sectionIndex = mPSISections.indexOfKey(PID);
1062 sp<PSISection> section = mPSISections.valueAt(sectionIndex);
1104 mPSISections.removeItem(PID);
    [all...]

Completed in 32 milliseconds