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:u32Pitch
(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
162
dst_sur.stride = dst_img->stCanvas.
u32Pitch
;
in hifb_drv_fill()
205
stride = canvas->
u32Pitch
;
in hifb_drv_get_dcmp_stride()
248
surface->stride = img->stCanvas.
u32Pitch
;
in drv_blit_init()
266
dst_surface->cbcr_stride = dst_img->stCanvas.
u32Pitch
;
in drv_blit_compress()
542
surface->stride = src_img->stCanvas.
u32Pitch
;
in drv_rotate_init()
555
surface->stride = dst_img->stCanvas.
u32Pitch
;
in drv_rotate_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H
A
D
hifb_main.c
928
dst_img.stCanvas.
u32Pitch
= can_pitch;
in hifb_completely()
1672
cursor_info->cursor.stCursor.
u32Pitch
= HIFB_SOFTCURSOR_STRIDE;
in hifb_open_init_config()
2016
len = cursor_sur->
u32Pitch
* cursor_sur->u32Height;
in hifb_check_cusor_phyaddr()
3709
hifb_error("memory is not enough! now is %u
u32Pitch
%u u32Height %u expect %u\n", hifb_get_smem_len(info),
3723
len = (hi_u64)can_buf->stCanvas.
u32Pitch
* can_buf->stCanvas.u32Height;
3992
dst_rect->stCanvas.
u32Pitch
= hifb_get_line_length(info);
4003
dst_rect->stCanvas.
u32Pitch
= ((bytes_per_pixel * dst_rect->stCanvas.u32Width + HIFB_ALIGN - 1) /
4244
back_buf->stCanvas.
u32Pitch
= hifb_get_line_length(info);
4254
back_buf->stCanvas.
u32Pitch
= ((*bytes_per_pixel * back_buf->stCanvas.u32Width + HIFB_ALIGN - 1) / HIFB_ALIGN) *
4323
fore_buf->stCanvas.
u32Pitch
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H
A
D
hifb.h
257
HI_U32
u32Pitch
; /* line pixels */
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hifb.h
232
HI_U32
u32Pitch
; /* line pixels */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hifb.h
237
HI_U32
u32Pitch
; /* line pixels */
member
Completed in 19 milliseconds