/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_idle_detector.cpp | 40 auto validSurfaceName = surfaceName.size() > MAX_BUFFER_LENGTH ? in UpdateSurfaceTime() 41 surfaceName.substr(0, MAX_BUFFER_LENGTH) : surfaceName; in UpdateSurfaceTime() 48 surfaceName.c_str(), pid); in UpdateSurfaceTime() 84 for (auto &[surfaceName, _] : frameTimeMap_) { in ThirdFrameNeedHighRefresh() 85 if (!std::count(appBufferBlackList_.begin(), appBufferBlackList_.end(), surfaceName)) { in ThirdFrameNeedHighRefresh() 111 for (auto &[surfaceName, _] : frameTimeMap_) { in GetTouchUpExpectedFPS() 113 [&surfaceName = surfaceName](const std::pair<std::string, int32_t>& appBuffer) { in GetTouchUpExpectedFPS() 114 return appBuffer.first == surfaceName; in GetTouchUpExpectedFPS() 121 for (auto &[surfaceName, touchUpExpectedFPS] : appBufferList_) { in GetTouchUpExpectedFPS() 122 if ((surfaceName == ACE_ANIMATOR_NAME && !aceAnimatorIdleState_) || in GetTouchUpExpectedFPS() [all …]
|
H A D | hgm_idle_detector.h | 71 void UpdateSurfaceTime(const std::string& surfaceName, uint64_t timestamp, pid_t pid);
|
H A D | hgm_frame_rate_manager.h | 157 void UpdateSurfaceTime(const std::string& surfaceName, uint64_t timestamp, pid_t pid);
|
H A D | hgm_frame_rate_manager.cpp | 212 void HgmFrameRateManager::UpdateSurfaceTime(const std::string& surfaceName, uint64_t timestamp, pi… in UpdateSurfaceTime() argument 214 idleDetector_.UpdateSurfaceTime(surfaceName, timestamp, pid); in UpdateSurfaceTime()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_dirty_rects_dfx.h | 84 …auto surfaceName = RSUniRenderThread::Instance().GetRSRenderThreadParams()->dfxTargetSurfaceNames_; in CheckIfSurfaceTargetedForDFX() local 85 return (std::find(surfaceName.begin(), surfaceName.end(), nodeName) != surfaceName.end()); in CheckIfSurfaceTargetedForDFX()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_subSurface_demo.cpp | 40 bool InitSurface(std::shared_ptr<RSSurfaceNode>& surfaceNode, const std::string& surfaceName, in InitSurface() argument 45 surfaceNodeConfig.SurfaceNodeName = surfaceName; in InitSurface() 57 if (surfaceName.find("parentNode") != std::string::npos) { in InitSurface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_rcd_surface_render_node.cpp | 74 std::string surfaceName = ""; in CreateSurface() local 77 surfaceName = "RCDTopSurfaceNode" + std::to_string(renerTargetId_); in CreateSurface() 80 surfaceName = "RCDBottomSurfaceNode" + std::to_string(renerTargetId_); in CreateSurface() 83 consumer_ = IConsumerSurface::Create(surfaceName.c_str()); in CreateSurface() 84 … RSSingleton<RoundCornerDisplayManager>::GetInstance().AddLayer(surfaceName, renerTargetId_, type); in CreateSurface()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | photo_output_napi.cpp | 206 AuxiliaryPhotoListener::AuxiliaryPhotoListener(const std::string surfaceName, const sptr<Surface> s… in AuxiliaryPhotoListener() argument 207 …wptr<PhotoOutput> photoOutput) : surfaceName_(surfaceName), surface_(surface), photoOutput_(photoO… in AuxiliaryPhotoListener() 242 std::string surfaceName = ""; in InitPictureListeners() local 244 surfaceName = CONST_GAINMAP_SURFACE; in InitPictureListeners() 252 surfaceName = CONST_DEEP_SURFACE; in InitPictureListeners() 260 surfaceName = CONST_EXIF_SURFACE; in InitPictureListeners() 268 surfaceName = CONST_DEBUG_SURFACE; in InitPictureListeners() 1564 string surfaceName = "Thumbnail"; in ExecuteDeepCopySurfaceBuffer() local 1566 surfaceName.c_str()); in ExecuteDeepCopySurfaceBuffer() 1573 …MEDIA_INFO_LOG("ThumbnailListener surfaceName = %{public}s AcquireBuffer end", surfaceName.c_str()… in ExecuteDeepCopySurfaceBuffer() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.cpp | 396 const std::string& surfaceName = surface->GetName(); in CreateNodeAndSurface() local 400 surface->GetUniqueId(), surfaceName.c_str()); in CreateNodeAndSurface() 782 std::string surfaceName = nodeMap.GetSelfDrawSurfaceNameByPid(pid); in GetRefreshInfo() local 783 if (surfaceName.empty()) { in GetRefreshInfo() 790 …[this, &dumpString, &surfaceName]() { return screenManager_->FpsDump(dumpString, surfaceName); }).… in GetRefreshInfo() 793 …[this, &dumpString, &surfaceName]() { return screenManager_->FpsDump(dumpString, surfaceName); }).… in GetRefreshInfo()
|
H A D | rs_uni_render_util.cpp | 852 std::string surfaceName = node->GetName(); in IsNodeAssignSubThread() local 854 RS_LOGI("RSUniRenderUtil::IsNodeAssignSubThread %s", surfaceName.c_str()); in IsNodeAssignSubThread()
|
H A D | rs_uifirst_manager.cpp | 1219 std::string surfaceName = node.GetName(); in IsNonFocusWindowCache() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 408 auto surfaceName = data.ReadString(); in OnRemoteRequest() local 410 … RSSurfaceRenderNodeConfig config = {.id = nodeId, .name = surfaceName, .bundleName = bundleName}; in OnRemoteRequest() 424 auto surfaceName = data.ReadString(); in OnRemoteRequest() local 435 .id = nodeId, .name = surfaceName, .bundleName = bundleName, .nodeType = type, in OnRemoteRequest()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/ |
H A D | photo_output_napi.h | 181 explicit AuxiliaryPhotoListener(const std::string surfaceName, const sptr<Surface> surface,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 178 std::optional<std::string> surfaceName; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 449 …Rosen::RSSurfaceNodeConfig surfaceNodeConfig = { .SurfaceNodeName = param->surfaceName.value_or(""… in InitContext() 482 …Rosen::RSSurfaceNodeConfig surfaceNodeConfig = { .SurfaceNodeName = param->surfaceName.value_or(""… in CreateHardwareSurface() 495 …Rosen::RSSurfaceNodeConfig surfaceNodeConfig = { .SurfaceNodeName = param->surfaceName.value_or(""… in CreateHardwareTexture()
|