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:PIXEL_X_DIMENSION
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H
A
D
common_utils.cpp
38
const std::string
PIXEL_X_DIMENSION
= "PixelXDimension";
member
403
GetImagePropertyInt(exifMetadata,
PIXEL_X_DIMENSION
, xDimension);
in PrintImageExifInfo()
476
if (GetImagePropertyInt(exifMetadata,
PIXEL_X_DIMENSION
, xDimension) == 0 && pixelMap->GetWidth() != xDimension) {
in UpdateExifMetadata()
477
exifMetadata->SetValue(
PIXEL_X_DIMENSION
, std::to_string(pixelMap->GetWidth()));
in UpdateExifMetadata()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H
A
D
jpeg_decoder.cpp
104
const std::string
PIXEL_X_DIMENSION
= "PixelXDimension";
member
900
} else if (IsSameTextStr(key,
PIXEL_X_DIMENSION
)) {
in GetImagePropertyStringEx()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
jpeg_decoder_ex_test.cpp
51
const std::string
PIXEL_X_DIMENSION
= "PixelXDimension";
member
454
std::string key =
PIXEL_X_DIMENSION
;
in HWTEST_F()
H
A
D
jpeg_decoder_test.cpp
44
const std::string
PIXEL_X_DIMENSION
= "PixelXDimension";
member
831
std::string key =
PIXEL_X_DIMENSION
;
in HWTEST_F()
Completed in 9 milliseconds