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:h_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
89
int
h_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()
1371
q_data_cap->
h_adjusted
= q_data_cap->h;
in mxc_jpeg_source_change()
1385
&q_data_cap->
h_adjusted
,
in mxc_jpeg_source_change()
1386
q_data_cap->
h_adjusted
, /* adjust up */
in mxc_jpeg_source_change()
1794
q->sizeimage[0] = q->bytesperline[0] * q->
h_adjusted
;
in mxc_jpeg_sizeimage()
2022
q[i]->
h_adjusted
= MXC_JPEG_DEFAULT_HEIGHT;
in mxc_jpeg_set_default_params()
2282
q_data->
h_adjusted
= h;
in mxc_jpeg_try_fmt()
2287
&q_data->
h_adjusted
,
in mxc_jpeg_try_fmt()
2329
pix_mp->height = q_data->
h_adjusted
;
in mxc_jpeg_try_fmt()
2468
pix_mp->height = q_data->
h_adjusted
;
in mxc_jpeg_g_fmt_vid()
[all...]
Completed in 5 milliseconds