Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hdrFormats_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H
A
D
rs_screen_hdr_capability.cpp
23
maxAverageLum_(maxAverageLum),
hdrFormats_
(formats)
in RSScreenHDRCapability()
44
return
hdrFormats_
;
in GetHdrFormats()
64
hdrFormats_
= formats;
in SetHdrFormats()
114
if (!WriteVector(
hdrFormats_
, parcel)) {
in Marshalling()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H
A
D
rs_screen_hdr_capability.h
53
std::vector<ScreenHDRFormat>
hdrFormats_
;
member in OHOS::Rosen::RSScreenHDRCapability
/foundation/window/window_manager/utils/src/
H
A
D
display_info.cpp
38
parcel.WriteUInt32Vector(colorSpaces_) && parcel.WriteUInt32Vector(
hdrFormats_
) &&
in Marshalling()
70
parcel.ReadUInt32Vector(&(displayInfo->
hdrFormats_
)) &&
in Unmarshalling()
/foundation/window/window_manager/window_scene/session/screen/include/
H
A
D
screen_session.h
256
std::vector<uint32_t>
hdrFormats_
;
member in OHOS::Rosen::ScreenSession
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_session.cpp
239
displayInfo->SetHdrFormats(
hdrFormats_
);
in ConvertToDisplayInfo()
1423
hdrFormats_
= std::move(hdrFormats);
in SetHdrFormats()
Completed in 4 milliseconds