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:clut
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H
A
D
hifb_blit.c
372
option->color_key_value.clut_color_key.
clut
.is_component_out = opt->ckey.key_mode;
in drv_blit_option_init()
373
option->color_key_value.clut_color_key.
clut
.component_max = opt->ckey.blue_max;
in drv_blit_option_init()
374
option->color_key_value.clut_color_key.
clut
.component_min = opt->ckey.blue_min;
in drv_blit_option_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/adp/tde_v2_0/
H
A
D
tde_hal_k.c
140
static hi_u32 tde_hal_get_clut_key_mask(hi_u8
clut
, hi_u8 alpha);
1984
hi_tde_color_key_comp
clut
= color_key->color_key_value.clut_color_key.
clut
;
in tde_hal_node_set_clutcolor_key_para()
local
1987
hw_node->cbmkeymin.all = tde_hal_get_clut_key_mask(
clut
.component_min, alpha.component_min);
in tde_hal_node_set_clutcolor_key_para()
1988
hw_node->cbmkeymax.all = tde_hal_get_clut_key_mask(
clut
.component_max, alpha.component_max);
in tde_hal_node_set_clutcolor_key_para()
1989
hw_node->cbmkeymask.all = tde_hal_get_clut_key_mask(
clut
.component_mask, alpha.component_mask);
in tde_hal_node_set_clutcolor_key_para()
1991
hw_node->cbmkeypara.bits.keybmode = tde_hal_get_color_key_mode(&
clut
);
in tde_hal_node_set_clutcolor_key_para()
2030
static hi_u32 tde_hal_get_clut_key_mask(hi_u8
clut
, hi_u8 alpha)
in tde_hal_get_clut_key_mask()
argument
2032
return (hi_u32)(
clut
| (alpha << TDE_TWENTYFOUR_BITS_SHIFT));
in tde_hal_get_clut_key_mask()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/include/
H
A
D
drv_tde_type.h
304
hi_tde_color_key_comp
clut
; /* <Palette component */
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H
A
D
hi_comm_sns_adapt.h
425
const hi_isp_cmos_clut *
clut
;
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H
A
D
hi_comm_sns_adapt.h
425
const hi_isp_cmos_clut *
clut
;
member
Completed in 10 milliseconds