/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_screen_skipframe_test.cpp | 84 uint32_t skipFrameInterval = 1; variable 104 uint32_t skipFrameInterval = 1; variable 121 uint32_t skipFrameInterval = 0; variable 138 uint32_t skipFrameInterval = 1; variable 155 uint32_t skipFrameInterval = 2; variable 230 uint32_t skipFrameInterval = 0; variable 257 uint32_t skipFrameInterval = 1; variable 284 uint32_t skipFrameInterval = 2; variable 383 uint32_t skipFrameInterval = 99999; variable 414 float skipFrameInterval = 2.1; variable [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_display_render_node_test.cpp | 73 uint32_t skipFrameInterval = 0; variable 87 uint32_t skipFrameInterval = 0; variable 101 uint32_t skipFrameInterval = 1; variable 115 uint32_t skipFrameInterval = 2; // skipFrameInterval 2 variable 130 uint32_t skipFrameInterval = 2; // skipFrameInterval 2 variable 146 uint32_t skipFrameInterval = 6; // skipFrameInterval 6 variable 162 uint32_t skipFrameInterval = 6; // skipFrameInterval 6 variable 178 uint32_t skipFrameInterval = 55; // skipFrameInterval 55 variable 194 uint32_t skipFrameInterval = 45; // skipFrameInterval 45 variable 210 uint32_t skipFrameInterval = 25; // skipFrameInterval 25 variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_display_render_node_drawable_test.cpp | 718 uint32_t skipFrameInterval = 0; variable 731 uint32_t skipFrameInterval = 0; variable 744 uint32_t skipFrameInterval = 1; variable 757 uint32_t skipFrameInterval = 2; // skipFrameInterval 2 variable 771 uint32_t skipFrameInterval = 2; // skipFrameInterval 2 variable 786 uint32_t skipFrameInterval = 6; // skipFrameInterval 6 variable 801 uint32_t skipFrameInterval = 6; // skipFrameInterval 6 variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplayrendernode_fuzzer/ |
H A D | rsdisplayrendernode_fuzzer.cpp | 73 uint32_t skipFrameInterval = GetData<uint32_t>(); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/ |
H A D | rs_screen_info.h | 46 …uint32_t skipFrameInterval = DEFAULT_SKIP_FRAME_INTERVAL; // skip frame interval for change screen… member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/ |
H A D | rsinterfaces_fuzzer.cpp | 84 uint32_t skipFrameInterval = GetData<uint32_t>(); in RSPhysicalScreenFuzzTest() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_display_render_node.cpp | 274 bool RSDisplayRenderNode::SkipFrame(uint32_t refreshRate, uint32_t skipFrameInterval) in SkipFrame()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/ |
H A D | rs_screen_test.cpp | 386 uint32_t skipFrameInterval = 0; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/ |
H A D | rsrendernode_fuzzer.cpp | 255 uint32_t skipFrameInterval = GetData<uint32_t>(); in RSDisplayRenderNodeFuzzTest() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.cpp | 858 void RSScreen::SetScreenSkipFrameInterval(uint32_t skipFrameInterval) in SetScreenSkipFrameInterval()
|
H A D | rs_screen_manager.cpp | 1857 int32_t RSScreenManager::SetScreenSkipFrameIntervalLocked(ScreenId id, uint32_t skipFrameInterval) in SetScreenSkipFrameIntervalLocked() 2070 int32_t RSScreenManager::SetScreenSkipFrameInterval(ScreenId id, uint32_t skipFrameInterval) in SetScreenSkipFrameInterval()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderserviceconnection_fuzzer/ |
H A D | rsrenderserviceconnection_fuzzer.cpp | 299 uint32_t skipFrameInterval = GetData<uint32_t>(); in DoSetScreenSkipFrameInterval() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 424 int32_t RSRenderServiceClient::SetScreenSkipFrameInterval(ScreenId id, uint32_t skipFrameInterval) in SetScreenSkipFrameInterval()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 424 int32_t RSRenderServiceClient::SetScreenSkipFrameInterval(ScreenId id, uint32_t skipFrameInterval) in SetScreenSkipFrameInterval()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 507 int32_t RSInterfaces::SetScreenSkipFrameInterval(ScreenId id, uint32_t skipFrameInterval) in SetScreenSkipFrameInterval()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_render_node.h | 736 virtual bool SkipFrame(uint32_t refreshRate, uint32_t skipFrameInterval) { return false; } in SkipFrame()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 1412 uint32_t skipFrameInterval = data.ReadUint32(); in OnRemoteRequest() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_display_render_node_drawable.cpp | 1818 … RSDisplayRenderNodeDrawable::SkipFrameByInterval(uint32_t refreshRate, uint32_t skipFrameInterval) in SkipFrameByInterval()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_client.cpp | 1055 int32_t RSRenderServiceClient::SetScreenSkipFrameInterval(ScreenId id, uint32_t skipFrameInterval) in SetScreenSkipFrameInterval()
|
H A D | rs_render_service_connection_proxy.cpp | 2041 …RSRenderServiceConnectionProxy::SetScreenSkipFrameInterval(ScreenId id, uint32_t skipFrameInterval) in SetScreenSkipFrameInterval()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.cpp | 1645 …32_t RSRenderServiceConnection::SetScreenSkipFrameInterval(ScreenId id, uint32_t skipFrameInterval) in SetScreenSkipFrameInterval()
|