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:num_afm_win
(Results
1 - 12
of
12
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H
A
D
rkisp1-config.h
477
* @
num_afm_win
: max CIFISP_AFM_MAX_WINDOWS
483
unsigned char
num_afm_win
;
member
H
A
D
rkisp2-config.h
1489
u8
num_afm_win
;
member
1511
u8
num_afm_win
;
member
H
A
D
rkisp3-config.h
908
u8
num_afm_win
;
member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H
A
D
rkisp1-config.h
491
* @
num_afm_win
: max CIFISP_AFM_MAX_WINDOWS
497
unsigned char
num_afm_win
;
member
H
A
D
rkisp2-config.h
1508
u8
num_afm_win
;
member
1530
u8
num_afm_win
;
member
H
A
D
rkisp3-config.h
908
u8
num_afm_win
;
member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H
A
D
isp_params_v1x.c
717
size_t num_of_win = min_t(size_t, ARRAY_SIZE(arg->afm_win), arg->
num_afm_win
);
in isp_afm_config_v10()
742
size_t num_of_win = min_t(size_t, ARRAY_SIZE(arg->afm_win), arg->
num_afm_win
);
in isp_afm_config_v12()
H
A
D
isp_params_v21.c
787
size_t num_of_win = min_t(size_t, ARRAY_SIZE(arg->win), arg->
num_afm_win
);
in isp_rawaf_config()
H
A
D
isp_params_v3x.c
877
size_t num_of_win = min_t(size_t, ARRAY_SIZE(arg->win), arg->
num_afm_win
);
in isp_rawaf_config()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H
A
D
isp_params_v1x.c
911
arg->
num_afm_win
);
in isp_afm_config_v10()
941
arg->
num_afm_win
);
in isp_afm_config_v12()
H
A
D
isp_params_v21.c
989
arg->
num_afm_win
);
in isp_rawaf_config()
H
A
D
isp_params_v3x.c
1026
arg->
num_afm_win
);
in isp_rawaf_config()
Completed in 50 milliseconds