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:HIFB_SURFACE_S
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H
A
D
hifb.h
260
}
HIFB_SURFACE_S
;
typedef
270
HIFB_SURFACE_S
stCanvas;
276
HIFB_SURFACE_S
stCursor;
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hifb.h
235
}
HIFB_SURFACE_S
;
typedef
245
HIFB_SURFACE_S
stCanvas;
251
HIFB_SURFACE_S
stCursor;
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hifb.h
240
}
HIFB_SURFACE_S
;
typedef
250
HIFB_SURFACE_S
stCanvas;
256
HIFB_SURFACE_S
stCursor;
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H
A
D
hifb_main.h
196
HIFB_SURFACE_S
canvas_sur; /* canvas surface */
H
A
D
hifb_main.c
2008
static hi_s32 hifb_check_cusor_phyaddr(
HIFB_SURFACE_S
*cursor)
in hifb_check_cusor_phyaddr()
2010
HIFB_SURFACE_S
*cursor_sur = cursor;
in hifb_check_cusor_phyaddr()
2760
ret = memcpy_s(&(buf.stCanvas), sizeof(
HIFB_SURFACE_S
), &(par->canvas_sur), sizeof(
HIFB_SURFACE_S
));
in hifb_get_canvas_buffer()
5083
HIFB_SURFACE_S
*canvas_sur = HI_NULL;
6104
ret = memcpy_s(&display_buf.stCanvas, sizeof(
HIFB_SURFACE_S
), &(par->refresh_info.user_buffer.stCanvas),
6105
sizeof(
HIFB_SURFACE_S
));
6115
ret = memcpy_s(&cursor_buf.stCanvas, sizeof(
HIFB_SURFACE_S
), &par->cursor_info.cursor.stCursor,
6116
sizeof(
HIFB_SURFACE_S
));
7484
HIFB_SURFACE_S
*canvas_surfac
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H
A
D
hifb_blit.c
196
static hi_u32 hifb_drv_get_dcmp_stride(
HIFB_SURFACE_S
*canvas)
in hifb_drv_get_dcmp_stride()
Completed in 15 milliseconds