Home
last modified time | relevance | path

Searched refs:hdrFormats_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_hdr_capability.cpp23 maxAverageLum_(maxAverageLum), hdrFormats_(formats) in RSScreenHDRCapability()
44 return hdrFormats_; in GetHdrFormats()
64 hdrFormats_ = formats; in SetHdrFormats()
114 if (!WriteVector(hdrFormats_, parcel)) { in Marshalling()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Ddisplay_info.cpp38 parcel.WriteUInt32Vector(colorSpaces_) && parcel.WriteUInt32Vector(hdrFormats_) && in Marshalling()
70 parcel.ReadUInt32Vector(&(displayInfo->hdrFormats_)) && in Unmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Drs_screen_hdr_capability.h53 std::vector<ScreenHDRFormat> hdrFormats_; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h250 std::vector<uint32_t> hdrFormats_; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp264 displayInfo->SetHdrFormats(hdrFormats_); in ConvertToDisplayInfo()
1449 hdrFormats_ = std::move(hdrFormats); in SetHdrFormats()