Searched refs:isHdrOn (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/luminance/ |
H A D | rs_luminance_control.cpp | 208 bool RSLuminanceControl::SetHdrStatus(ScreenId screenId, bool isHdrOn, int32_t type) in SetHdrStatus() argument 210 … return (initStatus_ && setHdrStatus_ != nullptr) ? setHdrStatus_(screenId, isHdrOn, type) : false; in SetHdrStatus()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/luminance/mingw/ |
H A D | rs_luminance_control.cpp | 30 bool RSLuminanceControl::SetHdrStatus(ScreenId screenId, bool isHdrOn, int32_t type) in SetHdrStatus() argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_render_node_drawable.cpp | 485 pid_t threadId, bool isHdrOn) in InitCachedSurface() argument 517 if (isHdrOn) { in InitCachedSurface() 756 bool isHdrOn = RSLuminanceControl::Get().IsHdrOn(curCanvas->GetScreenId()); in UpdateCacheSurface() local 760 … InitCachedSurface(curCanvas->GetGPUContext().get(), params.GetCacheSize(), threadId, isHdrOn); in UpdateCacheSurface()
|
H A D | rs_ui_first_surface_render_node_drawable.cpp | 256 uint32_t threadIndex, bool isHdrOn) in InitCacheSurface() argument 308 if (isHdrOn) { in InitCacheSurface()
|
H A D | rs_display_render_node_drawable.cpp | 688 bool isHdrOn = params->GetHDRPresent(); in OnDraw() local 692 if (!isHdrOn) { in OnDraw() 697 isHdrOn, hdrBrightnessRatio); in OnDraw() 709 RS_LOGD("RSDisplayRenderNodeDrawable::OnDraw HDR isHdrOn: %{public}d", isHdrOn); in OnDraw() 710 if (isHdrOn) { in OnDraw() 768 bool needOffscreen = params->GetNeedOffscreen() || isHdrOn; in OnDraw()
|
H A D | rs_render_node_drawable.h | 156 bool isHdrOn = false);
|
H A D | rs_surface_render_node_drawable.h | 120 uint32_t threadIndex = UNI_MAIN_THREAD_INDEX, bool isHdrOn = false);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/luminance/ |
H A D | rs_luminance_control.h | 48 RSB_EXPORT bool SetHdrStatus(ScreenId screenId, bool isHdrOn, int32_t type = HDR_TYPE::PHOTO);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uifirst_manager.cpp | 349 bool isHdrOn = displayParams->GetHDRPresent(); in SyncHDRDisplayParam() local 351 drawable->SetHDRPresent(isHdrOn); in SyncHDRDisplayParam() 352 if (isHdrOn) { in SyncHDRDisplayParam()
|
H A D | rs_uni_render_visitor.cpp | 367 bool isHdrOn = RSLuminanceControl::Get().IsHdrOn(screenId); in HandlePixelFormat() local 369 …RS_TRACE_NAME_FMT("HDR:%d, in Unirender:%d brightnessRatio:%f", isHdrOn, hasUniRenderHdrSurface_, … in HandlePixelFormat() 371 "brightnessRatio:%{public}f", isHdrOn, hasUniRenderHdrSurface_, brightnessRatio); in HandlePixelFormat() 373 isHdrOn = false; in HandlePixelFormat() 375 node.SetHDRPresent(isHdrOn); in HandlePixelFormat()
|