Searched defs:streamMask (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp1200 sp<AnotherPacketSource> sources[kNumSources], uint32_t streamMask, bool newUri) {
1204 ALOGV("[timed_id3] getMetadataSourceForUri streamMask %x newUri %s",
1205 streamMask, newUri ? "true" : "false");
1208 || (!(streamMask & STREAMTYPE_VIDEO) && sources[kAudioIndex] != NULL)) {
1217 const AString &uri, uint32_t streamMask, int64_t timeUs, bool newUri) {
1227 if ((streamMask & indexToType(i)) && UriIsSameAsIndex(uri, i, newUri)) {
1244 getMetadataSource(sources, streamMask, newUri),
1541 uint32_t streamMask = 0; // streams that should be fetched by the new fetcher local
1547 streamMask |= indexToType(i);
1566 if ((streamMask
1199 getMetadataSource( sp<AnotherPacketSource> sources[kNumSources], uint32_t streamMask, bool newUri) argument
1216 resumeFetcher( const AString &uri, uint32_t streamMask, int64_t timeUs, bool newUri) argument
1692 uint32_t streamMask, resumeMask; local
1759 uint32_t streamMask, resumeMask; local
[all...]
H A DPlaylistFetcher.cpp1764 uint32_t streamMask = 0; local
1765 mStartTimeUsNotify->findInt32("streamMask", (int32_t *) &streamMask);
1767 && !(streamMask & mPacketSources.keyAt(i))) {
1768 streamMask |= mPacketSources.keyAt(i);
1769 mStartTimeUsNotify->setInt32("streamMask", streamMask);
1770 FSLOGV(stream, "found start point, timeUs=%lld, streamMask becomes %x",
1771 (long long)timeUs, streamMask);
1773 if (streamMask
[all...]

Completed in 186 milliseconds