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_PIX_FMT_YUYV
(Results
1 - 6
of
6
) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
f_uvc.c
999
{
V4L2_PIX_FMT_YUYV
, g_fuvc_frames_yuyv },
1043
if (format_info->fcc ==
V4L2_PIX_FMT_YUYV
)
in fuvc_frame_descriptors_get()
1096
if (pformat->fcc ==
V4L2_PIX_FMT_YUYV
)
in frames_descriptors_update()
1116
if (pformat->fcc ==
V4L2_PIX_FMT_YUYV
)
in frames_descriptors_update()
1136
if (pformat->fcc ==
V4L2_PIX_FMT_YUYV
)
in frames_descriptors_update()
1156
if (pformat->fcc ==
V4L2_PIX_FMT_YUYV
)
in frames_descriptors_update()
1176
if (pformat->fcc ==
V4L2_PIX_FMT_YUYV
)
in frames_descriptors_update()
1196
if (pformat->fcc ==
V4L2_PIX_FMT_YUYV
)
in frames_descriptors_update()
1541
case
V4L2_PIX_FMT_YUYV
:
in fuvc_streaming_set()
1819
case
V4L2_PIX_FMT_YUYV
in fuvc_fill_streaming_control()
[all...]
H
A
D
f_uvc.h
572
#define
V4L2_PIX_FMT_YUYV
fourcc('Y', 'U', 'Y', 'V') /* 16 YUV 4:2:2 */
macro
H
A
D
usbd_video.c
161
if (format_info->format !=
V4L2_PIX_FMT_YUYV
&&
in uvc_format_info_get()
/third_party/ffmpeg/libavdevice/
H
A
D
v4l2-common.c
26
{ AV_PIX_FMT_YUYV422, AV_CODEC_ID_RAWVIDEO,
V4L2_PIX_FMT_YUYV
},
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H
A
D
test_VIDIOC_ENUM_FRAMESIZES.c
446
do_test_VIDIOC_ENUM_FRAMESIZES_invalid_pixel_format(
V4L2_PIX_FMT_YUYV
);
in test_VIDIOC_ENUM_FRAMESIZES_invalid_pixel_format()
H
A
D
test_VIDIOC_FMT.c
54
case
V4L2_PIX_FMT_YUYV
:
in valid_pixelformat()
Completed in 7 milliseconds