Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/include/
H A Di_avcodec_service.h82 virtual int32_t DestroyCodecService(std::shared_ptr<ICodecService> codec) = 0;
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/client/
H A Davcodec_client.h42 int32_t DestroyCodecService(std::shared_ptr<ICodecService> codecClient) override;
H A Davcodec_client.cpp85 int32_t AVCodecClient::DestroyCodecService(std::shared_ptr<ICodecService> codecClient) in DestroyCodecService() function in OHOS::MediaAVCodec::AVCodecClient
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_video_decoder_impl.cpp97 (void)AVCodecServiceFactory::GetInstance().DestroyCodecService(codecClient_); in ~AVCodecVideoDecoderImpl()
H A Davcodec_video_encoder_impl.cpp98 (void)AVCodecServiceFactory::GetInstance().DestroyCodecService(codecClient_); in ~AVCodecVideoEncoderImpl()