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:w_width
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
uvc_v4l2.c
61
return u->desc.bBitsPerPixel * uframe->frame.
w_width
/ 8;
in uvc_v4l2_get_bytesperline()
156
w = frame->frm->frame.
w_width
;
in find_closest_frame_by_size()
263
fmt->fmt.pix.width = uframe->frame.
w_width
;
in uvc_v4l2_try_format()
311
if (frame->frm->frame.
w_width
== fival->width &&
in uvc_v4l2_enum_frameintervals()
356
fsize->discrete.width = uframe->frame.
w_width
;
in uvc_v4l2_enum_framesizes()
H
A
D
uvc_configfs.h
101
u16
w_width
;
member
H
A
D
uvc_configfs.c
2018
UVCG_FRAME_ATTR(
w_width
, wWidth, 16);
2141
h->frame.
w_width
= 640;
in uvcg_frame_make()
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H
A
D
webcam.c
245
.
w_width
= UVCG_WIDTH_360P,
295
.
w_width
= UVCG_WIDTH_720P,
370
.
w_width
= UVCG_WIDTH_360P,
413
.
w_width
= UVCG_WIDTH_720P,
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
uvc_configfs.c
1133
u16
w_width
;
member
1244
UVCG_FRAME_ATTR(
w_width
, wWidth, 16);
1417
h->frame.
w_width
= 640;
in uvcg_frame_make()
Completed in 10 milliseconds