Searched refs:OH_AVMetadataBuilder (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/av_session/interfaces/kits/c/ |
H A D | native_avmetadata.h | 115 typedef struct OH_AVMetadataBuilderStruct OH_AVMetadataBuilder; 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_SetComposer(OH_AVMetadataBuilder* builde [all...] |
/foundation/multimedia/av_session/frameworks/native/ohavsession/src/ |
H A D | OHAVMetadataBuilder.cpp | 251 AVMetadata_Result OH_AVMetadataBuilder_Create(OH_AVMetadataBuilder** builder) in OH_AVMetadataBuilder_Create() 261 *builder = reinterpret_cast<OH_AVMetadataBuilder*>(metadata); in OH_AVMetadataBuilder_Create() 265 AVMetadata_Result OH_AVMetadataBuilder_Destroy(OH_AVMetadataBuilder* builder) in OH_AVMetadataBuilder_Destroy() 274 AVMetadata_Result OH_AVMetadataBuilder_SetTitle(OH_AVMetadataBuilder* builder, const char* title) in OH_AVMetadataBuilder_SetTitle() 282 AVMetadata_Result OH_AVMetadataBuilder_SetArtist(OH_AVMetadataBuilder* builder, const char* artist) in OH_AVMetadataBuilder_SetArtist() 290 AVMetadata_Result OH_AVMetadataBuilder_SetAuthor(OH_AVMetadataBuilder* builder, const char* author) in OH_AVMetadataBuilder_SetAuthor() 298 AVMetadata_Result OH_AVMetadataBuilder_SetAlbum(OH_AVMetadataBuilder* builder, const char* album) in OH_AVMetadataBuilder_SetAlbum() 306 AVMetadata_Result OH_AVMetadataBuilder_SetWriter(OH_AVMetadataBuilder* builder, const char* writer) in OH_AVMetadataBuilder_SetWriter() 314 AVMetadata_Result OH_AVMetadataBuilder_SetComposer(OH_AVMetadataBuilder* builder, const char* composer) in OH_AVMetadataBuilder_SetComposer() 322 AVMetadata_Result OH_AVMetadataBuilder_SetDuration(OH_AVMetadataBuilder* builde [all...] |
/foundation/multimedia/av_session/frameworks/native/ohavsession/test/unittest/ |
H A D | oh_av_metadata_builder_test.cpp | 125 OH_AVMetadataBuilder* builder; in HWTEST_F()
|
H A D | oh_av_session_test.cpp | 171 OH_AVMetadataBuilder *builder; in HWTEST()
|
Completed in 3 milliseconds