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:scaleup_h
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
H
A
D
camif-core.c
171
scaler->
scaleup_h
= (target_x >= source_x);
in s3c_camif_get_scaler_config()
180
pr_debug("Source: %dx%d, Target: %dx%d,
scaleup_h
/v: %d/%d\n",
in s3c_camif_get_scaler_config()
182
scaler->
scaleup_h
, scaler->scaleup_v);
in s3c_camif_get_scaler_config()
H
A
D
camif-core.h
164
u8
scaleup_h
;
member
H
A
D
camif-regs.c
394
if (scaler->
scaleup_h
) {
in camif_s3c244x_hw_set_scaler()
449
if (scaler->
scaleup_h
)
in camif_s3c64xx_hw_set_scaler()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H
A
D
camif-core.c
172
scaler->
scaleup_h
= (target_x >= source_x);
in s3c_camif_get_scaler_config()
181
pr_debug("Source: %dx%d, Target: %dx%d,
scaleup_h
/v: %d/%d\n",
in s3c_camif_get_scaler_config()
183
scaler->
scaleup_h
, scaler->scaleup_v);
in s3c_camif_get_scaler_config()
H
A
D
camif-core.h
166
u8
scaleup_h
;
member
H
A
D
camif-regs.c
394
if (scaler->
scaleup_h
) {
in camif_s3c244x_hw_set_scaler()
449
if (scaler->
scaleup_h
)
in camif_s3c64xx_hw_set_scaler()
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H
A
D
fimc-core.h
171
* @
scaleup_h
: flag indicating scaling up horizontally
188
unsigned int
scaleup_h
:1;
member
H
A
D
fimc-reg.c
269
if (sc->
scaleup_h
)
in fimc_hw_set_scaler()
H
A
D
fimc-core.c
276
sc->
scaleup_h
= (tx >= sx) ? 1 : 0;
in fimc_set_scaler_info()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H
A
D
fimc-core.h
171
* @
scaleup_h
: flag indicating scaling up horizontally
188
unsigned int
scaleup_h
:1;
member
H
A
D
fimc-reg.c
269
if (sc->
scaleup_h
)
in fimc_hw_set_scaler()
H
A
D
fimc-core.c
277
sc->
scaleup_h
= (tx >= sx) ? 1 : 0;
in fimc_set_scaler_info()
Completed in 13 milliseconds