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

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp1142 int64_t fetcherDurationUs = mFetcherInfos.valueAt(i).mDurationUs; local
1144 if (fetcherDurationUs > maxDurationUs) {
1145 maxDurationUs = fetcherDurationUs;

Completed in 328 milliseconds