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:bmpInfo
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H
A
D
loadbmp.c
102
OSD_BITMAPINFO
bmpInfo
;
in LoadBMP()
local
118
if (GetBmpInfo(path, &bmpFileHeader, &
bmpInfo
) < 0) {
in LoadBMP()
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
in LoadBMP()
225
OSD_BITMAPINFO
bmpInfo
;
LoadBMPEx()
local
381
OSD_BITMAPINFO
bmpInfo
;
LoadBMPCanvas()
local
[all...]
H
A
D
sample_comm_region.c
51
OSD_BITMAPINFO
bmpInfo
;
in REGION_MST_LoadBmp()
local
64
if (GetBmpInfo(filename, &bmpFileHeader, &
bmpInfo
) < 0) {
in REGION_MST_LoadBmp()
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()
150
OSD_BITMAPINFO
bmpInfo
;
in REGION_MST_UpdateCanvas()
local
153
if (GetBmpInfo(filename, &bmpFileHeader, &
bmpInfo
) < 0) {
in REGION_MST_UpdateCanvas()
Completed in 2 milliseconds