/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | frame_rate_manager_test.cpp | 93 int32_t rate = 120; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_frame_rate_linker_test.cpp | 64 uint32_t rate = 120; in HWTEST_F() local
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | token_bucket.h | 28 int rate; // The rate of token generation per millisecond. Now, we use the TPS instead.
member 39 inline static void TB_InitBucket(TokenBucket *bucket, int rate, int burst)
in TB_InitBucket() argument
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | screen_scene_test.cpp | 143 uint32_t rate = 120;
in HWTEST_F() local
|
H A D | root_scene_test.cpp | 178 uint32_t rate = 120; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/frame_rate/ |
H A D | frame_rate_manager.cpp | 28 void FrameRateManager::AddNodeRate(int32_t nodeId, int32_t rate) in AddNodeRate() argument 44 void FrameRateManager::UpdateNodeRate(int32_t nodeId, int32_t rate) in UpdateNodeRate() argument 52 void FrameRateManager::SetAnimateRate(int32_t rate, bool hasFirstFrameAnimation) in SetAnimateRate() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_frame_rate_linker.cpp | 50 void RSRenderFrameRateLinker::SetFrameRate(uint32_t rate) in SetFrameRate() argument
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_connection_stub.cpp | 54 int32_t rate = data.ReadInt32();
in OnRemoteRequest() local
|
H A D | vsync_connection_proxy.cpp | 167 VsyncError VSyncConnectionProxy::SetVSyncRate(int32_t rate)
in SetVSyncRate() argument
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/ |
H A D | isoundpool.h | 26 int32_t rate = 0; // default AudioRendererRate::RENDER_RATE_NORMAL member
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncdistributor_fuzzer/ |
H A D | vsyncdistributor_fuzzer.cpp | 63 int32_t rate = GetData<int32_t>(); in DoSomethingInterestingWithMyAPI() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_view_ng.cpp | 95 void ModelViewNG::SetRenderFrameRate(float rate) in SetRenderFrameRate() argument
|
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_capture_test/src/ |
H A D | oh_audio_capture_unit_test.cpp | 382 int32_t rate; in HWTEST() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_hardware_thread.h | 38 uint32_t rate = 0; member
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncconnection_fuzzer/ |
H A D | vsyncconnection_fuzzer.cpp | 65 int32_t rate = GetData<int32_t>(); in DoSomethingInterestingWithMyAPI() local
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/frame_rate_vote/ |
H A D | rs_frame_rate_vote.cpp | 90 void RSFrameRateVote::SurfaceVideoVote(uint64_t surfaceNodeId, uint32_t rate) in SurfaceVideoVote() argument 120 void RSFrameRateVote::VoteRate(pid_t pid, std::string eventName, uint32_t rate) in VoteRate() argument
|
H A D | rs_video_frame_rate_vote.cpp | 57 uint32_t rate = static_cast<uint32_t>(intRate); in VoteVideoFrameRate() local 91 void RSVideoFrameRateVote::DoVoteCallback(uint32_t rate) in DoVoteCallback() argument [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderframeratelinker_fuzzer/ |
H A D | rsrenderframeratelinker_fuzzer.cpp | 113 uint32_t rate = GetData<uint32_t>();
in DoSetFrameRate() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_ui_display_soloist_test.cpp | 202 int32_t rate = 0; in HWTEST_F() local
|
/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | media_utils.cpp | 141 PlaybackRateMode TransformFloat2PlayRate(float rate) in TransformFloat2PlayRate() argument
|
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetrate_fuzzer/ |
H A D | soundpoolsetrate_fuzzer.cpp | 68 AudioRendererRate rate;
in FuzzSoundPoolSetRate() local
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_flow_control_alg0.c | 247 double rate = (double)pcb->statistics.debugPcb.packIntervalSendBytes * FILLP_FC_IN_BIT; in FillpAlg0AnalysePack() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncreceiver_fuzzer/ |
H A D | vsyncreceiver_fuzzer.cpp | 82 int32_t rate = GetData<int32_t>(); in DoSomethingInterestingWithMyAPI() local
|
/foundation/arkui/ace_engine/frameworks/core/components/triangle/ |
H A D | render_triangle.cpp | 63 double rate = height * 2.0 / width; in Calculate() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | form_render_window.cpp | 186 void FormRenderWindow::FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) in FlushFrameRate() argument
|