Searched refs:appBufferList_ (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hgm_idle_detector_test.cpp | 192 idleDetector->appBufferList_.push_back(std::make_pair(aceAnimator, fps90HZ)); 201 idleDetector->appBufferList_.push_back(std::make_pair(flutterBuffer, fps90HZ)); 234 idleDetector->appBufferList_.push_back(std::make_pair(bufferName, fps120HZ)); 235 idleDetector->appBufferList_.push_back(std::make_pair(rosenWeb, fps90HZ)); 237 idleDetector->appBufferList_.push_back(std::make_pair(aceAnimator, fps60HZ)); 243 idleDetector->appBufferList_.push_back(std::make_pair(aceAnimator, fps120HZ)); 244 idleDetector->appBufferList_.push_back(std::make_pair(rosenWeb, fps90HZ)); 246 idleDetector->appBufferList_.push_back(std::make_pair(bufferName, fps60HZ)); 252 idleDetector->appBufferList_.push_back(std::make_pair(aceAnimator, fps120HZ)); 253 idleDetector->appBufferList_.push_back(std::make_pair(rosenWeb, fps90HZ)); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_idle_detector.cpp | 95 if (appBufferList_.empty()) { in GetTouchUpExpectedFPS() 100 auto iter = std::find_if(appBufferList_.begin(), appBufferList_.end(), in GetTouchUpExpectedFPS() 104 if (iter != appBufferList_.end() && frameTimeMap_.empty()) { in GetTouchUpExpectedFPS() 112 auto iter = std::find_if(appBufferList_.begin(), appBufferList_.end(), in GetTouchUpExpectedFPS() 116 if (iter == appBufferList_.end()) { in GetTouchUpExpectedFPS() 121 for (auto &[surfaceName, touchUpExpectedFPS] : appBufferList_) { in GetTouchUpExpectedFPS()
|
H A D | hgm_idle_detector.h | 78 appBufferList_.clear(); in ClearAppBufferList() 88 appBufferList_ = appBufferList; in UpdateAppBufferList() 112 std::vector<std::pair<std::string, int32_t>> appBufferList_; variable
|
H A D | hgm_frame_rate_manager.cpp | 93 idleDetector_.UpdateSupportAppBufferList(configData->appBufferList_); in Init()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/ |
H A D | xml_parser.cpp | 261 mParsedData_->appBufferList_.clear(); in ParseAppBufferList() 268 mParsedData_->appBufferList_.push_back(name); in ParseAppBufferList() 274 if (mParsedData_->appBufferList_.empty()) { in ParseBufferStrategyList() 278 for (auto &name : mParsedData_->appBufferList_) { in ParseBufferStrategyList()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/ |
H A D | hgm_command.h | 155 std::vector<std::string> appBufferList_; variable
|