/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/ |
H A D | vsync_ltpo_test.cpp | 165 std::vector<std::pair<uint64_t, uint32_t>> refreshRates = {{1, 120}}; // 120hz in Process1() local 168 .refreshRates = refreshRates in Process1() 214 refreshRates = {{1, 90}}; // 90hz in Process1() 217 .refreshRates = refreshRates in Process1() 262 refreshRates = {{1, 60}}; // 60hz in Process1() 265 .refreshRates = refreshRates in Process1() 310 refreshRates in Process1() [all...] |
H A D | vsync_120to30_test.cpp | 163 std::vector<std::pair<uint64_t, uint32_t>> refreshRates; in Process1() local 182 refreshRates = {{1, 120}}; // 120hz in Process1() 185 .refreshRates = refreshRates in Process1() 230 refreshRates = {{1, 30}}; // 30hz in Process1() 233 .refreshRates = refreshRates in Process1()
|
H A D | vsync_90to30_test.cpp | 163 std::vector<std::pair<uint64_t, uint32_t>> refreshRates; in Process1() local 182 refreshRates = {{1, 90}}; // 90hz in Process1() 185 .refreshRates = refreshRates in Process1() 230 refreshRates = {{1, 30}}; // 30hz in Process1() 233 .refreshRates = refreshRates in Process1()
|
H A D | vsync_90to60_test.cpp | 163 std::vector<std::pair<uint64_t, uint32_t>> refreshRates; in Process1() local 182 refreshRates = {{1, 90}}; // 90hz in Process1() 185 .refreshRates = refreshRates in Process1() 230 refreshRates = {{1, 60}}; // 60hz in Process1() 233 .refreshRates = refreshRates in Process1()
|
H A D | vsync_30to120_test.cpp | 170 std::vector<std::pair<uint64_t, uint32_t>> refreshRates; in Process1() local 189 refreshRates = {{1, 30}}; // 30hz in Process1() 192 .refreshRates = refreshRates in Process1() 237 refreshRates = {{1, 120}}; // 120hz in Process1() 240 .refreshRates = refreshRates in Process1()
|
H A D | vsync_30to60_test.cpp | 170 std::vector<std::pair<uint64_t, uint32_t>> refreshRates; in Process1() local 189 refreshRates = {{1, 30}}; // 30hz in Process1() 192 .refreshRates = refreshRates in Process1() 237 refreshRates = {{1, 60}}; // 60hz in Process1() 240 .refreshRates = refreshRates in Process1()
|
H A D | vsync_30to90_test.cpp | 170 std::vector<std::pair<uint64_t, uint32_t>> refreshRates; in Process1() local 189 refreshRates = {{1, 30}}; // 30hz in Process1() 192 .refreshRates = refreshRates in Process1() 237 refreshRates = {{1, 90}}; // 90hz in Process1() 240 .refreshRates = refreshRates in Process1()
|
H A D | vsync_60to120_test.cpp | 170 std::vector<std::pair<uint64_t, uint32_t>> refreshRates; in Process1() local 189 refreshRates = {{1, 60}}; // 60hz in Process1() 192 .refreshRates = refreshRates in Process1() 237 refreshRates = {{1, 120}}; // 120hz in Process1() 240 .refreshRates = refreshRates in Process1()
|
H A D | vsync_90to120_test.cpp | 170 std::vector<std::pair<uint64_t, uint32_t>> refreshRates; in Process1() local 189 refreshRates = {{1, 90}}; // 90hz in Process1() 192 .refreshRates = refreshRates in Process1() 237 refreshRates = {{1, 120}}; // 120hz in Process1() 240 .refreshRates = refreshRates in Process1()
|
H A D | vsync_60to90_test.cpp | 170 std::vector<std::pair<uint64_t, uint32_t>> refreshRates; in Process1() local 189 refreshRates = {{1, 60}}; // 60hz in Process1() 192 .refreshRates = refreshRates in Process1() 237 refreshRates = {{1, 90}}; // 90hz in Process1() 240 .refreshRates = refreshRates in Process1()
|
H A D | vsync_60to30_test.cpp | 163 std::vector<std::pair<uint64_t, uint32_t>> refreshRates; in Process1() local 182 refreshRates = {{1, 60}}; // 60hz in Process1() 185 .refreshRates = refreshRates in Process1() 230 refreshRates = {{1, 30}}; // 30hz in Process1() 233 .refreshRates = refreshRates in Process1()
|
H A D | vsync_120to90_test.cpp | 163 std::vector<std::pair<uint64_t, uint32_t>> refreshRates; in Process1() local 182 refreshRates = {{1, 120}}; // 120hz in Process1() 185 .refreshRates = refreshRates in Process1() 230 refreshRates = {{1, 90}}; // 90hz in Process1() 233 .refreshRates = refreshRates in Process1()
|
H A D | vsync_120to60_test.cpp | 163 std::vector<std::pair<uint64_t, uint32_t>> refreshRates; in Process1() local 182 refreshRates = {{1, 120}}; // 120hz in Process1() 185 .refreshRates = refreshRates in Process1() 230 refreshRates = {{1, 60}}; // 60hz in Process1() 233 .refreshRates = refreshRates in Process1()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | vsync_controller.h | 36 virtual void OnConnsRefreshRateChanged(const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates) = 0;
56 void OnConnsRefreshRateChanged(const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates);
|
H A D | vsync_generator.h | 44 virtual void OnConnsRefreshRateChanged(const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates) = 0;
49 std::vector<std::pair<uint64_t, uint32_t>> refreshRates;
member
|
H A D | vsync_distributor.h | 169 void OnConnsRefreshRateChanged(const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates);
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/ |
H A D | vsync_controller_test.cpp | 35 void OnConnsRefreshRateChanged(const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates) override;
55 void VSyncControllerCallback::OnConnsRefreshRateChanged(const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates)
in OnConnsRefreshRateChanged() argument
|
H A D | vsync_generator_test.cpp | 84 void OnConnsRefreshRateChanged(const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates) override;
97 const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates)
in OnConnsRefreshRateChanged() 532 std::vector<std::pair<uint64_t, uint32_t>> refreshRates = {};
in HWTEST_F() local 533 refreshRates.push_back({0, 60});
in HWTEST_F() 534 refreshRates.push_back({1, 120});
in HWTEST_F() 537 .refreshRates = refreshRates,
in HWTEST_F() 576 std::vector<std::pair<uint64_t, uint32_t>> refreshRates = {};
in HWTEST_F() local 577 refreshRates.push_back({0, 60});
in HWTEST_F() 578 refreshRates in HWTEST_F() 96 OnConnsRefreshRateChanged( const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates) OnConnsRefreshRateChanged() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_controller.cpp | 111 void VSyncController::OnConnsRefreshRateChanged(const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates)
in OnConnsRefreshRateChanged() argument 119 cb->OnConnsRefreshRateChanged(refreshRates);
in OnConnsRefreshRateChanged()
|
H A D | vsync_generator.cpp | 296 it->callback_->OnConnsRefreshRateChanged(changingRefreshRates_.refreshRates);
in ChangeListenerRefreshRatesInternal() 300 changingRefreshRates_.refreshRates.clear();
in ChangeListenerRefreshRatesInternal() 379 // update VSyncConnections refreshRates
in UpdateChangeDataLocked() 649 for (std::pair<uint64_t, uint32_t> rateVec : listenerRefreshRates.refreshRates) {
in ChangeGeneratorRefreshRateModel() 697 for (auto refreshRate : listenerRefreshRates.refreshRates) {
in UpdateChangeRefreshRatesLocked() 699 for (auto it = changingRefreshRates_.refreshRates.begin();
in UpdateChangeRefreshRatesLocked() 700 it != changingRefreshRates_.refreshRates.end(); it++) {
in UpdateChangeRefreshRatesLocked() 708 changingRefreshRates_.refreshRates.push_back(refreshRate);
in UpdateChangeRefreshRatesLocked()
|
H A D | vsync_distributor.cpp | 743 void VSyncDistributor::OnConnsRefreshRateChanged(const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates)
in OnConnsRefreshRateChanged() argument 746 for (auto refreshRate : refreshRates) {
in OnConnsRefreshRateChanged()
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_vsync_generator_controller.cpp | 94 VSyncGenerator::ListenerRefreshRateData listenerRate = {.cb = appController_, .refreshRates = appData}; in ChangeGeneratorRate()
|