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:rgb
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/battery/interfaces/hdi_service/src/
H
A
D
battery_config.cpp
211
Json::Value
rgb
= GetValue(valueObj, "
rgb
");
in ParseLightConfig()
local
212
if (!soc.isArray() || !
rgb
.isArray()) {
in ParseLightConfig()
220
if (
rgb
.size() != MAX_RGB_RANGE || !
rgb
[RED_INDEX].isUInt() || !
rgb
[GREEN_INDEX].isUInt() ||
in ParseLightConfig()
221
!
rgb
[BLUE_INDEX].isUInt()) {
in ParseLightConfig()
222
BATTERY_HILOGW(COMP_HDI, "The battery light %{public}s
rgb
data type error.", key.c_str());
in ParseLightConfig()
229
.
rgb
= (
rgb
[RED_INDE
in ParseLightConfig()
[all...]
/drivers/peripheral/battery/interfaces/hdi_service/test/systemtest/src/
H
A
D
battery_sys_test.cpp
64
ASSERT_TRUE(lightConf[i].
rgb
>= 0 && lightConf[i].
rgb
<= maxRgb);
in HWTEST_F()
/drivers/peripheral/battery/interfaces/hdi_service/include/
H
A
D
battery_config.h
39
uint32_t
rgb
;
member
/drivers/hdf_core/framework/support/platform/src/hdmi/
H
A
D
hdmi_core.c
800
HDF_LOGD("Y422 is not support at pal and ntsc, force adapt to
rgb
!");
in HdmiTmdsClockUpdate()
1081
bool
rgb
;
in HdmiFillVideoAttrFromHardwareStatus()
local
1087
rgb
= ((hwStatus->videoStatus.rgb2Ycbcr) ||
in HdmiFillVideoAttrFromHardwareStatus()
1089
videoAttr->colorSpace = (
rgb
== true) ? HDMI_COLOR_SPACE_RGB : HDMI_COLOR_SPACE_YCBCR444;
in HdmiFillVideoAttrFromHardwareStatus()
Completed in 4 milliseconds