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:pix_limit
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H
A
D
mtk-mdp3-regs.c
136
const struct mdp_pix_limit *
pix_limit
;
in mdp_try_fmt_mplane()
local
164
pix_limit
= V4L2_TYPE_IS_OUTPUT(f->type) ? ¶m->limit->out_limit :
in mdp_try_fmt_mplane()
166
s.min_width =
pix_limit
->wmin;
in mdp_try_fmt_mplane()
167
s.max_width =
pix_limit
->wmax;
in mdp_try_fmt_mplane()
169
s.min_height =
pix_limit
->hmin;
in mdp_try_fmt_mplane()
170
s.max_height =
pix_limit
->hmax;
in mdp_try_fmt_mplane()
187
u32 max_bpl = (
pix_limit
->wmax * fmt->row_depth[i]) >> 3;
in mdp_try_fmt_mplane()
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H
A
D
fimc-m2m.c
286
max_w = variant->
pix_limit
->scaler_dis_w;
in fimc_try_fmt_mplane()
289
max_w = variant->
pix_limit
->out_rot_dis_w;
in fimc_try_fmt_mplane()
304
&pix->height, 8, variant->
pix_limit
->scaler_dis_w, mod_y, 0);
in fimc_try_fmt_mplane()
H
A
D
fimc-core.h
350
* @
pix_limit
: pixel size constraints for the scaler
362
const struct fimc_pix_limit *
pix_limit
;
member
H
A
D
fimc-capture.c
569
const struct fimc_pix_limit *pl = var->
pix_limit
;
in fimc_capture_try_format()
646
const struct fimc_pix_limit *pl = var->
pix_limit
;
in fimc_capture_try_selection()
H
A
D
fimc-core.c
896
v->
pix_limit
= lim;
in fimc_parse_dt()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H
A
D
fimc-m2m.c
286
max_w = variant->
pix_limit
->scaler_dis_w;
in fimc_try_fmt_mplane()
289
max_w = variant->
pix_limit
->out_rot_dis_w;
in fimc_try_fmt_mplane()
304
&pix->height, 8, variant->
pix_limit
->scaler_dis_w, mod_y, 0);
in fimc_try_fmt_mplane()
H
A
D
fimc-core.h
352
* @
pix_limit
: pixel size constraints for the scaler
364
const struct fimc_pix_limit *
pix_limit
;
member
H
A
D
fimc-capture.c
569
const struct fimc_pix_limit *pl = var->
pix_limit
;
in fimc_capture_try_format()
646
const struct fimc_pix_limit *pl = var->
pix_limit
;
in fimc_capture_try_selection()
H
A
D
fimc-core.c
895
v->
pix_limit
= lim;
in fimc_parse_dt()
Completed in 13 milliseconds