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:vbi_width
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/au0828/
H
A
D
au0828-vbi.c
25
unsigned long size = dev->
vbi_width
* dev->vbi_height * 2;
in vbi_queue_setup()
39
size = dev->
vbi_width
* dev->vbi_height * 2;
in vbi_buffer_prepare()
H
A
D
au0828.h
223
int
vbi_width
;
member
H
A
D
au0828-video.c
443
bytesperline = dev->
vbi_width
;
in au0828_copy_vbi()
603
vbi_field_size = dev->
vbi_width
* dev->vbi_height * 2;
in au0828_isoc_copy()
1588
format->fmt.vbi.samples_per_line = dev->
vbi_width
;
in vidioc_g_fmt_vbi_cap()
1964
dev->
vbi_width
= 720;
in au0828_analog_register()
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H
A
D
em28xx-vbi.c
37
unsigned long size = v4l2->
vbi_width
* v4l2->vbi_height * 2;
in vbi_queue_setup()
60
size = v4l2->
vbi_width
* v4l2->vbi_height * 2;
in vbi_buffer_prepare()
H
A
D
em28xx-video.c
243
v4l2->
vbi_width
/ 4);
in em28xx_set_outfmt()
330
v4l2->
vbi_width
= 720;
in em28xx_resolution_set()
549
offset += dev->v4l2->
vbi_width
* dev->v4l2->vbi_height;
in em28xx_copy_vbi()
698
int vbi_size = v4l2->
vbi_width
* v4l2->vbi_height;
in process_frame_data_em28xx()
2061
format->fmt.vbi.samples_per_line = v4l2->
vbi_width
;
in vidioc_g_fmt_vbi_cap()
H
A
D
em28xx.h
593
unsigned int
vbi_width
;
member
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H
A
D
em28xx-vbi.c
27
unsigned long size = v4l2->
vbi_width
* v4l2->vbi_height * 2;
in vbi_queue_setup()
50
size = v4l2->
vbi_width
* v4l2->vbi_height * 2;
in vbi_buffer_prepare()
H
A
D
em28xx-video.c
233
v4l2->
vbi_width
/ 4);
in em28xx_set_outfmt()
320
v4l2->
vbi_width
= 720;
in em28xx_resolution_set()
539
offset += dev->v4l2->
vbi_width
* dev->v4l2->vbi_height;
in em28xx_copy_vbi()
688
int vbi_size = v4l2->
vbi_width
* v4l2->vbi_height;
in process_frame_data_em28xx()
2051
format->fmt.vbi.samples_per_line = v4l2->
vbi_width
;
in vidioc_g_fmt_vbi_cap()
H
A
D
em28xx.h
584
unsigned int
vbi_width
;
member
/kernel/linux/linux-6.6/drivers/media/usb/au0828/
H
A
D
au0828-vbi.c
26
unsigned long size = dev->
vbi_width
* dev->vbi_height * 2;
in vbi_queue_setup()
40
size = dev->
vbi_width
* dev->vbi_height * 2;
in vbi_buffer_prepare()
H
A
D
au0828.h
223
int
vbi_width
;
member
H
A
D
au0828-video.c
442
bytesperline = dev->
vbi_width
;
in au0828_copy_vbi()
602
vbi_field_size = dev->
vbi_width
* dev->vbi_height * 2;
in au0828_isoc_copy()
1588
format->fmt.vbi.samples_per_line = dev->
vbi_width
;
in vidioc_g_fmt_vbi_cap()
1964
dev->
vbi_width
= 720;
in au0828_analog_register()
Completed in 22 milliseconds