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:imagePacker
(Results
1 - 4
of
4
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/core/src/
H
A
D
ans_image_util.cpp
36
Media::ImagePacker
imagePacker
;
in PackImage()
local
43
auto ret =
imagePacker
.GetSupportedFormats(formats);
in PackImage()
60
imagePacker
.StartPacking(pbuf, size, option);
in PackImage()
61
imagePacker
.AddImage(*pixelMap);
in PackImage()
63
imagePacker
.FinalizePacking(packedSize);
in PackImage()
113
Media::ImagePacker
imagePacker
;
in PackImage2File()
local
120
auto ret =
imagePacker
.GetSupportedFormats(formats);
in PackImage2File()
126
imagePacker
.StartPacking(outFilePath, option);
in PackImage2File()
127
imagePacker
.AddImage(*pixelMap);
in PackImage2File()
129
imagePacker
in PackImage2File()
[all...]
/base/theme/wallpaper_mgr/test/unittest/
H
A
D
wallpaper_permission_test.cpp
77
ImagePacker
imagePacker
;
in CreateTempImage()
local
83
imagePacker
.GetSupportedFormats(formats);
in CreateTempImage()
84
imagePacker
.StartPacking(URI, option);
in CreateTempImage()
86
imagePacker
.AddImage(*pixelMap);
in CreateTempImage()
89
imagePacker
.FinalizePacking(packedSize);
in CreateTempImage()
H
A
D
wallpaper_test.cpp
242
ImagePacker
imagePacker
;
in CreateTempImage()
local
248
imagePacker
.GetSupportedFormats(formats);
in CreateTempImage()
249
imagePacker
.StartPacking(URI, option);
in CreateTempImage()
251
imagePacker
.AddImage(*pixelMap);
in CreateTempImage()
254
imagePacker
.FinalizePacking(packedSize);
in CreateTempImage()
/base/theme/wallpaper_mgr/services/src/
H
A
D
wallpaper_service.cpp
1403
OHOS::Media::ImagePacker
imagePacker
;
in WritePixelMapToStream()
local
1409
uint32_t ret =
imagePacker
.GetSupportedFormats(formats);
in WritePixelMapToStream()
1414
imagePacker
.StartPacking(outputStream, option);
in WritePixelMapToStream()
1415
imagePacker
.AddImage(*pixelMap);
in WritePixelMapToStream()
1417
imagePacker
.FinalizePacking(packedSize);
in WritePixelMapToStream()
Completed in 6 milliseconds