Searched refs:currentFps (Results 1 – 5 of 5) sorted by relevance
45 void SetPara(const int32_t currentFps, const int32_t currentRenderType);
339 void IntelliSenseServer::SetPara(const int32_t currentFps, const int32_t currentRenderType) in SetPara() argument345 std::string key = std::to_string(currentRenderType) + " " + std::to_string(currentFps); in SetPara()
1149 bool HCaptureSession::QueryFpsAndZoomRatio(float& currentFps, float& currentZoomRatio) in QueryFpsAndZoomRatio() argument1182 currentFps = static_cast<float>(item.data.ui32[0]); in QueryFpsAndZoomRatio()1279 float currentFps = 30.0f; in SetSmoothZoom() local1281 QueryFpsAndZoomRatio(currentFps, currentZoomRatio); in SetSmoothZoom()1286 float frameIntervalMs = 1000.0 / currentFps; in SetSmoothZoom()
250 bool QueryFpsAndZoomRatio(float& currentFps, float& currentZoomRatio);
6792 float currentFps = 0; variable6794 EXPECT_EQ(camSession->QueryFpsAndZoomRatio(currentFps, currentZoomRatio), false);