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:awb
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H
A
D
isp_stats_v1x.c
21
pbuf->params.
awb
.awb_mean[0].cnt = CIF_ISP_AWB_GET_PIXEL_CNT(reg_val);
in rkisp1_stats_get_awb_meas_v10()
24
pbuf->params.
awb
.awb_mean[0].mean_cr_or_r = CIF_ISP_AWB_GET_MEAN_CR_R(reg_val);
in rkisp1_stats_get_awb_meas_v10()
25
pbuf->params.
awb
.awb_mean[0].mean_cb_or_b = CIF_ISP_AWB_GET_MEAN_CB_B(reg_val);
in rkisp1_stats_get_awb_meas_v10()
26
pbuf->params.
awb
.awb_mean[0].mean_y_or_g = CIF_ISP_AWB_GET_MEAN_Y_G(reg_val);
in rkisp1_stats_get_awb_meas_v10()
36
pbuf->params.
awb
.awb_mean[0].cnt = CIF_ISP_AWB_GET_PIXEL_CNT(reg_val);
in rkisp1_stats_get_awb_meas_v12()
39
pbuf->params.
awb
.awb_mean[0].mean_cr_or_r = CIF_ISP_AWB_GET_MEAN_CR_R(reg_val);
in rkisp1_stats_get_awb_meas_v12()
40
pbuf->params.
awb
.awb_mean[0].mean_cb_or_b = CIF_ISP_AWB_GET_MEAN_CB_B(reg_val);
in rkisp1_stats_get_awb_meas_v12()
41
pbuf->params.
awb
.awb_mean[0].mean_y_or_g = CIF_ISP_AWB_GET_MEAN_Y_G(reg_val);
in rkisp1_stats_get_awb_meas_v12()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H
A
D
isp_stats_v1x.c
23
pbuf->params.
awb
.awb_mean[0].cnt = CIF_ISP_AWB_GET_PIXEL_CNT(reg_val);
in rkisp1_stats_get_awb_meas_v10()
26
pbuf->params.
awb
.awb_mean[0].mean_cr_or_r =
in rkisp1_stats_get_awb_meas_v10()
28
pbuf->params.
awb
.awb_mean[0].mean_cb_or_b =
in rkisp1_stats_get_awb_meas_v10()
30
pbuf->params.
awb
.awb_mean[0].mean_y_or_g =
in rkisp1_stats_get_awb_meas_v10()
43
pbuf->params.
awb
.awb_mean[0].cnt = CIF_ISP_AWB_GET_PIXEL_CNT(reg_val);
in rkisp1_stats_get_awb_meas_v12()
46
pbuf->params.
awb
.awb_mean[0].mean_cr_or_r =
in rkisp1_stats_get_awb_meas_v12()
48
pbuf->params.
awb
.awb_mean[0].mean_cb_or_b =
in rkisp1_stats_get_awb_meas_v12()
50
pbuf->params.
awb
.awb_mean[0].mean_y_or_g =
in rkisp1_stats_get_awb_meas_v12()
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H
A
D
rkisp1-config.h
338
* @max_y: only pixels values < max_y contribute to
awb
measurement, set to 0 to disable this feature
339
* @min_y: only pixels values > min_y contribute to
awb
measurement
340
* @max_csum: Chrominance sum maximum value, only consider pixels with Cb+Cr, smaller than threshold for
awb
342
* @min_c: Chrominance minimum value, only consider pixels with Cb/Cr each greater than threshold value for
awb
835
struct cifisp_awb_stat
awb
;
member
H
A
D
rk-camera-module.h
128
* struct rkmodule_awb_inf - module
awb
information
240
struct rkmodule_awb_inf
awb
;
member
248
* struct rkmodule_awb_inf - module
awb
information
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H
A
D
rkisp1-config.h
351
* @max_y: only pixels values < max_y contribute to
awb
measurement, set to 0 to disable this feature
352
* @min_y: only pixels values > min_y contribute to
awb
measurement
353
* @max_csum: Chrominance sum maximum value, only consider pixels with Cb+Cr, smaller than threshold for
awb
measurements
354
* @min_c: Chrominance minimum value, only consider pixels with Cb/Cr each greater than threshold value for
awb
measurements
852
struct cifisp_awb_stat
awb
;
member
H
A
D
rk-camera-module.h
223
* struct rkmodule_awb_inf - module
awb
information
335
struct rkmodule_awb_inf
awb
;
member
343
* struct rkmodule_awb_inf - module
awb
information
Completed in 8 milliseconds