Home
last modified time | relevance | path

Searched refs:VideoFramesStats (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/test/scenario/
Dperformance_stats.h41 struct VideoFramesStats { struct
47 void AddStats(const VideoFramesStats& other); argument
53 VideoFramesStats capture;
54 VideoFramesStats render;
Dperformance_stats.cc16 void VideoFramesStats::AddFrameInfo(const VideoFrameBuffer& frame, in AddFrameInfo()
25 void VideoFramesStats::AddStats(const VideoFramesStats& other) { in AddStats()