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:IMAGE_FORMAT
(Results
1 - 4
of
4
) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
scene_persistence.cpp
34
constexpr const char*
IMAGE_FORMAT
= "image/png";
member
118
option.format = IsAstcEnabled() ? ASTC_IMAGE_FORMAT :
IMAGE_FORMAT
;
in SaveSnapshot()
198
option.format =
IMAGE_FORMAT
;
in SaveUpdatedIcon()
262
sourceOpts.formatHint = IsAstcEnabled() ? ASTC_IMAGE_FORMAT :
IMAGE_FORMAT
;
in GetLocalSnapshotPixelMap()
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H
A
D
pixelmap_native.cpp
133
static bool IsMatchType(
IMAGE_FORMAT
type, PixelFormat format)
in IsMatchType()
135
if (type ==
IMAGE_FORMAT
::IMAGE_FORMAT_YUV_TYPE) {
in IsMatchType()
145
} else if (type ==
IMAGE_FORMAT
::IMAGE_FORMAT_RGB_TYPE) {
in IsMatchType()
651
if (!IsMatchType(
IMAGE_FORMAT
::IMAGE_FORMAT_YUV_TYPE, srcPixelFormat) ||
in ImageConvert_YuvToRgb()
652
!IsMatchType(
IMAGE_FORMAT
::IMAGE_FORMAT_RGB_TYPE, destFormat)) {
in ImageConvert_YuvToRgb()
673
if (!IsMatchType(
IMAGE_FORMAT
::IMAGE_FORMAT_RGB_TYPE, srcPixelFormat) ||
in ImageConvert_RgbToYuv()
674
!IsMatchType(
IMAGE_FORMAT
::IMAGE_FORMAT_YUV_TYPE, destFormat)) {
in ImageConvert_RgbToYuv()
695
if (IsMatchType(
IMAGE_FORMAT
::IMAGE_FORMAT_YUV_TYPE, srcPixelFormat)) {
in OH_PixelMapNative_ConvertPixelFormat()
699
} else if (IsMatchType(
IMAGE_FORMAT
::IMAGE_FORMAT_RGB_TYPE, srcPixelFormat)) {
in OH_PixelMapNative_ConvertPixelFormat()
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H
A
D
mission_data_storage.cpp
34
constexpr const char*
IMAGE_FORMAT
= "image/jpeg";
member
414
option.format =
IMAGE_FORMAT
;
in WriteToJpeg()
/foundation/multimedia/image_framework/interfaces/kits/native/include/image/
H
A
D
pixelmap_native.h
148
}
IMAGE_FORMAT
;
typedef
Completed in 4 milliseconds