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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h121 sp<AMessage> mStopParams; // message containing the latest timestamps we should fetch. member in struct:android::PlaylistFetcher
H A DPlaylistFetcher.cpp584 mStopParams = params;
842 if (mStopParams != NULL) {
843 // we should have kept on fetching until we hit the boundaries in mStopParams,
1367 if (mStopParams != NULL) {
1371 if (!mStopParams->findInt32("discontinuitySeq", &discontinuitySeq)
1373 || !mStopParams->findInt64(key, &stopTimeUs)
1646 if (mStopParams != NULL) {
1650 if (!mStopParams->findInt32("discontinuitySeq", &discontinuitySeq)
1652 || !mStopParams->findInt64("timeUsAudio", &stopTimeUs)

Completed in 409 milliseconds