Home
last modified time | relevance | path

Searched refs:frameRate (Results 1 – 25 of 32) sorted by relevance

12

/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglApplication.java219 int frameRate = isActive ? graphics.config.foregroundFPS : graphics.config.backgroundFPS; in mainLoop() local
227 if (frameRate == -1) frameRate = 10; in mainLoop()
228 if (frameRate == 0) frameRate = graphics.config.backgroundFPS; in mainLoop()
229 if (frameRate == 0) frameRate = 30; in mainLoop()
231 if (frameRate > 0) Display.sync(frameRate); in mainLoop()
DLwjglCanvas.java269 …int frameRate = Display.isActive() ? graphics.config.foregroundFPS : graphics.config.backgroundFPS; in getFrameRate() local
270 if (frameRate == -1) frameRate = 10; in getFrameRate()
271 if (frameRate == 0) frameRate = graphics.config.backgroundFPS; in getFrameRate()
272 if (frameRate == 0) frameRate = 30; in getFrameRate()
273 return frameRate; in getFrameRate()
DLwjglAWTCanvas.java297 int frameRate = isActive() ? graphics.config.foregroundFPS : graphics.config.backgroundFPS; in getFrameRate() local
298 if (frameRate == -1) frameRate = 10; in getFrameRate()
299 if (frameRate == 0) frameRate = graphics.config.backgroundFPS; in getFrameRate()
300 if (frameRate == 0) frameRate = 30; in getFrameRate()
301 return frameRate; in getFrameRate()
DLwjglFrame.java77 int frameRate = LwjglFrame.this.getFrameRate(); in construct()
78 return frameRate == 0 ? super.getFrameRate() : frameRate; in construct()
/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.h54 frameRate(0.0f), in VCMProtectionParameters()
67 float frameRate; member
278 void UpdateFrameRate(float frameRate) { _frameRate = frameRate; } in UpdateFrameRate() argument
Dmedia_opt_util.cc118 parameters->frameRate / in ComputeMaxFramesFec()
341 codeRateDelta, parameters->bitRate, parameters->frameRate, in ProtectionFactor()
432 float frameRate = parameters->frameRate * frameRateRatio; in BitsPerFrame() local
438 return static_cast<int>(adjustmentFactor * bitRate / frameRate); in BitsPerFrame()
642 _currentParameters.frameRate = _frameRate; // rename actual frame rate? in UpdateMethod()
Dcontent_metrics_processing.cc46 void VCMContentMetricsProcessing::UpdateFrameRate(uint32_t frameRate) { in UpdateFrameRate() argument
49 static_cast<float>(frameRate * kQmMinIntervalMs); in UpdateFrameRate()
Dcontent_metrics_processing.h44 void UpdateFrameRate(uint32_t frameRate);
Dvideo_receiver.cc74 uint32_t frameRate; in Process() local
75 _receiver.ReceiveStatistics(&bitRate, &frameRate); in Process()
76 _receiveStatsCallback->OnReceiveRatesUpdated(bitRate, frameRate); in Process()
Dvideo_sender.cc63 uint32_t frameRate = _mediaOpt.SentFrameRate(); in Process() local
64 _sendStatsCallback->SendStatistics(bitRate, frameRate); in Process()
/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding_defines.h93 const uint32_t frameRate) = 0;
103 virtual void OnReceiveRatesUpdated(uint32_t bitRate, uint32_t frameRate) = 0;
176 virtual int32_t SetVideoQMSettings(const uint32_t frameRate,
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_objc.h55 - (void)setCaptureHeight:(int)height width:(int)width frameRate:(int)frameRate;
Dvideo_capture_qtkit_objc.mm123 - (void)setCaptureHeight:(int)height width:(int)width frameRate:(int)frameRate {
126 _frameRate = frameRate;
/external/webrtc/webrtc/modules/video_coding/test/
Dvideo_source.h57 float frameRate,
62 float frameRate = 30,
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.navigate.min.js7frameRate:20}};function init(plot){function onZoomClick(e,zoomOut){var c=plot.offset();c.left=e.pa… property
Djquery.flot.navigate.js122 frameRate: 20 property
158 var frameRate = plot.getOptions().pan.frameRate;
159 if (panTimeout || !frameRate)
169 }, 1 / frameRate * 1000);
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_defines.h109 const uint32_t frameRate) = 0;
Dvideo_capture_impl.cc131 const uint32_t frameRate = CalculateFrameRate(now); in Process() local
132 _captureCallBack->OnCaptureFrameRate(_id, frameRate); in Process()
Dvideo_capture.h85 virtual int32_t SetRates(int32_t newBitRate, int32_t frameRate) = 0;
/external/webrtc/webrtc/modules/video_coding/include/mock/
Dmock_video_codec_interface.h47 MOCK_METHOD2(SetRates, int32_t(uint32_t newBitRate, uint32_t frameRate));
/external/webrtc/webrtc/modules/video_coding/codecs/interface/mock/
Dmock_video_codec_interface.h49 MOCK_METHOD2(SetRates, int32_t(uint32_t newBitRate, uint32_t frameRate));
/external/webrtc/webrtc/video/
Dreceive_statistics_proxy.h63 void OnReceiveRatesUpdated(uint32_t bitRate, uint32_t frameRate) override;
Dreceive_statistics_proxy.cc181 uint32_t frameRate) { in OnReceiveRatesUpdated() argument
/external/libgdx/tests/gdx-tests-android/assets/data/
Dwalk1.md5anim6 frameRate 24
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvideoengine.h177 virtual int32_t SetRates(uint32_t newBitRate, uint32_t frameRate) { in SetRates() argument

12