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

  /external/webrtc/test/testsupport/metrics/
video_metrics.cc 28 enum VideoMetricsType { kPSNR, kSSIM, kBoth };
31 void CalculateFrame(VideoMetricsType video_metrics_type,
79 // depending on which VideoMetricsType is targeted.
80 int CalculateMetrics(VideoMetricsType video_metrics_type,
  /external/chromium_org/third_party/webrtc/test/testsupport/metrics/
video_metrics.cc 33 enum VideoMetricsType { kPSNR, kSSIM, kBoth };
36 void CalculateFrame(VideoMetricsType video_metrics_type,
82 // depending on which VideoMetricsType is targeted.
83 int CalculateMetrics(VideoMetricsType video_metrics_type,

Completed in 59 milliseconds