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:imgsize
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx-jpeg/
H
A
D
mxc-jpeg-hw.c
30
dev_dbg(dev, " MXC JPEG IMGSIZE %x (%d x %d)\n", desc->
imgsize
,
in print_descriptor_info()
31
desc->
imgsize
>> 16, desc->
imgsize
& 0xFFFF);
in print_descriptor_info()
174
desc->
imgsize
= w << 16 | h;
in mxc_jpeg_set_res()
H
A
D
mxc-jpeg.h
78
u32
imgsize
;
member
H
A
D
mxc-jpeg.c
1186
desc->
imgsize
= q_data_cap->w_adjusted << 16 | q_data_cap->h_adjusted;
in mxc_jpeg_config_dec_desc()
1217
cfg_desc->
imgsize
= MXC_JPEG_MIN_WIDTH << 16;
in mxc_jpeg_config_dec_desc()
1218
cfg_desc->
imgsize
|= MXC_JPEG_MIN_HEIGHT;
in mxc_jpeg_config_dec_desc()
1263
cfg_desc->
imgsize
= 0;
in mxc_jpeg_config_enc_desc()
/kernel/linux/linux-5.10/drivers/media/pci/meye/
H
A
D
meye.c
737
static int mchip_uncompress_frame(u8 *img, int
imgsize
, u8 *buf, int bufsize)
Completed in 13 milliseconds