Searched refs:max_fps (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/debug/
H A Dframe_rate_counter.cc80 void FrameRateCounter::GetMinAndMaxFPS(double* min_fps, double* max_fps) const {
82 *max_fps = 0.0;
94 *max_fps = std::max(fps, *max_fps);
97 if (*min_fps > *max_fps)
98 *min_fps = *max_fps;
H A Dframe_rate_counter.h37 void GetMinAndMaxFPS(double* min_fps, double* max_fps) const;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoencoderfactory.h48 int max_fps; member in struct:cricket::WebRtcVideoEncoderFactory::VideoCodec
52 : type(t), name(nm), max_width(w), max_height(h), max_fps(fr) {
H A Dwebrtcvideoengine.cc1198 codecs[i].max_fps,

Completed in 132 milliseconds