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:ORIGINAL_MODE
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H
A
D
moving_photo_impl.h
26
ORIGINAL_MODE
= 0,
member in OHOS::Media::SourceMode
59
SourceMode sourceMode_ = SourceMode::
ORIGINAL_MODE
;
H
A
D
media_asset_data_handler_capi.h
61
ORIGINAL_MODE
= 0,
enumerator
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
media_asset_data_handler.h
38
ORIGINAL_MODE
= 0,
member in OHOS::Media::SourceMode
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
moving_photo_napi.cpp
238
if (context->sourceMode == SourceMode::
ORIGINAL_MODE
) {
in RequestContentToSandbox()
267
if (context->sourceMode == SourceMode::
ORIGINAL_MODE
) {
in AcquireFdForArrayBuffer()
H
A
D
media_asset_manager_napi.cpp
1102
dataHandler->GetSourceMode() == SourceMode::
ORIGINAL_MODE
, env);
in GetNapiValueOfMedia()
1105
dataHandler->GetSourceMode() == SourceMode::
ORIGINAL_MODE
, env);
in GetNapiValueOfMedia()
1112
param.isSource = dataHandler->GetSourceMode() == SourceMode::
ORIGINAL_MODE
;
in GetNapiValueOfMedia()
1119
dataHandler->GetSourceMode() == SourceMode::
ORIGINAL_MODE
, env, isPicture);
in GetNapiValueOfMedia()
1505
(MediaLibraryNapiUtils::IsSystemApp() && sourceMode == static_cast<int32_t>(SourceMode::
ORIGINAL_MODE
) &&
in IsMovingPhoto()
/foundation/multimedia/media_library/frameworks/native/c_api/
H
A
D
moving_photo_impl.cpp
116
if (sourceMode_ == SourceMode::
ORIGINAL_MODE
) {
in RequestContentToSandbox()
/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H
A
D
media_asset_manager_impl.cpp
323
dataHandler->GetSourceMode() == NativeSourceMode::
ORIGINAL_MODE
);
in NotifyImageDataPrepared()
Completed in 9 milliseconds