Searched defs:frameRate (Results 1 – 18 of 18) sorted by relevance
46 void VCMContentMetricsProcessing::UpdateFrameRate(uint32_t frameRate) { in UpdateFrameRate()
67 float frameRate; member278 void UpdateFrameRate(float frameRate) { _frameRate = frameRate; } in UpdateFrameRate()
63 uint32_t frameRate = _mediaOpt.SentFrameRate(); in Process() local
74 uint32_t frameRate; in Process() local
432 float frameRate = parameters->frameRate * frameRateRatio; in BitsPerFrame() local
177 virtual int32_t SetRates(uint32_t newBitRate, uint32_t frameRate) { in SetRates()
181 uint32_t frameRate) { in OnReceiveRatesUpdated()
1319 int32_t SetRates(uint32_t newBitRate, uint32_t frameRate) override { in TEST_F()
131 const uint32_t frameRate = CalculateFrameRate(now); in Process() local
269 …int frameRate = Display.isActive() ? graphics.config.foregroundFPS : graphics.config.backgroundFPS; in getFrameRate() local
219 int frameRate = isActive ? graphics.config.foregroundFPS : graphics.config.backgroundFPS; in mainLoop() local
297 int frameRate = isActive() ? graphics.config.foregroundFPS : graphics.config.backgroundFPS; in getFrameRate() local
7 …y||j,h.cursorOffsetX=l.pageX-l.left,h.cursorOffsetY=l.pageY-l.top,h.offsetX=h.pageX-h.cursorOffset… argument
122 frameRate: 20 property
129 int32_t SetRates(uint32_t newBitRate, uint32_t frameRate) override { in SetRates()
588 final int frameRate = 30; in scaleCameraOutput() local
205 const uint32_t frameRate) { in OnCaptureFrameRate()
2455 int videoDevice::findType(unsigned int size, unsigned int frameRate) in findType()