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:do_crop
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/stm32/
H
A
D
stm32-dcmi.c
146
bool
do_crop
;
member
784
if (dcmi->
do_crop
)
in dcmi_start_streaming()
973
bool
do_crop
;
in dcmi_try_fmt()
local
990
do_crop
= dcmi->
do_crop
&& (pix->pixelformat != V4L2_PIX_FMT_JPEG);
in dcmi_try_fmt()
992
if (
do_crop
&& dcmi->num_of_sd_framesizes) {
in dcmi_try_fmt()
1016
if (
do_crop
) {
in dcmi_try_fmt()
1073
dcmi->
do_crop
= false;
in dcmi_set_fmt()
1252
if (dcmi->
do_crop
) {
in dcmi_g_selection()
1304
dcmi->
do_crop
in dcmi_s_selection()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/st/stm32/
H
A
D
stm32-dcmi.c
140
bool
do_crop
;
member
774
if (dcmi->
do_crop
)
in dcmi_start_streaming()
967
bool
do_crop
;
in dcmi_try_fmt()
local
984
do_crop
= dcmi->
do_crop
&& (pix->pixelformat != V4L2_PIX_FMT_JPEG);
in dcmi_try_fmt()
986
if (
do_crop
&& dcmi->num_of_sd_framesizes) {
in dcmi_try_fmt()
1009
if (
do_crop
) {
in dcmi_try_fmt()
1067
dcmi->
do_crop
= false;
in dcmi_set_fmt()
1244
if (dcmi->
do_crop
) {
in dcmi_g_selection()
1296
dcmi->
do_crop
in dcmi_s_selection()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
bttv-risc.c
675
&btv->crop[!!btv->
do_crop
].rect);
in bttv_buffer_risc()
725
&btv->crop[!!btv->
do_crop
].rect);
in bttv_buffer_risc()
735
&btv->crop[!!btv->
do_crop
].rect);
in bttv_buffer_risc()
745
&btv->crop[!!btv->
do_crop
].rect);
in bttv_buffer_risc()
765
&btv->crop[!!btv->
do_crop
].rect);
in bttv_buffer_risc()
792
1, tvnorm, &btv->crop[!!btv->
do_crop
].rect);
in bttv_buffer_risc()
H
A
D
bttvp.h
450
int
do_crop
;
member
H
A
D
bttv-driver.c
661
__s32 top = btv->crop[!!btv->
do_crop
].rect.top;
in check_alloc_btres_lock()
1864
c = &btv->crop[!!btv->
do_crop
];
in limit_scaled_size_lock()
1866
if (btv->
do_crop
in limit_scaled_size_lock()
2043
height2 = btv->crop[!!btv->
do_crop
].rect.height >> 1;
in bttv_try_fmt_vid_cap()
2222
sel->r = btv->crop[!!btv->
do_crop
].rect;
in bttv_g_selection()
2294
btv->
do_crop
= 1;
in bttv_s_selection()
3340
btv->
do_crop
= 0;
in bttv_probe()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
bttv-driver.c
673
__s32 top = btv->crop[!!fh->
do_crop
].rect.top;
in check_alloc_btres_lock()
1564
c = btv->crop[!!fh->
do_crop
];
in bttv_prepare_buffer()
1972
c = &btv->crop[!!fh->
do_crop
];
in limit_scaled_size_lock()
1974
if (fh->
do_crop
in limit_scaled_size_lock()
2086
height2 = fh->btv->crop[!!fh->
do_crop
].rect.height >> 1;
in verify_window_lock()
2193
new->crop = btv->crop[!!fh->
do_crop
].rect;
in setup_window_lock()
2337
height2 = btv->crop[!!fh->
do_crop
].rect.height >> 1;
in bttv_try_fmt_vid_cap()
2561
new->crop = btv->crop[!!fh->
do_crop
].rect;
in bttv_overlay()
2634
new->crop = btv->crop[!!fh->
do_crop
].rect;
in bttv_s_fbuf()
2768
* No fh->
do_crop
in bttv_g_selection()
[all...]
H
A
D
bttvp.h
224
int
do_crop
;
member
Completed in 18 milliseconds