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:premultiplied
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H
A
D
vsp1_brx.c
306
* format at the pipeline output is
premultiplied
.
in brx_configure_stream()
338
bool
premultiplied
= false;
in brx_configure_stream()
local
350
premultiplied
= brx->inputs[i].rpf->format.flags
in brx_configure_stream()
382
* when the SRC input isn't
premultiplied
, and to
in brx_configure_stream()
391
(
premultiplied
? VI6_BRU_BLD_CCMDY_COEFY :
in brx_configure_stream()
H
A
D
vsp1_rpf.c
138
* components to convert the input to
premultiplied
alpha.
in rpf_configure_stream()
143
*
premultiplied
alpha if no BRx is present in the pipeline. If that use
in rpf_configure_stream()
164
* alpha multiplier. If the input is
premultiplied
we
in rpf_configure_stream()
167
*
premultiplied
. Otherwise multiply the alpha channel
in rpf_configure_stream()
170
bool
premultiplied
= format->flags
in rpf_configure_stream()
local
174
| (
premultiplied
?
in rpf_configure_stream()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H
A
D
vsp1_brx.c
308
* format at the pipeline output is
premultiplied
.
in brx_configure_stream()
340
bool
premultiplied
= false;
in brx_configure_stream()
local
352
premultiplied
= brx->inputs[i].rpf->format.flags
in brx_configure_stream()
384
* when the SRC input isn't
premultiplied
, and to
in brx_configure_stream()
393
(
premultiplied
? VI6_BRU_BLD_CCMDY_COEFY :
in brx_configure_stream()
H
A
D
vsp1_rpf.c
190
* components to convert the input to
premultiplied
alpha.
in rpf_configure_stream()
195
*
premultiplied
alpha if no BRx is present in the pipeline. If that use
in rpf_configure_stream()
216
* alpha multiplier. If the input is
premultiplied
we
in rpf_configure_stream()
219
*
premultiplied
. Otherwise multiply the alpha channel
in rpf_configure_stream()
222
bool
premultiplied
= format->flags
in rpf_configure_stream()
local
226
| (
premultiplied
?
in rpf_configure_stream()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H
A
D
mdp5_kms.h
102
uint8_t
premultiplied
;
member
H
A
D
mdp5_plane.c
168
drm_printf(p, "\tpremultiplied=%u\n", pstate->
premultiplied
);
in mdp5_plane_atomic_print_state()
189
mdp5_state->
premultiplied
= 0;
in mdp5_plane_reset()
H
A
D
mdp5_crtc.c
302
if (format->alpha_enable && pstates[i]->
premultiplied
) {
in blend_setup()
Completed in 8 milliseconds