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:global_gain
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H
A
D
rkisp3-config.h
238
u16
global_gain
;
member
297
u16
global_gain
;
member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H
A
D
rkisp3-config.h
238
u16
global_gain
;
member
297
u16
global_gain
;
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H
A
D
hi_comm_isp_adapt.h
820
hi_u16
global_gain
; /* RW;Range:[0, 0x100];Format:1.8 */
member
827
hi_u16
global_gain
[ISP_AUTO_ISO_STRENGTH_NUM]; /* RW;Range:[0x0, 0x100];Format:1.8 */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H
A
D
hi_comm_isp_adapt.h
820
hi_u16
global_gain
; /* RW;Range:[0, 0x100];Format:1.8 */
member
827
hi_u16
global_gain
[ISP_AUTO_ISO_STRENGTH_NUM]; /* RW;Range:[0x0, 0x100];Format:1.8 */
member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H
A
D
isp_params_v3x.c
2430
(arg->global_gain_alpha & 0xF) << 0x14 | (arg->
global_gain
& 0x3FF) << 0x08 | \
in isp_ynr_config()
2546
value = (arg->
global_gain
& 0x3ff) | (arg->global_gain_alpha & 0xf) << 0x0C;
in isp_cnr_config()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H
A
D
isp_params_v3x.c
3020
(arg->
global_gain
& 0x3FF) << 8 |
in isp_ynr_config()
3161
value = (arg->
global_gain
& 0x3ff) |
in isp_cnr_config()
Completed in 34 milliseconds