Home
last modified time | relevance | path

Searched refs:SetDecryptConfig (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_service_stub.h59 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
88 int32_t SetDecryptConfig(MessageParcel &data, MessageParcel &reply);
H A Dcodec_service_stub.cpp194 ret = SetDecryptConfig(data, reply); in OnRemoteRequest()
389 int32_t CodecServiceStub::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySes… in SetDecryptConfig() function in OHOS::MediaAVCodec::CodecServiceStub
394 return codecServer_->SetDecryptConfig(keySession, svpFlag); in SetDecryptConfig()
629 int32_t CodecServiceStub::SetDecryptConfig(MessageParcel &data, MessageParcel &reply) in SetDecryptConfig() function in OHOS::MediaAVCodec::CodecServiceStub
641 bool ret = reply.WriteInt32(SetDecryptConfig(keySessionServiceProxy, svpFlag)); in SetDecryptConfig()
H A Di_standard_codec_service.h56 virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig() function
H A Dcodec_service_proxy.h55 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_video_decoder_impl.cpp234 int32_t AVCodecVideoDecoderImpl::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> … in SetDecryptConfig() function in OHOS::MediaAVCodec::AVCodecVideoDecoderImpl
244 return codecClient_->SetDecryptConfig(keySessionProxy, svpFlag); in SetDecryptConfig()
H A Davcodec_video_decoder_impl.h46 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dsurface_decoder_unit_test.h120 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig() function
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_service_stub.h86 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
148 int32_t SetDecryptConfig(MessageParcel &data, MessageParcel &reply);
H A Dplayer_service_stub.cpp168 … [this](MessageParcel &data, MessageParcel &reply) { return SetDecryptConfig(data, reply); } }; in FillPlayerFuncPart2()
496 int32_t PlayerServiceStub::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySe… in SetDecryptConfig() function in OHOS::Media::PlayerServiceStub
503 return playerServer_->SetDecryptConfig(keySessionProxy, svp); in SetDecryptConfig()
955 int32_t PlayerServiceStub::SetDecryptConfig(MessageParcel &data, MessageParcel &reply) in SetDecryptConfig() function in OHOS::Media::PlayerServiceStub
967 reply.WriteInt32(SetDecryptConfig(keySessionServiceProxy, svp)); in SetDecryptConfig()
H A Dplayer_service_proxy.h73 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
H A Di_standard_player_service.h103 …virtual int32_t SetDecryptConfig(const sptr<OHOS::DrmStandard::IMediaKeySessionService> &keySessio… in SetDecryptConfig() function
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_video_decoder.h232 virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig() function
H A Dvideo_decoder_adapter.h62 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
H A Ddecoder_surface_filter.h80 Status SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
/ohos5.0/foundation/multimedia/av_codec/services/include/
H A Di_codec_service.h64 virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig() function
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_player_service.h375 …virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dvideo_decoder_adapter.cpp375 int32_t VideoDecoderAdapter::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &key… in SetDecryptConfig() function in OHOS::Media::VideoDecoderAdapter
381 return mediaCodec_->SetDecryptConfig(keySession, svpFlag); in SetDecryptConfig()
H A Ddecoder_surface_filter.cpp236 videoDecoder_->SetDecryptConfig(keySessionServiceProxy_, svpFlag_); in DoInitAfterLink()
491 videoDecoder_->SetDecryptConfig(keySessionServiceProxy_, svpFlag_); in SetParameter()
840 Status DecoderSurfaceFilter::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &key… in SetDecryptConfig() function in OHOS::Media::Pipeline::DecoderSurfaceFilter
/ohos5.0/foundation/multimedia/player_framework/services/services/player/client/
H A Dplayer_client.h64 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
H A Dplayer_client.cpp407 int32_t PlayerClient::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession… in SetDecryptConfig() function in OHOS::Media::PlayerClient
414 return playerProxy_->SetDecryptConfig(keySessionProxy, svp); in SetDecryptConfig()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.h65 …int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, const bool …
H A Dcodec_client.cpp348 int32_t CodecClient::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,… in SetDecryptConfig() function in OHOS::MediaAVCodec::CodecClient
354 int32_t ret = codecProxy_->SetDecryptConfig(keySession, svpFlag); in SetDecryptConfig()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/
H A Dplayer_impl.h74 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
H A Dplayer_impl.cpp469 int32_t PlayerImpl::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionPr… in SetDecryptConfig() function in OHOS::Media::PlayerImpl
476 return playerService_->SetDecryptConfig(keySessionProxy, svp); in SetDecryptConfig()
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_player_engine.h105 …virtual int32_t SetDecryptConfig(const sptr<OHOS::DrmStandard::IMediaKeySessionService> &keySessio… in SetDecryptConfig() function

12