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:colorSpaces_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/image_effect/interfaces/inner_api/native/base/
H
A
D
effect_info.h
66
std::vector<EffectColorSpace>
colorSpaces_
;
member in OHOS::Media::Effect::EffectInfo
/foundation/window/window_manager/utils/src/
H
A
D
display_info.cpp
38
parcel.WriteUInt32Vector(
colorSpaces_
) && parcel.WriteUInt32Vector(hdrFormats_) &&
in Marshalling()
69
parcel.ReadUInt32Vector(&(displayInfo->
colorSpaces_
)) &&
in Unmarshalling()
/foundation/multimedia/image_effect/frameworks/native/capi/
H
A
D
native_common_utils.cpp
298
effectInfo->
colorSpaces_
.emplace_back(EffectColorSpace::SRGB);
in SwitchToEffectInfo()
299
effectInfo->
colorSpaces_
.emplace_back(EffectColorSpace::SRGB_LIMIT);
in SwitchToEffectInfo()
300
effectInfo->
colorSpaces_
.emplace_back(EffectColorSpace::DISPLAY_P3);
in SwitchToEffectInfo()
301
effectInfo->
colorSpaces_
.emplace_back(EffectColorSpace::DISPLAY_P3_LIMIT);
in SwitchToEffectInfo()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H
A
D
brightness_efilter.cpp
146
info_->
colorSpaces_
= {
in GetEffectInfo()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H
A
D
contrast_efilter.cpp
145
info_->
colorSpaces_
= {
in GetEffectInfo()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H
A
D
crop_efilter.cpp
236
info_->
colorSpaces_
= {
in GetEffectInfo()
/foundation/window/window_manager/window_scene/session/screen/include/
H
A
D
screen_session.h
257
std::vector<uint32_t>
colorSpaces_
;
member in OHOS::Rosen::ScreenSession
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H
A
D
efilter.cpp
107
colorSpaceCap->colorSpaces = effectInfo->
colorSpaces_
;
in GetColorSpaceCap()
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_session.cpp
240
displayInfo->SetColorSpaces(
colorSpaces_
);
in ConvertToDisplayInfo()
1428
colorSpaces_
= std::move(colorSpaces);
in SetColorSpaces()
Completed in 7 milliseconds