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:win_sizes
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
ov7670.c
208
struct ov7670_win_size *
win_sizes
;
member
991
wsize = info->devtype->
win_sizes
+ i;
in ov7670_try_fmt_internal()
1003
for (wsize = info->devtype->
win_sizes
;
in ov7670_try_fmt_internal()
1004
wsize < info->devtype->
win_sizes
+ win_sizes_limit; wsize++)
in ov7670_try_fmt_internal()
1007
if (wsize >= info->devtype->
win_sizes
+ win_sizes_limit)
in ov7670_try_fmt_internal()
1210
struct ov7670_win_size *win = &info->devtype->
win_sizes
[i];
in ov7670_enum_frame_interval()
1247
struct ov7670_win_size *win = &info->devtype->
win_sizes
[i];
in ov7670_enum_frame_size()
1700
format->width = info->devtype->
win_sizes
[0].width;
in ov7670_get_default_format()
1701
format->height = info->devtype->
win_sizes
[0].height;
in ov7670_get_default_format()
1763
.
win_sizes
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
ov7670.c
207
struct ov7670_win_size *
win_sizes
;
member
1004
wsize = info->devtype->
win_sizes
+ i;
in ov7670_try_fmt_internal()
1016
for (wsize = info->devtype->
win_sizes
;
in ov7670_try_fmt_internal()
1017
wsize < info->devtype->
win_sizes
+ win_sizes_limit; wsize++)
in ov7670_try_fmt_internal()
1020
if (wsize >= info->devtype->
win_sizes
+ win_sizes_limit)
in ov7670_try_fmt_internal()
1224
struct ov7670_win_size *win = &info->devtype->
win_sizes
[i];
in ov7670_enum_frame_interval()
1261
struct ov7670_win_size *win = &info->devtype->
win_sizes
[i];
in ov7670_enum_frame_size()
1716
format->width = info->devtype->
win_sizes
[0].width;
in ov7670_get_default_format()
1717
format->height = info->devtype->
win_sizes
[0].height;
in ov7670_get_default_format()
1779
.
win_sizes
[all...]
Completed in 11 milliseconds