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:mediaType_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/multimedia/av_session/frameworks/common/src/
H
A
D
avmedia_description.cpp
27
parcel.WriteString(
mediaType_
) &&
in Marshalling()
54
data.ReadString(result->
mediaType_
);
in Unmarshalling()
170
mediaType_
= mediaType;
in SetMediaType()
175
return
mediaType_
;
in GetMediaType()
302
mediaType_
= "";
in Reset()
/foundation/multimedia/ringtone_library/services/ringtone_setting/src/
H
A
D
ringtone_metadata.cpp
27
mediaType_
(METADATA_MEDIA_TYPE_DEFAULT),
in RingtoneMetadata()
145
mediaType_
= std::get<int32_t>(mediaType);
in SetMediaType()
150
return
mediaType_
;
in GetMediaType()
310
";
mediaType_
=" + to_string(
mediaType_
) +
in ToString()
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H
A
D
metadata.cpp
31
mediaType_
(FILE_MEDIA_TYPE_DEFAULT),
in Metadata()
167
mediaType_
= static_cast<MediaType>(std::get<int32_t>(mediaType));
in SetFileMediaType()
172
return
mediaType_
;
in GetFileMediaType()
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H
A
D
avmedia_description.h
139
std::string
mediaType_
= "";
member in OHOS::AVSession::AVMediaDescription
/foundation/multimedia/ringtone_library/services/ringtone_setting/include/
H
A
D
ringtone_metadata.h
108
int32_t
mediaType_
;
member in OHOS::Media::RingtoneMetadata
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H
A
D
dash_mpd_def.h
199
std::string
mediaType_
;
member
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
media_library_napi.h
137
mediaType_
= mediaType;
in MediaObserver()
145
listener.mediaType =
mediaType_
;
150
MediaType
mediaType_
;
member in OHOS::Media::MediaObserver
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H
A
D
metadata.h
188
MediaType
mediaType_
;
member in OHOS::Media::Metadata
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H
A
D
media_service.h
56
uint8_t
mediaType_
{0xFF};
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H
A
D
dash_mpd_parser.cpp
970
mpdNode->GetAttr("mediaType", dashMpdInfo_.
mediaType_
);
in GetMpdAttr()
1127
dashMpdInfo_.
mediaType_
= "";
in Clear()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_service.cpp
237
item.itemType_, item.uid_, item.
mediaType_
, item.playable_, item.name_, item.attributes_, item.values_);
in OnGetFolderItems()
Completed in 12 milliseconds