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

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp1253 float abortThreshold = -1.0f; local
1297 abortThreshold =
1302 if (abortThreshold < 0.0f) {
1303 abortThreshold = -1.0f; // do not abort
1309 abortThreshold);
1311 return abortThreshold;

Completed in 51 milliseconds