Home
last modified time | relevance | path

Searched refs:DestroyTransCoderService (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/
H A Dtranscoder_impl.cpp55 (void)MediaServiceFactory::GetInstance().DestroyTransCoderService(transCoderService_); in ~TransCoderImpl()
186 (void)MediaServiceFactory::GetInstance().DestroyTransCoderService(transCoderService_); in Release()
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_local.h39 int32_t DestroyTransCoderService(std::shared_ptr<ITransCoderService> transCoder) override;
H A Dmedia_local.cpp86 int32_t MediaLocal::DestroyTransCoderService(std::shared_ptr<ITransCoderService> transCoder) in DestroyTransCoderService() function in OHOS::Media::MediaLocal
H A Dmedia_client.h59 int32_t DestroyTransCoderService(std::shared_ptr<ITransCoderService> transCoder) override;
H A Dmedia_client.cpp150 int32_t MediaClient::DestroyTransCoderService(std::shared_ptr<ITransCoderService> transCoder) in DestroyTransCoderService() function in OHOS::Media::MediaClient
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_media_service.h96 virtual int32_t DestroyTransCoderService(std::shared_ptr<ITransCoderService> transCoder) = 0;