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:v4l2_plane
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-compat-ioctl32.c
524
static int get_v4l2_plane32(struct
v4l2_plane
__user *p64,
in get_v4l2_plane32()
556
static int put_v4l2_plane32(struct
v4l2_plane
__user *p64,
in put_v4l2_plane32()
607
*size = length * sizeof(struct
v4l2_plane
);
in bufsize_v4l2_buffer()
632
*size = length * sizeof(struct
v4l2_plane
);
in bufsize_v4l2_buffer_time32()
648
struct
v4l2_plane
__user *uplane;
in get_v4l2_buffer32()
748
struct
v4l2_plane
__user *uplane;
in get_v4l2_buffer32_time32()
846
struct
v4l2_plane
*uplane;
in put_v4l2_buffer32()
926
struct
v4l2_plane
*uplane;
in put_v4l2_buffer32_time32()
H
A
D
v4l2-ioctl.c
475
const struct
v4l2_plane
*plane;
in v4l_print_buffer()
3068
*array_size = sizeof(struct
v4l2_plane
) * buf->length;
in check_array_args()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-compat-ioctl32.c
326
static int get_v4l2_plane32(struct
v4l2_plane
*p64,
in get_v4l2_plane32()
350
*p64 = (struct
v4l2_plane
) {
in get_v4l2_plane32()
360
static int put_v4l2_plane32(struct
v4l2_plane
*p64,
in put_v4l2_plane32()
1041
struct
v4l2_plane
*p64 = mbuf;
in v4l2_compat_get_array_args()
1111
struct
v4l2_plane
*p64 = mbuf;
in v4l2_compat_put_array_args()
H
A
D
v4l2-ioctl.c
441
const struct
v4l2_plane
*plane;
in v4l_print_buffer()
3103
*array_size = sizeof(struct
v4l2_plane
) * buf->length;
in check_array_args()
/kernel/linux/linux-5.10/include/media/
H
A
D
v4l2-ioctl.h
767
struct
v4l2_plane
*planes;
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-ioctl.h
777
struct
v4l2_plane
*planes;
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H
A
D
videobuf2-v4l2.c
254
struct
v4l2_plane
*psrc = &b->m.planes[plane];
in vb2_fill_vb2_v4l2_buffer()
550
struct
v4l2_plane
*pdst = &b->m.planes[plane];
in __fill_v4l2_buffer()
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H
A
D
videobuf2-v4l2.c
254
struct
v4l2_plane
*psrc = &b->m.planes[plane];
in vb2_fill_vb2_v4l2_buffer()
520
struct
v4l2_plane
*pdst = &b->m.planes[plane];
in __fill_v4l2_buffer()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
videodev2.h
549
struct
v4l2_plane
{
struct
574
struct
v4l2_plane
*planes;
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
videodev2.h
968
* struct
v4l2_plane
- plane info for multi-planar buffers
987
struct
v4l2_plane
{
struct
1049
struct
v4l2_plane
*planes;
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
videodev2.h
1039
* struct
v4l2_plane
- plane info for multi-planar buffers
1060
struct
v4l2_plane
{
struct
1126
struct
v4l2_plane
*planes;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
videodev2.h
535
struct
v4l2_plane
{
struct
559
struct
v4l2_plane
* planes;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
videodev2.h
535
struct
v4l2_plane
{
struct
559
struct
v4l2_plane
* planes;
Completed in 52 milliseconds