Home
last modified time | relevance | path

Searched defs:rates (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_frame_trace/unittest/
H A Dframe_rate_report_test.cpp47 std::unordered_map<int, uint32_t> rates; variable
63 std::unordered_map<int, uint32_t> rates; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_frame_trace/src/
H A Dframe_rate_report.cpp28 bool FrameRateReport::SendFrameRates(const std::unordered_map<int, uint32_t>& rates) in SendFrameRates()
43 void FrameRateReport::SendFrameRatesToRss(const std::unordered_map<int, uint32_t> rates) in SendFrameRatesToRss()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_display_sync.cpp143 int32_t RSRenderDisplaySync::GetNearestFrameRate(int32_t num, const std::vector<int32_t>& rates) in GetNearestFrameRate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderdisplaysync_fuzzer/
H A Drsrenderdisplaysync_fuzzer.cpp194 std::vector<int32_t> rates; in DoGetNearestFrameRate() local
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp458 std::vector<std::string> rates; in ParseSensorSubnodeInfo() local
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp409 std::vector<std::string> rates; in ParseSensorLevelInfo() local
/ohos5.0/drivers/hdf_core/framework/model/audio/core/include/
H A Daudio_host.h141 uint64_t rates; member
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/include/
H A Daudio_usb_linux.h112 uint32_t rates; /* rate bitmasks */ member
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_parse_interface.c374 …static const uint32_t rates[] = {5512, 8000, 11025, 16000, 22050, 32000, 44100, 48000, 64000, 8820… in AudioPcmRateToRateBit() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_frame_rate_manager.cpp431 std::unordered_map<pid_t, uint32_t> rates; in FrameRateReport() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp687 std::vector<int32_t> rates = GetScreenSupportedRefreshRates(id); in OnRemoteRequest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1633 void RSNode::SetFgBrightnessRates(const Vector4f& rates) in SetFgBrightnessRates()
1672 void RSNode::SetBgBrightnessRates(const Vector4f& rates) in SetBgBrightnessRates()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp1498 void RSProperties::SetFgBrightnessRates(const Vector4f& rates) in SetFgBrightnessRates()
1599 void RSProperties::SetBgBrightnessRates(const Vector4f& rates) in SetBgBrightnessRates()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp761 std::vector<int32_t> rates = hgmCore.GetScreenComponentRefreshRates(id); in GetScreenSupportedRefreshRates() local