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:supported_modes
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/i2c/
H
A
D
gc2093.c
425
static const struct gc2093_mode
supported_modes
[] = {
variable
849
if (w ==
supported_modes
[i].width && h ==
supported_modes
[i].height &&
in gc2093_ioctl()
850
supported_modes
[i].hdr_mode == hdr_cfg->hdr_mode) {
in gc2093_ioctl()
851
gc2093->cur_mode = &
supported_modes
[i];
in gc2093_ioctl()
1101
fse->min_width =
supported_modes
[fse->index].width;
in gc2093_enum_frame_sizes()
1102
fse->max_width =
supported_modes
[fse->index].width;
in gc2093_enum_frame_sizes()
1103
fse->max_height =
supported_modes
[fse->index].height;
in gc2093_enum_frame_sizes()
1104
fse->min_height =
supported_modes
[fse->index].height;
in gc2093_enum_frame_sizes()
1118
fie->width =
supported_modes
[fi
in gc2093_enum_frame_interval()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/
H
A
D
ov13855.c
1021
static const struct ov13855_mode
supported_modes
[] = {
variable
1175
for (i = 0; i < ARRAY_SIZE(
supported_modes
); i++) {
in ov13855_find_best_fit()
1176
dist = ov13855_get_reso_dist(&
supported_modes
[i], framefmt);
in ov13855_find_best_fit()
1183
return &
supported_modes
[cur_best_fit];
in ov13855_find_best_fit()
1273
if (fse->index >= ARRAY_SIZE(
supported_modes
))
in ov13855_enum_frame_sizes()
1279
fse->min_width =
supported_modes
[fse->index].width;
in ov13855_enum_frame_sizes()
1280
fse->max_width =
supported_modes
[fse->index].width;
in ov13855_enum_frame_sizes()
1281
fse->max_height =
supported_modes
[fse->index].height;
in ov13855_enum_frame_sizes()
1282
fse->min_height =
supported_modes
[fse->index].height;
in ov13855_enum_frame_sizes()
1628
const struct ov13855_mode *def_mode = &
supported_modes
[
in ov13855_open()
[all...]
Completed in 4 milliseconds