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:IPU_ROT_BIT_VFLIP
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/video/
H
A
D
imx-ipu-v3.h
66
#define
IPU_ROT_BIT_VFLIP
(1 << 0)
macro
72
IPU_ROTATE_VERT_FLIP =
IPU_ROT_BIT_VFLIP
,
74
IPU_ROTATE_180 = (
IPU_ROT_BIT_VFLIP
| IPU_ROT_BIT_HFLIP),
76
IPU_ROTATE_90_RIGHT_VFLIP = (IPU_ROT_BIT_90 |
IPU_ROT_BIT_VFLIP
),
79
IPU_ROT_BIT_VFLIP
| IPU_ROT_BIT_HFLIP),
/kernel/linux/linux-6.6/include/video/
H
A
D
imx-ipu-v3.h
67
#define
IPU_ROT_BIT_VFLIP
(1 << 0)
macro
73
IPU_ROTATE_VERT_FLIP =
IPU_ROT_BIT_VFLIP
,
75
IPU_ROTATE_180 = (
IPU_ROT_BIT_VFLIP
| IPU_ROT_BIT_HFLIP),
77
IPU_ROTATE_90_RIGHT_VFLIP = (IPU_ROT_BIT_90 |
IPU_ROT_BIT_VFLIP
),
80
IPU_ROT_BIT_VFLIP
| IPU_ROT_BIT_HFLIP),
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H
A
D
ipu-image-convert.c
825
if ((ctx->rot_mode &
IPU_ROT_BIT_VFLIP
) ^
in find_seams()
842
if ((ctx->rot_mode &
IPU_ROT_BIT_VFLIP
) ^
in find_seams()
950
if (ctx->rot_mode &
IPU_ROT_BIT_VFLIP
)
in transform_tile_index()
1194
!(ctx->rot_mode &
IPU_ROT_BIT_VFLIP
);
in calc_tile_resize_coefficients()
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H
A
D
ipu-image-convert.c
824
if ((ctx->rot_mode &
IPU_ROT_BIT_VFLIP
) ^
in find_seams()
841
if ((ctx->rot_mode &
IPU_ROT_BIT_VFLIP
) ^
in find_seams()
949
if (ctx->rot_mode &
IPU_ROT_BIT_VFLIP
)
in transform_tile_index()
1190
!(ctx->rot_mode &
IPU_ROT_BIT_VFLIP
);
in calc_tile_resize_coefficients()
Completed in 9 milliseconds