Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.cpp375 KeyedVector<int32_t, Vector<int32_t> > oldType2PIDs, newType2PIDs; in switchPIDs() local
384 ssize_t index = newType2PIDs.indexOfKey(infos[i].mType); in switchPIDs()
386 newType2PIDs.add(infos[i].mType, Vector<int32_t>()); in switchPIDs()
388 newType2PIDs.editValueFor(infos[i].mType).push_back(infos[i].mPID); in switchPIDs()
392 if (oldType2PIDs.size() == newType2PIDs.size()) { in switchPIDs()
396 if (oldType2PIDs.keyAt(i) != newType2PIDs.keyAt(i) in switchPIDs()
397 || oldType2PIDs[i].size() != newType2PIDs[i].size()) { in switchPIDs()
415 ssize_t index = newType2PIDs.indexOfKey(temp[i]->type()); in switchPIDs()
419 Vector<int32_t> &newPIDs = newType2PIDs.editValueAt(index); in switchPIDs()