Home
last modified time | relevance | path

Searched refs:ICodecService (Results 1 - 16 of 16) sorted by relevance

/foundation/multimedia/av_codec/services/services/sa_avcodec/client/
H A Davcodec_client.h41 int32_t CreateCodecService(std::shared_ptr<ICodecService> &codecClient) override;
42 int32_t DestroyCodecService(std::shared_ptr<ICodecService> codecClient) override;
61 std::list<std::shared_ptr<ICodecService>> codecClientList_;
H A Davcodec_client.cpp64 int32_t AVCodecClient::CreateCodecService(std::shared_ptr<ICodecService> &codecClient) in CreateCodecService()
85 int32_t AVCodecClient::DestroyCodecService(std::shared_ptr<ICodecService> codecClient) in DestroyCodecService()
/foundation/multimedia/av_codec/services/include/
H A Di_avcodec_service.h70 virtual int32_t CreateCodecService(std::shared_ptr<ICodecService> &codecClient) = 0;
82 virtual int32_t DestroyCodecService(std::shared_ptr<ICodecService> codec) = 0;
H A Di_codec_service.h36 class ICodecService { class
38 virtual ~ICodecService() = default;
/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_audio_decoder_impl.h44 std::shared_ptr<ICodecService> codecService_ = nullptr;
H A Davcodec_audio_encoder_impl.h45 std::shared_ptr<ICodecService> codecService_ = nullptr;
H A Davcodec_audio_codec_inner_impl.h58 std::shared_ptr<ICodecService> codecService_ = nullptr;
H A Davcodec_video_encoder_impl.h53 std::shared_ptr<ICodecService> codecClient_ = nullptr;
H A Davcodec_video_decoder_impl.h52 std::shared_ptr<ICodecService> codecClient_ = nullptr;
H A Davcodec_audio_codec_impl.h82 std::shared_ptr<ICodecService> codecService_ = nullptr;
/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.h33 public ICodecService,
36 static int32_t Create(const sptr<IStandardCodecService> &ipcProxy, std::shared_ptr<ICodecService> &codec);
H A Dcodec_client.cpp25 int32_t CodecClient::Create(const sptr<IStandardCodecService> &ipcProxy, std::shared_ptr<ICodecService> &codec) in Create()
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dsurface_decoder_adapter.h37 class ICodecService;
H A Dsurface_encoder_adapter.h38 class ICodecService;
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.h35 class CodecServer : public std::enable_shared_from_this<CodecServer>, public ICodecService, public NoCopyable {
37 static std::shared_ptr<ICodecService> Create();
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_service_stub.h93 std::shared_ptr<ICodecService> codecServer_ = nullptr;

Completed in 6 milliseconds