Searched refs:mPacketSources2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h225 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources2; member in struct:android::LiveSession
H A DLiveSession.cpp315 mPacketSources2.add(indexToType(i), new AnotherPacketSource(NULL /* meta */));
566 // Then, trim off packets at beginning of mPacketSources2 that's before
568 firstNewMeta[i] = mPacketSources2.editValueAt(i)
582 // Otherwise, we check if mPacketSources2 overlaps with what old fetcher
1191 source = mPacketSources2.valueFor(type);
1886 sources[j] = mPacketSources2.valueFor(indexToType(j));
1955 sp<AnotherPacketSource> &aps2 = mPacketSources2.editValueFor(stream);
2023 // and let it fetch into mPacketSources (not mPacketSources2)

Completed in 222 milliseconds