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

/frameworks/av/media/extractors/mpeg2/
H A DMPEG2TSExtractor.cpp395 bool allDurationsFound = false; local
453 if (!allDurationsFound) {
454 allDurationsFound = true;
463 allDurationsFound = false;
470 } while(!allDurationsFound && offset > 0 && retry <= kMaxDurationRetry);
472 return allDurationsFound? OK : ERROR_UNSUPPORTED;

Completed in 39 milliseconds