Home
last modified time | relevance | path

Searched refs:currentFps (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/
H A Dintellisense_server.h45 void SetPara(const int32_t currentFps, const int32_t currentRenderType);
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dintellisense_server.cpp339 void IntelliSenseServer::SetPara(const int32_t currentFps, const int32_t currentRenderType) in SetPara() argument
345 std::string key = std::to_string(currentRenderType) + " " + std::to_string(currentFps); in SetPara()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1149 bool HCaptureSession::QueryFpsAndZoomRatio(float& currentFps, float& currentZoomRatio) in QueryFpsAndZoomRatio() argument
1182 currentFps = static_cast<float>(item.data.ui32[0]); in QueryFpsAndZoomRatio()
1279 float currentFps = 30.0f; in SetSmoothZoom() local
1281 QueryFpsAndZoomRatio(currentFps, currentZoomRatio); in SetSmoothZoom()
1286 float frameIntervalMs = 1000.0 / currentFps; in SetSmoothZoom()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h250 bool QueryFpsAndZoomRatio(float& currentFps, float& currentZoomRatio);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp6792 float currentFps = 0; variable
6794 EXPECT_EQ(camSession->QueryFpsAndZoomRatio(currentFps, currentZoomRatio), false);