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:ratio_x
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/
H
A
D
meson_overlay.c
237
unsigned int
ratio_x
, ratio_y;
in meson_overlay_setup_scaler_params()
local
270
ratio_x
= (w_in << 18) / video_width;
in meson_overlay_setup_scaler_params()
273
if (
ratio_x
* video_width < (w_in << 18))
in meson_overlay_setup_scaler_params()
274
ratio_x
++;
in meson_overlay_setup_scaler_params()
276
DRM_DEBUG("ratio x 0x%x y 0x%x\n",
ratio_x
, ratio_y);
in meson_overlay_setup_scaler_params()
339
start = video_left + video_width / 2 - ((w_in << 17) /
ratio_x
);
in meson_overlay_setup_scaler_params()
340
end = (w_in << 18) /
ratio_x
+ start - 1;
in meson_overlay_setup_scaler_params()
343
hd_start_lines = (-(start) *
ratio_x
) >> 18;
in meson_overlay_setup_scaler_params()
345
hd_start_lines = ((video_left - start) *
ratio_x
) >> 18;
in meson_overlay_setup_scaler_params()
358
temp = hd_start_lines + (temp_width *
ratio_x
>> 1
in meson_overlay_setup_scaler_params()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/meson/
H
A
D
meson_overlay.c
242
unsigned int
ratio_x
, ratio_y;
in meson_overlay_setup_scaler_params()
local
275
ratio_x
= (w_in << 18) / video_width;
in meson_overlay_setup_scaler_params()
278
if (
ratio_x
* video_width < (w_in << 18))
in meson_overlay_setup_scaler_params()
279
ratio_x
++;
in meson_overlay_setup_scaler_params()
281
DRM_DEBUG("ratio x 0x%x y 0x%x\n",
ratio_x
, ratio_y);
in meson_overlay_setup_scaler_params()
344
start = video_left + video_width / 2 - ((w_in << 17) /
ratio_x
);
in meson_overlay_setup_scaler_params()
345
end = (w_in << 18) /
ratio_x
+ start - 1;
in meson_overlay_setup_scaler_params()
348
hd_start_lines = (-(start) *
ratio_x
) >> 18;
in meson_overlay_setup_scaler_params()
350
hd_start_lines = ((video_left - start) *
ratio_x
) >> 18;
in meson_overlay_setup_scaler_params()
363
temp = hd_start_lines + (temp_width *
ratio_x
>> 1
in meson_overlay_setup_scaler_params()
[all...]
Completed in 3 milliseconds