Home
last modified time | relevance | path

Searched refs:IAVCodecService (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_codec/services/include/
H A Di_avcodec_service.h31 class IAVCodecService { class
33 virtual ~IAVCodecService() = default;
88 * @brief IAVCodecService singleton
92 * @return Returns IAVCodecService singleton;
96 static IAVCodecService &GetInstance();
/foundation/multimedia/player_framework/services/include/
H A Di_avcodec_service.h28 class IAVCodecService { class
30 virtual ~IAVCodecService() = default;
/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_local.cpp60 std::shared_ptr<IAVCodecService> MediaLocal::CreateAVCodecService() in CreateAVCodecService()
104 int32_t MediaLocal::DestroyAVCodecService(std::shared_ptr<IAVCodecService> avCodec) in DestroyAVCodecService()
H A Dmedia_local.h34 std::shared_ptr<IAVCodecService> CreateAVCodecService() override;
42 int32_t DestroyAVCodecService(std::shared_ptr<IAVCodecService> avCodec) override;
/foundation/multimedia/av_codec/services/services/sa_avcodec/client/
H A Davcodec_client.h35 class AVCodecClient : public IAVCodecService, public NoCopyable {
H A Davcodec_client.cpp40 IAVCodecService &AVCodecServiceFactory::GetInstance() in GetInstance()

Completed in 2 milliseconds