Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h55 kNumSources = 4, enumerator
265 sp<AnotherPacketSource> sources[kNumSources], uint32_t streamMask, bool newUri);
DLiveSession.cpp313 for (size_t i = 0; i < kNumSources; ++i) { in LiveSession()
976 CHECK(idx >= 0 && idx < kNumSources); in indexToType()
1218 sp<AnotherPacketSource> sources[kNumSources], uint32_t streamMask, bool newUri) { in getMetadataSource() argument
1243 sp<AnotherPacketSource> sources[kNumSources]; in resumeFetcher()
1858 sp<AnotherPacketSource> sources[kNumSources]; in onChangeConfiguration3()