Home
last modified time | relevance | path

Searched refs:ICodecService (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/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()
/ohos5.0/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 {
38 virtual ~ICodecService() = default;
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.h33 public ICodecService,
36 …int32_t Create(const sptr<IStandardCodecService> &ipcProxy, std::shared_ptr<ICodecService> &codec);
H A Dcodec_client.cpp25 …cClient::Create(const sptr<IStandardCodecService> &ipcProxy, std::shared_ptr<ICodecService> &codec) in Create()
/ohos5.0/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_decoder_impl.h52 std::shared_ptr<ICodecService> codecClient_ = nullptr;
H A Davcodec_video_encoder_impl.h53 std::shared_ptr<ICodecService> codecClient_ = nullptr;
H A Davcodec_audio_codec_impl.h83 std::shared_ptr<ICodecService> codecService_ = nullptr;
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dsurface_decoder_adapter.h37 class ICodecService; variable
H A Dsurface_encoder_adapter.h38 class ICodecService; variable
/ohos5.0/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 …
37 static std::shared_ptr<ICodecService> Create();
H A Dcodec_server.cpp144 std::shared_ptr<ICodecService> CodecServer::Create() in Create()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_service_stub.h93 std::shared_ptr<ICodecService> codecServer_ = nullptr;