Loading media/libstagefright/httplive/LiveSession.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -1305,7 +1305,7 @@ void LiveSession::onChangeConfiguration2(const sp<AMessage> &msg) { if ((mStreamMask & streamMask & indexToType(i)) && !mStreams[i].mUri.empty() && !(URIs[i] == mStreams[i].mUri)) { ALOGV("stream %d changed: oldURI %s, newURI %s", i, ALOGV("stream %zu changed: oldURI %s, newURI %s", i, mStreams[i].mUri.c_str(), URIs[i].c_str()); sp<AnotherPacketSource> source = mPacketSources.valueFor(indexToType(i)); source->queueDiscontinuity( Loading Loading @@ -1477,7 +1477,7 @@ void LiveSession::onChangeConfiguration3(const sp<AMessage> &msg) { break; } ALOGV("stream[%d]: queue format change", j); ALOGV("stream[%zu]: queue format change", j); sources[j]->queueDiscontinuity( ATSParser::DISCONTINUITY_FORMATCHANGE, NULL, true); Loading Loading @@ -1682,7 +1682,7 @@ bool LiveSession::checkBuffering(bool &low, bool &mid, bool &high) { ++activeCount; int64_t bufferedDurationUs = mPacketSources[i]->getEstimatedDurationUs(); ALOGV("source[%d]: buffered %lld us", i, bufferedDurationUs); ALOGV("source[%zu]: buffered %lld us", i, (long long)bufferedDurationUs); if (bufferedDurationUs < kLowWaterMark) { ++lowCount; break; Loading media/libstagefright/httplive/PlaylistFetcher.h +1 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ private: // adapting or switching tracks. int64_t mSegmentStartTimeUs; ssize_t mDiscontinuitySeq; int32_t mDiscontinuitySeq; bool mStartTimeUsRelative; sp<AMessage> mStopParams; // message containing the latest timestamps we should fetch. Loading Loading
media/libstagefright/httplive/LiveSession.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -1305,7 +1305,7 @@ void LiveSession::onChangeConfiguration2(const sp<AMessage> &msg) { if ((mStreamMask & streamMask & indexToType(i)) && !mStreams[i].mUri.empty() && !(URIs[i] == mStreams[i].mUri)) { ALOGV("stream %d changed: oldURI %s, newURI %s", i, ALOGV("stream %zu changed: oldURI %s, newURI %s", i, mStreams[i].mUri.c_str(), URIs[i].c_str()); sp<AnotherPacketSource> source = mPacketSources.valueFor(indexToType(i)); source->queueDiscontinuity( Loading Loading @@ -1477,7 +1477,7 @@ void LiveSession::onChangeConfiguration3(const sp<AMessage> &msg) { break; } ALOGV("stream[%d]: queue format change", j); ALOGV("stream[%zu]: queue format change", j); sources[j]->queueDiscontinuity( ATSParser::DISCONTINUITY_FORMATCHANGE, NULL, true); Loading Loading @@ -1682,7 +1682,7 @@ bool LiveSession::checkBuffering(bool &low, bool &mid, bool &high) { ++activeCount; int64_t bufferedDurationUs = mPacketSources[i]->getEstimatedDurationUs(); ALOGV("source[%d]: buffered %lld us", i, bufferedDurationUs); ALOGV("source[%zu]: buffered %lld us", i, (long long)bufferedDurationUs); if (bufferedDurationUs < kLowWaterMark) { ++lowCount; break; Loading
media/libstagefright/httplive/PlaylistFetcher.h +1 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ private: // adapting or switching tracks. int64_t mSegmentStartTimeUs; ssize_t mDiscontinuitySeq; int32_t mDiscontinuitySeq; bool mStartTimeUsRelative; sp<AMessage> mStopParams; // message containing the latest timestamps we should fetch. Loading