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:roi
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_wb.c
107
if (drm_rect_height(&data->
roi
) && drm_rect_width(&data->
roi
))
in dpu_hw_wb_setup_format()
108
outsize = (drm_rect_height(&data->
roi
) << 16) | drm_rect_width(&data->
roi
);
in dpu_hw_wb_setup_format()
130
out_size = (drm_rect_height(&wb->
roi
) << 16) | drm_rect_width(&wb->
roi
);
in dpu_hw_wb_roi()
H
A
D
dpu_hw_wb.h
20
struct drm_rect
roi
;
member
H
A
D
dpu_encoder_phys_wb.c
153
wb_cfg->
roi
.x1 = 0;
in dpu_encoder_phys_wb_setup_fb()
154
wb_cfg->
roi
.x2 = phys_enc->cached_mode.hdisplay;
in dpu_encoder_phys_wb_setup_fb()
155
wb_cfg->
roi
.y1 = 0;
in dpu_encoder_phys_wb_setup_fb()
156
wb_cfg->
roi
.y2 = phys_enc->cached_mode.vdisplay;
in dpu_encoder_phys_wb_setup_fb()
/kernel/linux/linux-5.10/drivers/media/usb/cpia2/
H
A
D
cpia2_core.c
627
cam->params.
roi
.width,
in cpia2_reset_camera()
628
cam->params.
roi
.height);
in cpia2_reset_camera()
956
int width = cam->params.
roi
.width;
in set_default_user_mode()
957
int height = cam->params.
roi
.height;
in set_default_user_mode()
1060
cam->params.
roi
.width = STV_IMAGE_VGA_COLS;
in set_vw_size()
1061
cam->params.
roi
.height = STV_IMAGE_VGA_ROWS;
in set_vw_size()
1067
cam->params.
roi
.width = STV_IMAGE_CIF_COLS;
in set_vw_size()
1068
cam->params.
roi
.height = STV_IMAGE_CIF_ROWS;
in set_vw_size()
1074
cam->params.
roi
.width = STV_IMAGE_QVGA_COLS;
in set_vw_size()
1075
cam->params.
roi
in set_vw_size()
[all...]
H
A
D
cpia2_v4l.c
400
cam->params.
roi
.width = f->fmt.pix.width;
in cpia2_s_fmt_vid_cap()
401
cam->params.
roi
.height = f->fmt.pix.height;
in cpia2_s_fmt_vid_cap()
987
cam->width = cam->params.
roi
.width;
in reset_camera_struct_v4l()
988
cam->height = cam->params.
roi
.height;
in reset_camera_struct_v4l()
H
A
D
cpia2.h
303
}
roi
;
member
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H
A
D
cpia1.c
347
}
roi
;
member
798
sd->params.
roi
.colStart, sd->params.
roi
.colEnd,
in command_setformat()
799
sd->params.
roi
.rowStart, sd->params.
roi
.rowEnd);
in command_setformat()
1537
sd->params.
roi
.colStart = 2;
in sd_start()
1538
sd->params.
roi
.rowStart = 6;
in sd_start()
1540
sd->params.
roi
.colStart = 0;
in sd_start()
1541
sd->params.
roi
.rowStart = 0;
in sd_start()
1546
sd->params.
roi
in sd_start()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H
A
D
cpia1.c
347
}
roi
;
member
799
sd->params.
roi
.colStart, sd->params.
roi
.colEnd,
in command_setformat()
800
sd->params.
roi
.rowStart, sd->params.
roi
.rowEnd);
in command_setformat()
1538
sd->params.
roi
.colStart = 2;
in sd_start()
1539
sd->params.
roi
.rowStart = 6;
in sd_start()
1541
sd->params.
roi
.colStart = 0;
in sd_start()
1542
sd->params.
roi
.rowStart = 0;
in sd_start()
1547
sd->params.
roi
in sd_start()
[all...]
Completed in 15 milliseconds