HomeSort by relevance Sort by last modified time
    Searched refs:ApplyDurationEstimateIfNeeded (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/formats/webm/
webm_cluster_parser.h 73 void ApplyDurationEstimateIfNeeded();
101 // ApplyDurationEstimateIfNeeded().
webm_cluster_parser.cc 520 void WebMClusterParser::Track::ApplyDurationEstimateIfNeeded() {
526 DVLOG(2) << "ApplyDurationEstimateIfNeeded() : new dur : "
651 audio_.ApplyDurationEstimateIfNeeded();
652 video_.ApplyDurationEstimateIfNeeded();
654 // there is no need to call ApplyDurationEstimateIfNeeded() on text tracks

Completed in 55 milliseconds