Home
last modified time | relevance | path

Searched refs:DecryptMediaData (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/drm/
H A Dinterface_i_media_decrypt_module.md20 | [DecryptMediaData](#decryptmediadata) ([in] boolean secure, [in] struct [CryptoInfo](_crypto_info…
27 ### DecryptMediaData()
30 IMediaDecryptModule::DecryptMediaData ([in] boolean secure, [in] struct CryptoInfo cryptoInfo, [in]…
H A D_media_key_system_types_8idl.md26 …yptoInfo](_crypto_info.md) | 定义CryptoInfo,该信息由[IMediaDecryptModule::DecryptMediaData](interface_i_…
27 …[DrmBuffer](_drm_buffer.md) | 定义DrmBuffer,该信息由[IMediaDecryptModule::DecryptMediaData](interface_i_…
H A D_hdi_drm.md43 …yptoInfo](_crypto_info.md) | 定义CryptoInfo,该信息由[IMediaDecryptModule::DecryptMediaData](interface_i_…
44 …[DrmBuffer](_drm_buffer.md) | 定义DrmBuffer,该信息由[IMediaDecryptModule::DecryptMediaData](interface_i_…
H A D_crypto_info.md6 定义CryptoInfo,该信息由[IMediaDecryptModule::DecryptMediaData](interface_i_media_decrypt_module.md#decryp…
H A D_drm_buffer.md6 定义DrmBuffer,该信息由[IMediaDecryptModule::DecryptMediaData](interface_i_media_decrypt_module.md#decrypt…
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/include/
H A Dmedia_decrypt_module_service_proxy.h31 …int32_t DecryptMediaData(bool secureDecodrtState, IMediaDecryptModuleService::CryptInfo &cryptInfo,
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/
H A Di_mediadecryptmodule_service.h67 …virtual int32_t DecryptMediaData(bool secureDecodrtState, IMediaDecryptModuleService::CryptInfo &c…
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dimedia_decrypt_module.h64 … virtual int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
H A Dmedia_decrypt_module_proxy.h38 int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
/ohos5.0/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/
H A Dmedia_decrypt_module_service.h31 int32_t DecryptMediaData(bool secure, const CryptoInfo& cryptoInfo, const DrmBuffer& srcBuffer,
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dmedia_decrypt_module_service.h39 …int32_t DecryptMediaData(bool secureDecodrtState, IMediaDecryptModuleService::CryptInfo &cryptInfo,
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmedia_decrypt_module_service.cpp82 int32_t MediaDecryptModuleService::DecryptMediaData(bool secureDecodrtState, in DecryptMediaData() function in OHOS::DrmStandard::MediaDecryptModuleService
99 …ret = hdiMediaDecryptModule_->DecryptMediaData(secureDecodrtState, cryptInfoTmp, drmSrcBuffer, drm… in DecryptMediaData()
H A Dmedia_decrypt_module_service_stub.cpp108 int32_t ret = DecryptMediaData(secureDecodrtState, cryptInfo, srcBuffer, dstBuffer); in OnRemoteRequest()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/cpp_target/drm/v1_0/
H A Dmedia_decrypt_module_service.cpp.txt25 int32_t MediaDecryptModuleService::DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::Crypto…
H A Dmedia_decrypt_module_service.h.txt30 int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
H A Dimedia_decrypt_module.h.txt64 … virtual int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
H A Dmedia_decrypt_module_proxy.h.txt38 int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
H A Dmedia_decrypt_module_proxy.cpp.txt32 int32_t OHOS::HDI::Drm::V1_0::MediaDecryptModuleProxy::DecryptMediaData(bool secure,
/ohos5.0/drivers/interface/drm/v1_0/
H A DIMediaDecryptModule.idl38DecryptMediaData([in] boolean secure, [in] struct CryptoInfo cryptoInfo, [in] struct DrmBuffer src…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/foo/drm/v1_0/
H A DIMediaDecryptModule.idl38DecryptMediaData([in] boolean secure, [in] struct CryptoInfo cryptoInfo, [in] struct DrmBuffer src…
/ohos5.0/foundation/multimedia/av_codec/services/drm_decryptor/
H A Dcodec_drm_decrypt.cpp594 ret = DecryptMediaData(cencInfo, inBuf, outBuf); in DrmVideoCencDecrypt()
643 ret = DecryptMediaData(cencInfo, inBuf, outBuf); in DrmAudioCencDecrypt()
710 int32_t CodecDrmDecrypt::DecryptMediaData(const MetaDrmCencInfo * const cencInfo, std::shared_ptr<A… in DecryptMediaData() function in OHOS::MediaAVCodec::CodecDrmDecrypt
742 retCode = decryptModuleProxy_->DecryptMediaData(svpFlag_, cryptInfo, inDrmBuffer, outDrmBuffer); in DecryptMediaData()
H A Dcodec_drm_decrypt.h76 … int32_t DecryptMediaData(const MetaDrmCencInfo * const cencInfo, std::shared_ptr<AVBuffer> &inBuf,
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/src/
H A Dmedia_decrypt_module_service_proxy.cpp82 int32_t MediaDecryptModuleServiceProxy::DecryptMediaData(bool secureDecodrtState, in DecryptMediaData() function in OHOS::DrmStandard::MediaDecryptModuleServiceProxy
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodec_drm_decrypt_mock.cpp231 int32_t CodecDrmDecrypt::DecryptMediaData(const MetaDrmCencInfo *const cencInfo, std::shared_ptr<AV… in DecryptMediaData() function in OHOS::MediaAVCodec::CodecDrmDecrypt
/ohos5.0/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_decrypt_module_service.cpp46 int32_t MediaDecryptModuleService::DecryptMediaData(bool secure, const CryptoInfo &cryptoInfo, in DecryptMediaData() function in OHOS::HDI::Drm::V1_0::MediaDecryptModuleService

12