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:stColorkey
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H
A
D
hifb.h
265
HIFB_COLORKEY_S
stColorkey
;
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hifb.h
240
HIFB_COLORKEY_S
stColorkey
;
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hifb.h
245
HIFB_COLORKEY_S
stColorkey
;
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H
A
D
hifb_main.c
2950
if (surface_ex->
stColorkey
.bKeyEnable != HI_TRUE && surface_ex->
stColorkey
.bKeyEnable != HI_FALSE) {
in flip_surface_check_param()
2951
hifb_error("colorkey.enable(%d) should be HI_TRUE or HI_FALSE!\n", surface_ex->
stColorkey
.bKeyEnable);
in flip_surface_check_param()
2966
if ((surface_ex->
stColorkey
.bKeyEnable) && (!g_drv_ops.capability[par->layer_id].bKeyRgb) &&
in flip_surface_check_param()
2972
if (surface_ex->
stColorkey
.bKeyEnable && display_info->premul) {
in flip_surface_check_param()
3031
colorkey_ex->key = surface_ex->
stColorkey
.u32Key;
in flip_surface_pan_display()
3032
colorkey_ex->key_enable = surface_ex->
stColorkey
.bKeyEnable;
in flip_surface_pan_display()
3034
if (surface_ex->
stColorkey
.u32Key >= (hi_u32)(2 << hifb_get_bits_per_pixel(info))) { /* 2 bit Colorkey */
in flip_surface_pan_display()
3036
surface_ex->
stColorkey
.u32Key, 2 << hifb_get_bits_per_pixel(info)); /* 2 bit Colorkey */
in flip_surface_pan_display()
3039
colorkey_ex->blue_max = colorkey_ex->blue_min = info->cmap.blue[surface_ex->
stColorkey
in flip_surface_pan_display()
[all...]
Completed in 9 milliseconds