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:camif_crop
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
H
A
D
camif-core.c
145
struct v4l2_rect *
camif_crop
= &vp->camif->
camif_crop
;
in s3c_camif_get_scaler_config()
local
146
int source_x =
camif_crop
->width;
in s3c_camif_get_scaler_config()
147
int source_y =
camif_crop
->height;
in s3c_camif_get_scaler_config()
H
A
D
camif-capture.c
713
struct v4l2_rect *crop = &camif->
camif_crop
;
in __camif_video_try_format()
1233
mf->width = camif->
camif_crop
.width;
in s3c_camif_subdev_get_fmt()
1234
mf->height = camif->
camif_crop
.height;
in s3c_camif_subdev_get_fmt()
1268
struct v4l2_rect *crop = &camif->
camif_crop
;
in __camif_subdev_try_format()
1284
struct v4l2_rect *crop = &camif->
camif_crop
;
in s3c_camif_subdev_set_fmt()
1350
struct v4l2_rect *crop = &camif->
camif_crop
;
in s3c_camif_subdev_get_selection()
1422
*r = camif->
camif_crop
;
in __camif_try_crop()
1437
struct v4l2_rect *crop = &camif->
camif_crop
;
in s3c_camif_subdev_set_selection()
1645
memset(&camif->
camif_crop
, 0, sizeof(camif->
camif_crop
));
in s3c_camif_set_defaults()
[all...]
H
A
D
camif-core.h
245
* @
camif_crop
: camera input interface crop rectangle
266
struct v4l2_rect
camif_crop
;
member
H
A
D
camif-regs.c
131
struct v4l2_rect *crop = &camif->
camif_crop
;
in camif_hw_set_camera_crop()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H
A
D
camif-core.c
146
struct v4l2_rect *
camif_crop
= &vp->camif->
camif_crop
;
in s3c_camif_get_scaler_config()
local
147
int source_x =
camif_crop
->width;
in s3c_camif_get_scaler_config()
148
int source_y =
camif_crop
->height;
in s3c_camif_get_scaler_config()
H
A
D
camif-capture.c
713
struct v4l2_rect *crop = &camif->
camif_crop
;
in __camif_video_try_format()
1234
mf->width = camif->
camif_crop
.width;
in s3c_camif_subdev_get_fmt()
1235
mf->height = camif->
camif_crop
.height;
in s3c_camif_subdev_get_fmt()
1269
struct v4l2_rect *crop = &camif->
camif_crop
;
in __camif_subdev_try_format()
1285
struct v4l2_rect *crop = &camif->
camif_crop
;
in s3c_camif_subdev_set_fmt()
1351
struct v4l2_rect *crop = &camif->
camif_crop
;
in s3c_camif_subdev_get_selection()
1423
*r = camif->
camif_crop
;
in __camif_try_crop()
1438
struct v4l2_rect *crop = &camif->
camif_crop
;
in s3c_camif_subdev_set_selection()
1646
memset(&camif->
camif_crop
, 0, sizeof(camif->
camif_crop
));
in s3c_camif_set_defaults()
[all...]
H
A
D
camif-core.h
249
* @
camif_crop
: camera input interface crop rectangle
276
struct v4l2_rect
camif_crop
;
member
H
A
D
camif-regs.c
131
struct v4l2_rect *crop = &camif->
camif_crop
;
in camif_hw_set_camera_crop()
Completed in 10 milliseconds