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:jpeg
(Results
1 - 3
of
3
) sorted by relevance
/foundation/window/window_manager/snapshot/src/
H
A
D
snapshot_utils.cpp
80
const char *VALID_SNAPSHOT_SUFFIX = ".
jpeg
";
237
struct jpeg_compress_struct
jpeg
;
in WriteRgb888ToJpeg()
local
239
jpeg
.err = jpeg_std_error(&jerr);
in WriteRgb888ToJpeg()
242
jpeg_destroy_compress(&
jpeg
);
in WriteRgb888ToJpeg()
243
std::cout << "error: lib
jpeg
exit with error!" << std::endl;
in WriteRgb888ToJpeg()
247
jpeg_create_compress(&
jpeg
);
in WriteRgb888ToJpeg()
248
jpeg
.image_width = width;
in WriteRgb888ToJpeg()
249
jpeg
.image_height = height;
in WriteRgb888ToJpeg()
250
jpeg
.input_components = RGB888_PIXEL_BYTES;
in WriteRgb888ToJpeg()
251
jpeg
in WriteRgb888ToJpeg()
[all...]
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H
A
D
plugin_metadata.h
42
"value": "image/
jpeg
"
59
"value": "image/
jpeg
"
282
"value": "image/
jpeg
,image/png,image/webp"
311
"value": "image/
jpeg
"
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H
A
D
media_file_utils.cpp
141
{ "image/
jpeg
", { "jpg", "
jpeg
", "jpe" } },
1753
// image of moving photo must be image/
jpeg
, image/heif or image/heic
1755
return mimeType == "image/
jpeg
" || mimeType == "image/heif" || mimeType == "image/heic";
Completed in 5 milliseconds