Home
last modified time | relevance | path

Searched refs:supportedPhysicalHDRFormats_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp144 back_inserter(supportedPhysicalHDRFormats_), in PhysicalScreenInit()
946 hdrFormats = supportedPhysicalHDRFormats_; in GetScreenSupportedHDRFormats()
960 if (supportedPhysicalHDRFormats_.size() == 0) { in GetScreenHDRFormat()
963 hdrFormat = supportedPhysicalHDRFormats_[currentPhysicalHDRFormatIdx_]; in GetScreenHDRFormat()
H A Drs_screen.h264 std::vector<ScreenHDRFormat> supportedPhysicalHDRFormats_; variable