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_LENGTH
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/image_effect/test/unittest/mock/src/
H
A
D
mock_picture.cpp
24
const std::string
IMAGE_LENGTH
= "ImageLength";
member
38
exifMetadata_->SetValue(
IMAGE_LENGTH
, std::to_string(mainPixelMap_->GetHeight()));
in MockPicture()
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H
A
D
common_utils.cpp
35
const std::string
IMAGE_LENGTH
= "ImageLength";
member
399
GetImagePropertyInt(exifMetadata,
IMAGE_LENGTH
, length);
in PrintImageExifInfo()
467
if (GetImagePropertyInt(exifMetadata,
IMAGE_LENGTH
, width) == 0 && pixelMap->GetHeight() != length) {
in UpdateExifMetadata()
468
exifMetadata->SetValue(
IMAGE_LENGTH
, std::to_string(pixelMap->GetHeight()));
in UpdateExifMetadata()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
jpeg_decoder_test.cpp
31
const std::string
IMAGE_LENGTH
= "ImageLength";
member
415
std::string key =
IMAGE_LENGTH
;
in HWTEST_F()
497
std::string key =
IMAGE_LENGTH
;
in HWTEST_F()
999
std::string key =
IMAGE_LENGTH
;
in HWTEST_F()
1020
std::string key =
IMAGE_LENGTH
;
in HWTEST_F()
H
A
D
jpeg_decoder_ex_test.cpp
30
const std::string
IMAGE_LENGTH
= "ImageLength";
member
1228
std::string key =
IMAGE_LENGTH
;
in HWTEST_F()
1249
std::string key =
IMAGE_LENGTH
;
in HWTEST_F()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H
A
D
jpeg_decoder.cpp
73
const std::string
IMAGE_LENGTH
= "ImageLength";
member
816
} else if (IsSameTextStr(key,
IMAGE_LENGTH
)) {
in GetImagePropertyString()
988
} else if (IsSameTextStr(key,
IMAGE_LENGTH
)) {
in getExifTagFromKey()
Completed in 9 milliseconds