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:S5P_JPEG_DECODE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/
H
A
D
jpeg-core.c
976
ctx->mode =
S5P_JPEG_DECODE
;
in s5p_jpeg_open()
1343
ct->mode ==
S5P_JPEG_DECODE
&& !ct->hdr_parsed)
in s5p_jpeg_g_fmt()
1490
if (!ctx->jpeg->variant->hw_ex4_compat || ctx->mode !=
S5P_JPEG_DECODE
)
in s5p_jpeg_try_fmt_vid_cap()
1610
(ct->mode ==
S5P_JPEG_DECODE
&&
in s5p_jpeg_s_fmt()
1649
((ct->mode ==
S5P_JPEG_DECODE
&& f_type == FMT_TYPE_CAPTURE) ||
in s5p_jpeg_s_fmt()
1660
if (ct->mode ==
S5P_JPEG_DECODE
&&
in s5p_jpeg_s_fmt()
1836
if (ctx->mode !=
S5P_JPEG_DECODE
)
in s5p_jpeg_s_selection()
1978
if (ctx->mode ==
S5P_JPEG_DECODE
)
in s5p_jpeg_controls_create()
2093
} else { /*
S5P_JPEG_DECODE
*/
in s5p_jpeg_device_run()
2161
ctx->mode ==
S5P_JPEG_DECODE
)
in exynos4_jpeg_set_jpeg_addr()
[all...]
H
A
D
jpeg-core.h
62
#define
S5P_JPEG_DECODE
1
macro
H
A
D
jpeg-hw-exynos4.c
38
if (mode ==
S5P_JPEG_DECODE
) {
in exynos4_jpeg_set_enc_dec_mode()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/
H
A
D
jpeg-core.c
976
ctx->mode =
S5P_JPEG_DECODE
;
in s5p_jpeg_open()
1341
ct->mode ==
S5P_JPEG_DECODE
&& !ct->hdr_parsed)
in s5p_jpeg_g_fmt()
1488
if (!ctx->jpeg->variant->hw_ex4_compat || ctx->mode !=
S5P_JPEG_DECODE
)
in s5p_jpeg_try_fmt_vid_cap()
1608
(ct->mode ==
S5P_JPEG_DECODE
&&
in s5p_jpeg_s_fmt()
1647
((ct->mode ==
S5P_JPEG_DECODE
&& f_type == FMT_TYPE_CAPTURE) ||
in s5p_jpeg_s_fmt()
1658
if (ct->mode ==
S5P_JPEG_DECODE
&&
in s5p_jpeg_s_fmt()
1834
if (ctx->mode !=
S5P_JPEG_DECODE
)
in s5p_jpeg_s_selection()
1976
if (ctx->mode ==
S5P_JPEG_DECODE
)
in s5p_jpeg_controls_create()
2091
} else { /*
S5P_JPEG_DECODE
*/
in s5p_jpeg_device_run()
2159
ctx->mode ==
S5P_JPEG_DECODE
)
in exynos4_jpeg_set_jpeg_addr()
[all...]
H
A
D
jpeg-core.h
52
#define
S5P_JPEG_DECODE
1
macro
H
A
D
jpeg-hw-exynos4.c
38
if (mode ==
S5P_JPEG_DECODE
) {
in exynos4_jpeg_set_enc_dec_mode()
Completed in 9 milliseconds