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

  /frameworks/av/media/libnblog/
PerformanceAnalysis.cpp 160 // outliers, analyzes the outlier series for unexpectedly
185 // an outlier. Learn these values from the data.
187 // set outlier threshold
191 // and the previous one is long enough to count as an outlier
193 // If an outlier was found, check whether it was a peak
295 // one is beyond a threshold. If yes, stores the timestamp as an outlier
297 // Time elapsed since previous outlier: Timestamp of start of outlier
377 for (const auto &outlier: mOutlierData) {
378 body->appendFormat("%lld: %lld\n", static_cast<long long>(outlier.first)
    [all...]
ReportPerformance.cpp 218 // Writes outlier intervals, timestamps, and histograms spanning long time intervals to file.
284 for (const auto &outlier : outlierData) {
285 ofs << outlier.first << ", " << outlier.second << "\n";
  /external/drrickorang/LoopbackApp/app/src/main/cpp/
sles.cpp 357 bool outlier = updateBufferStats(stats, callbackDuration, expectedBufferPeriod); local
360 if (outlier) {
369 // Records an outlier given the duration in nanoseconds and the number of nanoseconds
398 // Updates the stats being collected about buffer periods. Returns true if this is an outlier.
    [all...]

Completed in 264 milliseconds