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:MXC_JPEG_DECODE
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx-jpeg/
H
A
D
mxc-jpeg.c
266
static const int mxc_decode_mode =
MXC_JPEG_DECODE
;
949
if (jpeg->mode ==
MXC_JPEG_DECODE
&& jpeg_src_buf->dht_needed) {
in mxc_jpeg_dec_irq()
1421
ctx->mxc_jpeg->mode ==
MXC_JPEG_DECODE
? "decode" : "encode");
in mxc_jpeg_device_run_timeout()
1476
if (ctx->mxc_jpeg->mode ==
MXC_JPEG_DECODE
) {
in mxc_jpeg_device_run()
1630
if (ctx->mxc_jpeg->mode ==
MXC_JPEG_DECODE
&& V4L2_TYPE_IS_CAPTURE(q->type))
in mxc_jpeg_start_streaming()
1907
if (ctx->mxc_jpeg->mode !=
MXC_JPEG_DECODE
)
in mxc_jpeg_buf_queue()
2123
if (mxc_jpeg->mode ==
MXC_JPEG_DECODE
)
in mxc_jpeg_open()
2197
u32 type = ctx->mxc_jpeg->mode ==
MXC_JPEG_DECODE
? MXC_JPEG_FMT_TYPE_ENC :
in mxc_jpeg_enum_fmt_vid_out()
2204
if (ctx->mxc_jpeg->mode ==
MXC_JPEG_DECODE
)
in mxc_jpeg_enum_fmt_vid_out()
2211
if (ctx->mxc_jpeg->mode ==
MXC_JPEG_DECODE
)
in mxc_jpeg_get_fmt_type()
[all...]
H
A
D
mxc-jpeg.h
37
MXC_JPEG_DECODE
= 0, /* jpeg decode mode */
enumerator
H
A
D
mxc-jpeg-hw.c
53
if (mode ==
MXC_JPEG_DECODE
)
in print_cast_status()
Completed in 5 milliseconds