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:AVMetadata_Result
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/av_session/interfaces/kits/c/
H
A
D
native_avmetadata.h
70
}
AVMetadata_Result
;
typedef
136
AVMetadata_Result
OH_AVMetadataBuilder_Create(OH_AVMetadataBuilder** builder);
147
AVMetadata_Result
OH_AVMetadataBuilder_Destroy(OH_AVMetadataBuilder* builder);
161
AVMetadata_Result
OH_AVMetadataBuilder_SetAssetId(OH_AVMetadataBuilder* builder, const char* assetId);
175
AVMetadata_Result
OH_AVMetadataBuilder_SetTitle(OH_AVMetadataBuilder* builder, const char* title);
189
AVMetadata_Result
OH_AVMetadataBuilder_SetArtist(OH_AVMetadataBuilder* builder, const char* artist);
203
AVMetadata_Result
OH_AVMetadataBuilder_SetAuthor(OH_AVMetadataBuilder* builder, const char* author);
217
AVMetadata_Result
OH_AVMetadataBuilder_SetAlbum(OH_AVMetadataBuilder* builder, const char* album);
231
AVMetadata_Result
OH_AVMetadataBuilder_SetWriter(OH_AVMetadataBuilder* builder, const char* writer);
245
AVMetadata_Result
OH_AVMetadataBuilder_SetCompose
[all...]
/foundation/multimedia/av_session/frameworks/native/ohavsession/include/
H
A
D
OHAVMetadataBuilder.h
30
AVMetadata_Result
SetTitle(const std::string &title);
31
AVMetadata_Result
SetArtist(const std::string &artist);
32
AVMetadata_Result
SetAuthor(const std::string &author);
33
AVMetadata_Result
SetAlbum(const std::string &album);
34
AVMetadata_Result
SetWriter(const std::string &writer);
35
AVMetadata_Result
SetComposer(const std::string &composer);
36
AVMetadata_Result
SetDuration(int64_t duration);
37
AVMetadata_Result
SetMediaImageUri(const std::string &mediaImageUri);
38
AVMetadata_Result
SetSubtitle(const std::string &subtitle);
39
AVMetadata_Result
SetDescriptio
[all...]
/foundation/multimedia/av_session/frameworks/native/ohavsession/src/
H
A
D
OHAVMetadataBuilder.cpp
20
AVMetadata_Result
OHAVMetadataBuilder::SetTitle(const std::string &title)
in SetTitle()
26
AVMetadata_Result
OHAVMetadataBuilder::SetArtist(const std::string &artist)
in SetArtist()
32
AVMetadata_Result
OHAVMetadataBuilder::SetAuthor(const std::string &author)
in SetAuthor()
38
AVMetadata_Result
OHAVMetadataBuilder::SetAlbum(const std::string &album)
in SetAlbum()
44
AVMetadata_Result
OHAVMetadataBuilder::SetWriter(const std::string &writer)
in SetWriter()
50
AVMetadata_Result
OHAVMetadataBuilder::SetComposer(const std::string &composer)
in SetComposer()
56
AVMetadata_Result
OHAVMetadataBuilder::SetDuration(int64_t duration)
in SetDuration()
62
AVMetadata_Result
OHAVMetadataBuilder::SetMediaImageUri(const std::string &mediaImageUri)
in SetMediaImageUri()
68
AVMetadata_Result
OHAVMetadataBuilder::SetSubtitle(const std::string &subtitle)
in SetSubtitle()
74
AVMetadata_Result
OHAVMetadataBuilde
[all...]
/foundation/multimedia/av_session/frameworks/native/ohavsession/test/unittest/
H
A
D
oh_av_metadata_builder_test.cpp
179
AVMetadata_Result
ret = g_ohAVMetaDataBuilder.SetSkipIntervals(intervals);
in HWTEST_F()
200
AVMetadata_Result
ret = g_ohAVMetaDataBuilder.SetSkipIntervals(intervals);
in HWTEST_F()
221
AVMetadata_Result
ret = g_ohAVMetaDataBuilder.SetSkipIntervals(intervals);
in HWTEST_F()
242
AVMetadata_Result
ret = g_ohAVMetaDataBuilder.SetSkipIntervals(intervals);
in HWTEST_F()
H
A
D
oh_av_session_test.cpp
173
AVMetadata_Result
res;
in HWTEST()
Completed in 5 milliseconds