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:bmiHeader
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H
A
D
loadbmp.c
123
Bpp = bmpInfo.
bmiHeader
.biBitCount / 8; /* 8bit */
in LoadBMP()
131
if (bmpInfo.
bmiHeader
.biCompression != 0) {
in LoadBMP()
137
if (bmpInfo.
bmiHeader
.biHeight < 0) {
in LoadBMP()
138
printf("bmpInfo.
bmiHeader
.biHeight < 0\n");
in LoadBMP()
149
pVideoLogo->width = (HI_U16)bmpInfo.
bmiHeader
.biWidth;
in LoadBMP()
151
(HI_U16)((bmpInfo.
bmiHeader
.biHeight > 0) ? bmpInfo.
bmiHeader
.biHeight : (-bmpInfo.
bmiHeader
.biHeight));
in LoadBMP()
249
Bpp = bmpInfo.
bmiHeader
.biBitCount / 8; /* 8bit */
in LoadBMPEx()
257
if (bmpInfo.
bmiHeader
in LoadBMPEx()
[all...]
H
A
D
loadbmp.h
90
OSD_BITMAPINFOHEADER
bmiHeader
;
member
H
A
D
sample_comm_region.c
81
pstBitmap->pData = malloc(s32BytesPerPix * (bmpInfo.
bmiHeader
.biWidth) * (bmpInfo.
bmiHeader
.biHeight));
in REGION_MST_LoadBmp()
92
s32Width = DIV_UP(bmpInfo.
bmiHeader
.biWidth, 4); /* 4 align */
in REGION_MST_LoadBmp()
93
pu8Data = malloc((s32Width) * (bmpInfo.
bmiHeader
.biHeight));
in REGION_MST_LoadBmp()
Completed in 3 milliseconds