Home
last modified time | relevance | path

Searched refs:refreshRates (Results 1 - 22 of 22) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H A Dvsync_ltpo_test.cpp165 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 Dvsync_120to30_test.cpp163 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 Dvsync_90to30_test.cpp163 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 Dvsync_90to60_test.cpp163 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 Dvsync_30to120_test.cpp170 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 Dvsync_30to60_test.cpp170 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 Dvsync_30to90_test.cpp170 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 Dvsync_60to120_test.cpp170 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 Dvsync_90to120_test.cpp170 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 Dvsync_60to90_test.cpp170 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 Dvsync_60to30_test.cpp163 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 Dvsync_120to90_test.cpp163 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 Dvsync_120to60_test.cpp163 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 Dvsync_controller.h36 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 Dvsync_generator.h44 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 Dvsync_distributor.h169 void OnConnsRefreshRateChanged(const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates);
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_controller_test.cpp35 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 Dvsync_generator_test.cpp84 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 Dvsync_controller.cpp111 void VSyncController::OnConnsRefreshRateChanged(const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates) in OnConnsRefreshRateChanged() argument
119 cb->OnConnsRefreshRateChanged(refreshRates); in OnConnsRefreshRateChanged()
H A Dvsync_generator.cpp296 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 Dvsync_distributor.cpp743 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 Dhgm_vsync_generator_controller.cpp94 VSyncGenerator::ListenerRefreshRateData listenerRate = {.cb = appController_, .refreshRates = appData}; in ChangeGeneratorRate()

Completed in 17 milliseconds