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:w_adjusted
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx-jpeg/
H
A
D
mxc-jpeg.h
87
int
w_adjusted
;
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()
1370
q_data_cap->
w_adjusted
= q_data_cap->w;
in mxc_jpeg_source_change()
1381
v4l_bound_align_image(&q_data_cap->
w_adjusted
,
in mxc_jpeg_source_change()
1382
q_data_cap->
w_adjusted
, /* adjust up */
in mxc_jpeg_source_change()
1765
q->bytesperline[0] = q->
w_adjusted
* DIV_ROUND_UP(precision, 8);
in mxc_jpeg_bytesperline()
1768
q->bytesperline[0] = q->
w_adjusted
* DIV_ROUND_UP(precision, 8) * 2;
in mxc_jpeg_bytesperline()
1771
q->bytesperline[0] = q->
w_adjusted
* DIV_ROUND_UP(precision, 8) * q->fmt->nc;
in mxc_jpeg_bytesperline()
1775
q->bytesperline[0] = q->
w_adjusted
* DIV_ROUND_UP(precision, 8);
in mxc_jpeg_bytesperline()
2021
q[i]->
w_adjusted
= MXC_JPEG_DEFAULT_WIDTH;
in mxc_jpeg_set_default_params()
2281
q_data->
w_adjusted
in mxc_jpeg_try_fmt()
[all...]
Completed in 7 milliseconds