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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp159 mIDRFound(false),
754 mIDRFound = false;
1291 mIDRFound = false;
1777 mIDRFound = false;
1822 if (!startTimeReached || (isAvc && !mIDRFound)) {
1825 FSLOGV(stream, "timeUs(%lld)-mStartTimeUs(%lld)=%lld, mIDRFound=%d",
1829 mIDRFound);
1834 mIDRFound = true;
1836 if (mIDRFound && mStartTimeUsRelative && !startTimeReached) {
1841 if (!startTimeReached || (isAvc && !mIDRFound)) {
[all...]
H A DPlaylistFetcher.h149 bool mIDRFound; member in struct:android::PlaylistFetcher

Completed in 50 milliseconds