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:loaderOpts
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H
A
D
thumbnail_generate_helper.cpp
58
thumbnailData.
loaderOpts
.loadingStates = SourceLoader::LOCAL_SOURCE_LOADING_STATES;
in CreateThumbnailFileScaned()
97
infos[i].
loaderOpts
.loadingStates = infos[i].isLocalFile ? SourceLoader::LOCAL_SOURCE_LOADING_STATES :
in CreateThumbnailBackground()
133
infos[i].
loaderOpts
.loadingStates = infos[i].isLocalFile ? SourceLoader::LOCAL_SOURCE_LOADING_STATES :
in CreateAstcBackground()
136
infos[i].
loaderOpts
.loadingStates = infos[i].isLocalFile ? SourceLoader::LOCAL_SOURCE_LOADING_STATES :
in CreateAstcBackground()
176
data.
loaderOpts
.loadingStates = SourceLoader::CLOUD_SOURCE_LOADING_STATES;
in CreateAstcCloudDownload()
178
data.
loaderOpts
.loadingStates = SourceLoader::CLOUD_LCD_SOURCE_LOADING_STATES;
in CreateAstcCloudDownload()
210
info.
loaderOpts
.loadingStates = SourceLoader::LOCAL_SOURCE_LOADING_STATES;
in CreateAstcBatchOnDemand()
213
info.
loaderOpts
.loadingStates = info.mediaType == MEDIA_TYPE_VIDEO ?
in CreateAstcBatchOnDemand()
248
infos[i].
loaderOpts
.loadingStates = infos[i].isLocalFile ? SourceLoader::LOCAL_LCD_SOURCE_LOADING_STATES :
in CreateLcdBackground()
318
data.
loaderOpts
in GenerateLocalThumbnail()
[all...]
H
A
D
thumbnail_source_loading.cpp
229
if (data.
loaderOpts
.decodeInThumbSize) {
in ConvertDecodeSize()
247
auto iter = data.
loaderOpts
.loadingStates.find(state);
248
if (iter == data.
loaderOpts
.loadingStates.end()) {
304
if (data_.
loaderOpts
.isHdr && imageSource->IsHdrImage()) {
in CreateImagePixelMap()
368
if (data_.
loaderOpts
.loadingStates.empty()) {
in RunLoading()
H
A
D
ithumbnail_helper.cpp
382
if (data.
loaderOpts
.loadingStates.empty()) {
in TryLoadSource()
459
data.
loaderOpts
.decodeInThumbSize = false;
in IsCreateLcdSuccess()
460
data.
loaderOpts
.isHdr = true;
in IsCreateLcdSuccess()
742
data.
loaderOpts
.decodeInThumbSize = true;
in IsCreateThumbnailSuccess()
832
data.
loaderOpts
.decodeInThumbSize = true;
in DoCreateLcdAndThumbnail()
877
data.
loaderOpts
.decodeInThumbSize = true;
in DoCreateAstc()
969
data.
loaderOpts
.decodeInThumbSize = true;
in DoCreateAstcEx()
H
A
D
thumbnail_utils.cpp
1485
if (data.
loaderOpts
.decodeInThumbSize && !CenterScaleEx(data.source, desiredSize, data.path)) {
in LoadSourceImage()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H
A
D
thumbnail_data.h
111
EXPORT SourceLoaderOptions
loaderOpts
;
member in OHOS::Media::ThumbnailData
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_utils_test/src/
H
A
D
medialibrary_utils_test.cpp
535
data.
loaderOpts
.decodeInThumbSize = true;
in HWTEST_F()
689
data.
loaderOpts
.decodeInThumbSize = false;
in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_thumbnail_service_test/src/
H
A
D
medialibrary_thumbnail_service_test.cpp
534
data.
loaderOpts
.needUpload = true;
in HWTEST_F()
Completed in 11 milliseconds