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:hdrae
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H
A
D
isp_params_v1x.c
1580
struct preisp_hdrae_para_s *
hdrae
;
in _preisp_isr_update_hdrae_para()
local
1586
hdrae
= ¶ms_vdev->hdrae_para;
in _preisp_isr_update_hdrae_para()
1600
hdrae
->r_gain = awb_gain->gain_red;
in _preisp_isr_update_hdrae_para()
1601
hdrae
->b_gain = awb_gain->gain_blue;
in _preisp_isr_update_hdrae_para()
1602
hdrae
->gr_gain = awb_gain->gain_green_r;
in _preisp_isr_update_hdrae_para()
1603
hdrae
->gb_gain = awb_gain->gain_green_b;
in _preisp_isr_update_hdrae_para()
1608
hdrae
->r_gain = 0x0100;
in _preisp_isr_update_hdrae_para()
1609
hdrae
->b_gain = 0x0100;
in _preisp_isr_update_hdrae_para()
1610
hdrae
->gr_gain = 0x0100;
in _preisp_isr_update_hdrae_para()
1611
hdrae
in _preisp_isr_update_hdrae_para()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H
A
D
isp_params_v1x.c
2064
struct preisp_hdrae_para_s *
hdrae
;
in __preisp_isr_update_hdrae_para()
local
2070
hdrae
= ¶ms_vdev->hdrae_para;
in __preisp_isr_update_hdrae_para()
2084
hdrae
->r_gain = awb_gain->gain_red;
in __preisp_isr_update_hdrae_para()
2085
hdrae
->b_gain = awb_gain->gain_blue;
in __preisp_isr_update_hdrae_para()
2086
hdrae
->gr_gain = awb_gain->gain_green_r;
in __preisp_isr_update_hdrae_para()
2087
hdrae
->gb_gain = awb_gain->gain_green_b;
in __preisp_isr_update_hdrae_para()
2092
hdrae
->r_gain = 0x0100;
in __preisp_isr_update_hdrae_para()
2093
hdrae
->b_gain = 0x0100;
in __preisp_isr_update_hdrae_para()
2094
hdrae
->gr_gain = 0x0100;
in __preisp_isr_update_hdrae_para()
2095
hdrae
in __preisp_isr_update_hdrae_para()
[all...]
/device/soc/rockchip/common/vendor/drivers/media/i2c/
H
A
D
gc2093.c
784
dev_info(gc2093->dev, "don't streaming, record
hdrae
\n");
in gc2093_ioctl()
924
struct preisp_hdrae_exp_s *
hdrae
;
in gc2093_compat_ioctl32()
local
977
hdrae
= kzalloc(sizeof(*
hdrae
), GFP_KERNEL);
in gc2093_compat_ioctl32()
978
if (!
hdrae
) {
in gc2093_compat_ioctl32()
983
ret = copy_from_user(
hdrae
, up, sizeof(*
hdrae
));
in gc2093_compat_ioctl32()
985
ret = gc2093_ioctl(sd, cmd,
hdrae
);
in gc2093_compat_ioctl32()
989
kfree(
hdrae
);
in gc2093_compat_ioctl32()
Completed in 7 milliseconds