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:stCursor
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H
A
D
hifb_main.c
1671
cursor_info->cursor.
stCursor
.u64PhyAddr = hifb_get_smem_start(info) + hifb_get_smem_len(info);
in hifb_open_init_config()
1672
cursor_info->cursor.
stCursor
.u32Pitch = HIFB_SOFTCURSOR_STRIDE;
in hifb_open_init_config()
1673
cursor_info->cursor.
stCursor
.enFmt = color_format;
in hifb_open_init_config()
2364
if (hifb_check_cusor_phyaddr(&cursor_info.
stCursor
) == HI_FAILURE) {
in hifb_set_sursor_info()
2365
hifb_error("cursor mmz phy addr 0x%llx invalid.\n", cursor_info.
stCursor
.u64PhyAddr);
in hifb_set_sursor_info()
5218
par->cursor_info.cursor.
stCursor
.enFmt = format;
5488
*phy_addr = par->cursor_info.cursor.
stCursor
.u64PhyAddr +
5491
*phy_addr = par->cursor_info.cursor.
stCursor
.u64PhyAddr +
5503
*phy_addr = par->cursor_info.cursor.
stCursor
.u64PhyAddr +
6115
ret = memcpy_s(&cursor_buf.stCanvas, sizeof(HIFB_SURFACE_S), &par->cursor_info.cursor.
stCursor
,
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H
A
D
hifb.h
276
HIFB_SURFACE_S
stCursor
;
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hifb.h
251
HIFB_SURFACE_S
stCursor
;
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hifb.h
256
HIFB_SURFACE_S
stCursor
;
member
Completed in 14 milliseconds