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_SRC_USR
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H
A
D
dev.h
140
enum rkcif_crop_src { CROP_SRC_ACT = 0x0, CROP_SRC_SENSOR,
CROP_SRC_USR
, CROP_SRC_MAX };
enumerator
H
A
D
capture.c
3328
if (stream->crop[
CROP_SRC_USR
].left + stream->crop[
CROP_SRC_USR
].width > stream->crop[CROP_SRC_SENSOR].width ||
in rkcif_sync_crop_info()
3329
stream->crop[
CROP_SRC_USR
].top + stream->crop[
CROP_SRC_USR
].height > stream->crop[CROP_SRC_SENSOR].height) {
in rkcif_sync_crop_info()
3330
stream->crop[
CROP_SRC_USR
] = stream->crop[CROP_SRC_SENSOR];
in rkcif_sync_crop_info()
3335
stream->crop[CROP_SRC_ACT] = stream->crop[
CROP_SRC_USR
];
in rkcif_sync_crop_info()
3337
stream->crop[CROP_SRC_ACT].left = stream->crop[
CROP_SRC_USR
].left + stream->crop[CROP_SRC_SENSOR].left;
in rkcif_sync_crop_info()
3338
stream->crop[CROP_SRC_ACT].top = stream->crop[
CROP_SRC_USR
].top + stream->crop[CROP_SRC_SENSOR].top;
in rkcif_sync_crop_info()
4582
stream->crop[
CROP_SRC_USR
] = *rect;
in rkcif_s_crop()
4585
stream->crop[CROP_SRC_ACT] = stream->crop[
CROP_SRC_USR
];
in rkcif_s_crop()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H
A
D
dev.h
148
CROP_SRC_USR
,
enumerator
H
A
D
capture.c
3417
if (stream->crop[
CROP_SRC_USR
].left + stream->crop[
CROP_SRC_USR
].width >
in rkcif_sync_crop_info()
3419
stream->crop[
CROP_SRC_USR
].top + stream->crop[
CROP_SRC_USR
].height >
in rkcif_sync_crop_info()
3421
stream->crop[
CROP_SRC_USR
] = stream->crop[CROP_SRC_SENSOR];
in rkcif_sync_crop_info()
3425
stream->crop[CROP_SRC_ACT] = stream->crop[
CROP_SRC_USR
];
in rkcif_sync_crop_info()
3427
stream->crop[CROP_SRC_ACT].left = stream->crop[
CROP_SRC_USR
].left +
in rkcif_sync_crop_info()
3429
stream->crop[CROP_SRC_ACT].top = stream->crop[
CROP_SRC_USR
].top +
in rkcif_sync_crop_info()
4755
stream->crop[
CROP_SRC_USR
] = *rect;
in rkcif_s_crop()
4758
stream->crop[CROP_SRC_ACT] = stream->crop[
CROP_SRC_USR
];
in rkcif_s_crop()
[all...]
Completed in 16 milliseconds