Home
last modified time | relevance | path

Searched refs:CreateCodecService (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/include/
H A Di_avcodec_service.h70 virtual int32_t CreateCodecService(std::shared_ptr<ICodecService> &codecClient) = 0;
/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;
H A Davcodec_client.cpp64 int32_t AVCodecClient::CreateCodecService(std::shared_ptr<ICodecService> &codecClient) in CreateCodecService() function in OHOS::MediaAVCodec::AVCodecClient
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_video_decoder_impl.cpp83 int32_t ret = AVCodecServiceFactory::GetInstance().CreateCodecService(codecClient_); in Init()
H A Davcodec_video_encoder_impl.cpp84 int32_t ret = AVCodecServiceFactory::GetInstance().CreateCodecService(codecClient_); in Init()