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:FMT_TYPE_OUTPUT
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/
H
A
D
jpeg-core.c
972
FMT_TYPE_OUTPUT
);
in s5p_jpeg_open()
978
FMT_TYPE_OUTPUT
);
in s5p_jpeg_open()
1371
fmt_flag = (fmt_type ==
FMT_TYPE_OUTPUT
) ?
in s5p_jpeg_find_format()
1375
fmt_flag = (fmt_type ==
FMT_TYPE_OUTPUT
) ?
in s5p_jpeg_find_format()
1441
if (q_type ==
FMT_TYPE_OUTPUT
)
in vidioc_try_fmt()
1539
FMT_TYPE_OUTPUT
);
in s5p_jpeg_try_fmt_vid_out()
1547
return vidioc_try_fmt(f, fmt, ctx,
FMT_TYPE_OUTPUT
);
in s5p_jpeg_try_fmt_vid_out()
1606
FMT_TYPE_OUTPUT
: FMT_TYPE_CAPTURE;
in s5p_jpeg_s_fmt()
1623
f_type ==
FMT_TYPE_OUTPUT
&& ct->mode == S5P_JPEG_ENCODE)
in s5p_jpeg_s_fmt()
1634
if (f_type ==
FMT_TYPE_OUTPUT
) {
in s5p_jpeg_s_fmt()
[all...]
H
A
D
jpeg-core.h
65
#define
FMT_TYPE_OUTPUT
0
macro
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/
H
A
D
jpeg-core.c
972
FMT_TYPE_OUTPUT
);
in s5p_jpeg_open()
978
FMT_TYPE_OUTPUT
);
in s5p_jpeg_open()
1369
fmt_flag = (fmt_type ==
FMT_TYPE_OUTPUT
) ?
in s5p_jpeg_find_format()
1373
fmt_flag = (fmt_type ==
FMT_TYPE_OUTPUT
) ?
in s5p_jpeg_find_format()
1439
if (q_type ==
FMT_TYPE_OUTPUT
)
in vidioc_try_fmt()
1537
FMT_TYPE_OUTPUT
);
in s5p_jpeg_try_fmt_vid_out()
1545
return vidioc_try_fmt(f, fmt, ctx,
FMT_TYPE_OUTPUT
);
in s5p_jpeg_try_fmt_vid_out()
1604
FMT_TYPE_OUTPUT
: FMT_TYPE_CAPTURE;
in s5p_jpeg_s_fmt()
1621
f_type ==
FMT_TYPE_OUTPUT
&& ct->mode == S5P_JPEG_ENCODE)
in s5p_jpeg_s_fmt()
1632
if (f_type ==
FMT_TYPE_OUTPUT
) {
in s5p_jpeg_s_fmt()
[all...]
H
A
D
jpeg-core.h
55
#define
FMT_TYPE_OUTPUT
0
macro
Completed in 7 milliseconds