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:pre_dst_width
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
H
A
D
camif-core.h
172
u32
pre_dst_width
;
member
H
A
D
camif-core.c
165
scaler->
pre_dst_width
= source_x / scaler->pre_h_ratio;
in s3c_camif_get_scaler_config()
H
A
D
camif-regs.c
375
cfg = (sc->
pre_dst_width
<< 16) | sc->pre_dst_height;
in camif_hw_set_prescaler()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H
A
D
camif-core.h
174
u32
pre_dst_width
;
member
H
A
D
camif-core.c
166
scaler->
pre_dst_width
= source_x / scaler->pre_h_ratio;
in s3c_camif_get_scaler_config()
H
A
D
camif-regs.c
375
cfg = (sc->
pre_dst_width
<< 16) | sc->pre_dst_height;
in camif_hw_set_prescaler()
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_fimc.c
743
u32
pre_dst_width
, pre_dst_height;
in fimc_set_prescaler()
local
778
pre_dst_width
= src_w >> hfactor;
in fimc_set_prescaler()
780
DRM_DEV_DEBUG_KMS(ctx->dev, "
pre_dst_width
[%d]pre_dst_height[%d]\n",
in fimc_set_prescaler()
781
pre_dst_width
, pre_dst_height);
in fimc_set_prescaler()
800
cfg = (EXYNOS_CISCPREDST_PREDSTWIDTH(
pre_dst_width
) |
in fimc_set_prescaler()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_fimc.c
741
u32
pre_dst_width
, pre_dst_height;
in fimc_set_prescaler()
local
776
pre_dst_width
= src_w >> hfactor;
in fimc_set_prescaler()
778
DRM_DEV_DEBUG_KMS(ctx->dev, "
pre_dst_width
[%d]pre_dst_height[%d]\n",
in fimc_set_prescaler()
779
pre_dst_width
, pre_dst_height);
in fimc_set_prescaler()
798
cfg = (EXYNOS_CISCPREDST_PREDSTWIDTH(
pre_dst_width
) |
in fimc_set_prescaler()
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H
A
D
fimc-core.h
180
* @
pre_dst_width
: the prescaler's destination width
196
u32
pre_dst_width
;
member
H
A
D
fimc-reg.c
243
cfg = (sc->
pre_dst_width
<< 16) | sc->pre_dst_height;
in fimc_hw_set_prescaler()
H
A
D
fimc-core.c
264
sc->
pre_dst_width
= sx / sc->pre_hratio;
in fimc_set_scaler_info()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H
A
D
fimc-core.h
180
* @
pre_dst_width
: the prescaler's destination width
196
u32
pre_dst_width
;
member
H
A
D
fimc-reg.c
243
cfg = (sc->
pre_dst_width
<< 16) | sc->pre_dst_height;
in fimc_hw_set_prescaler()
H
A
D
fimc-core.c
265
sc->
pre_dst_width
= sx / sc->pre_hratio;
in fimc_set_scaler_info()
Completed in 16 milliseconds