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:stCanvas
(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
159
dst_sur.phy_addr = dst_img->
stCanvas
.u64PhyAddr;
in hifb_drv_fill()
160
dst_sur.width = dst_img->
stCanvas
.u32Width;
in hifb_drv_fill()
161
dst_sur.height = dst_img->
stCanvas
.u32Height;
in hifb_drv_fill()
162
dst_sur.stride = dst_img->
stCanvas
.u32Pitch;
in hifb_drv_fill()
165
dst_sur.color_fmt = hifb_drv_conv_fmt(dst_img->
stCanvas
.enFmt);
in hifb_drv_fill()
245
surface->phy_addr = img->
stCanvas
.u64PhyAddr;
in drv_blit_init()
246
surface->width = img->
stCanvas
.u32Width;
in drv_blit_init()
247
surface->height = img->
stCanvas
.u32Height;
in drv_blit_init()
248
surface->stride = img->
stCanvas
.u32Pitch;
in drv_blit_init()
251
surface->color_fmt = hifb_drv_conv_fmt(img->
stCanvas
in drv_blit_init()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H
A
D
hifb_main.c
927
dst_img.
stCanvas
.u64PhyAddr = hifb_get_smem_start(info);
in hifb_completely()
928
dst_img.
stCanvas
.u32Pitch = can_pitch;
in hifb_completely()
929
dst_img.
stCanvas
.enFmt = HIFB_FMT_ABGR8888;
in hifb_completely()
930
dst_img.
stCanvas
.u32Width = HIFB_TDE_DISTINCT_WIDTH;
in hifb_completely()
931
dst_img.
stCanvas
.u32Height = n / can_pitch;
in hifb_completely()
933
if (dst_img.
stCanvas
.u32Height > HIFB_TDE_DISTINCT_HEIGHT) {
in hifb_completely()
934
dst_img.
stCanvas
.u32Height = HIFB_TDE_DISTINCT_HEIGHT;
in hifb_completely()
937
if (dst_img.
stCanvas
.u32Height != 0) {
in hifb_completely()
946
if ((n - dst_img.
stCanvas
.u32Height * can_pitch) != 0) {
in hifb_completely()
947
rest = hifb_get_screen_base(info) + can_pitch * (dst_img.
stCanvas
in hifb_completely()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H
A
D
hifb.h
270
HIFB_SURFACE_S
stCanvas
;
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hifb.h
245
HIFB_SURFACE_S
stCanvas
;
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hifb.h
250
HIFB_SURFACE_S
stCanvas
;
member
Completed in 9 milliseconds