Home
last modified time | relevance | path

Searched defs:VideoAdaptationCounters (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/api/video/
Dvideo_adaptation_counters.h22 struct VideoAdaptationCounters { struct
23 VideoAdaptationCounters() : resolution_adaptations(0), fps_adaptations(0) {} in VideoAdaptationCounters() argument
24 VideoAdaptationCounters(int resolution_adaptations, int fps_adaptations) in VideoAdaptationCounters() argument
33 bool operator==(const VideoAdaptationCounters& rhs) const; argument
40 int resolution_adaptations;
41 int fps_adaptations;