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:crop_bounds
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
H
A
D
rkisp1-common.c
29
struct v4l2_rect
crop_bounds
= {
in rkisp1_sd_adjust_crop()
local
36
rkisp1_sd_adjust_crop_rect(crop, &
crop_bounds
);
in rkisp1_sd_adjust_crop()
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H
A
D
rkisp1-common.c
172
struct v4l2_rect
crop_bounds
= {
in rkisp1_sd_adjust_crop()
local
179
rkisp1_sd_adjust_crop_rect(crop, &
crop_bounds
);
in rkisp1_sd_adjust_crop()
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H
A
D
saa7134-video.c
367
dev->
crop_bounds
.left = norm->h_start;
in set_tvnorm()
369
dev->
crop_bounds
.width = norm->h_stop - norm->h_start +1;
in set_tvnorm()
372
dev->
crop_bounds
.top = (norm->vbi_v_stop_0+1)*2;
in set_tvnorm()
374
dev->
crop_bounds
.height = ((norm->id & V4L2_STD_525_60) ? 524 : 624)
in set_tvnorm()
375
- dev->
crop_bounds
.top;
in set_tvnorm()
762
dev->width > dev->
crop_bounds
.width ||
in queue_setup()
763
dev->height > dev->
crop_bounds
.height)
in queue_setup()
1069
maxw = min(dev->crop_current.width*4, dev->
crop_bounds
.width);
in saa7134_try_fmt_vid_cap()
1070
maxh = min(dev->crop_current.height*4, dev->
crop_bounds
.height);
in saa7134_try_fmt_vid_cap()
1322
sel->r = dev->
crop_bounds
;
in saa7134_g_selection()
[all...]
H
A
D
saa7134.h
635
struct v4l2_rect
crop_bounds
;
member
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H
A
D
saa7134-video.c
367
dev->
crop_bounds
.left = norm->h_start;
in set_tvnorm()
369
dev->
crop_bounds
.width = norm->h_stop - norm->h_start +1;
in set_tvnorm()
372
dev->
crop_bounds
.top = (norm->vbi_v_stop_0+1)*2;
in set_tvnorm()
374
dev->
crop_bounds
.height = ((norm->id & V4L2_STD_525_60) ? 524 : 624)
in set_tvnorm()
375
- dev->
crop_bounds
.top;
in set_tvnorm()
949
dev->width > dev->
crop_bounds
.width ||
in queue_setup()
950
dev->height > dev->
crop_bounds
.height)
in queue_setup()
1307
maxw = min(dev->crop_current.width*4, dev->
crop_bounds
.width);
in saa7134_try_fmt_vid_cap()
1308
maxh = min(dev->crop_current.height*4, dev->
crop_bounds
.height);
in saa7134_try_fmt_vid_cap()
1635
sel->r = dev->
crop_bounds
;
in saa7134_g_selection()
[all...]
H
A
D
saa7134.h
646
struct v4l2_rect
crop_bounds
;
member
Completed in 12 milliseconds