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:fmtdesc
(Results
1 - 5
of
5
) sorted by relevance
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/driver_adapter/test/unittest/src/
H
A
D
utest_v4l2_dev.cpp
91
format.
fmtdesc
.pixelformat = V4L2_PIX_FMT_YUYV;
in HWTEST_F()
92
format.
fmtdesc
.width = width;
in HWTEST_F()
93
format.
fmtdesc
.height = height;
in HWTEST_F()
120
bufSize = format.
fmtdesc
.sizeimage;
in HWTEST_F()
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/driver_adapter/test/unittest/src/
H
A
D
utest_v4l2_dev.cpp
91
format.
fmtdesc
.pixelformat = V4L2_PIX_FMT_YUYV;
in HWTEST_F()
92
format.
fmtdesc
.width = width;
in HWTEST_F()
93
format.
fmtdesc
.height = height;
in HWTEST_F()
120
bufSize = format.
fmtdesc
.sizeimage;
in HWTEST_F()
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H
A
D
test_VIDIOC_FMT.c
720
struct v4l2_fmtdesc
fmtdesc
;
in do_set_formats_enum()
local
735
memset(&
fmtdesc
, 0, sizeof(
fmtdesc
));
in do_set_formats_enum()
736
fmtdesc
.index = i;
in do_set_formats_enum()
737
fmtdesc
.type = type;
in do_set_formats_enum()
739
ret_enum = ioctl(get_video_fd(), VIDIOC_ENUM_FMT, &
fmtdesc
);
in do_set_formats_enum()
751
format_max.fmt.pix.pixelformat =
fmtdesc
.pixelformat;
in do_set_formats_enum()
798
fmtdesc
.pixelformat);
in do_set_formats_enum()
828
format_min.fmt.pix.pixelformat =
fmtdesc
.pixelformat;
in do_set_formats_enum()
875
fmtdesc
in do_set_formats_enum()
[all...]
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/
H
A
D
v4l2_source_node_rk.cpp
69
format.
fmtdesc
.pixelformat = V4L2_PIX_FMT_NV12;
in Start()
70
format.
fmtdesc
.width = it->format_.w_;
in Start()
71
format.
fmtdesc
.height = it->format_.h_;
in Start()
/device/soc/rockchip/common/sdk_linux/drivers/media/usb/uvc/
H
A
D
uvc_driver.c
590
struct uvc_format_desc *
fmtdesc
;
in uvc_parse_format()
local
615
fmtdesc
= uvc_format_by_guid(&buffer[UVC_BUFER_INDEX_FIVE]);
in uvc_parse_format()
616
if (
fmtdesc
!= NULL) {
in uvc_parse_format()
617
strscpy(format->name,
fmtdesc
->name, sizeof(format->name));
in uvc_parse_format()
618
format->fcc =
fmtdesc
->fcc;
in uvc_parse_format()
Completed in 6 milliseconds