/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/drm/ |
H A D | _crypto_info.md | 1 # CryptoInfo chapter 6 定义CryptoInfo,该信息由[IMediaDecryptModule::DecryptMediaData](interface_i_media_decrypt_module.md#decryp… 33 unsigned char [] CryptoInfo::iv 43 unsigned char [] CryptoInfo::keyId 53 struct Pattern CryptoInfo::pattern 63 struct SubSample [] CryptoInfo::subSamples 73 enum CryptoAlgorithmType CryptoInfo::type
|
H A D | _media_key_system_types_8idl.md | 24 | struct [Pattern](_pattern.md) | 定义Pattern,该信息由CryptoInfo使用。 | 25 | struct [SubSample](_sub_sample.md) | 定义SubSample,该信息由CryptoInfo使用。 | 26 | struct [CryptoInfo](_crypto_info.md) | 定义CryptoInfo,该信息由[IMediaDecryptModule::DecryptM…
|
H A D | _hdi_drm.md | 41 | struct [Pattern](_pattern.md) | 定义Pattern,该信息由CryptoInfo使用。 | 42 | struct [SubSample](_sub_sample.md) | 定义SubSample,该信息由CryptoInfo使用。 | 43 | struct [CryptoInfo](_crypto_info.md) | 定义CryptoInfo,该信息由[IMediaDecryptModule::DecryptM…
|
H A D | interface_i_media_decrypt_module.md | 20 | [DecryptMediaData](#decryptmediadata) ([in] boolean secure, [in] struct [CryptoInfo](_crypto_info… 30 IMediaDecryptModule::DecryptMediaData ([in] boolean secure, [in] struct CryptoInfo cryptoInfo, [in]…
|
H A D | _pattern.md | 6 定义Pattern,该信息由CryptoInfo使用。
|
H A D | _sub_sample.md | 6 定义SubSample,该信息由CryptoInfo使用。
|
H A D | Readme-CN.md | 15 - [CryptoInfo](_crypto_info.md)
|
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/ |
H A D | media_key_system_types.h | 143 struct CryptoInfo { struct 177 bool CryptoInfoBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Drm::V1_0::CryptoInfo& … 179 bool CryptoInfoBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Drm::V1_0::CryptoInfo& data…
|
H A D | media_decrypt_module_proxy.h | 38 int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo, 45 … static int32_t DecryptMediaData_(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
|
H A D | imedia_decrypt_module.h | 64 … virtual int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/cpp_target/drm/v1_0/ |
H A D | media_key_system_types.h.txt | 143 struct CryptoInfo { 177 bool CryptoInfoBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Drm::V1_0::CryptoInfo& … 179 bool CryptoInfoBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Drm::V1_0::CryptoInfo& data…
|
H A D | media_decrypt_module_proxy.h.txt | 38 int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo, 45 … static int32_t DecryptMediaData_(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
|
H A D | media_decrypt_module_service.cpp.txt | 25 …yptModuleService::DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
|
H A D | media_decrypt_module_proxy.cpp.txt | 33 …const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo, const OHOS::HDI::Drm::V1_0::DrmBuffer& srcBuff… 49 …const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo, const OHOS::HDI::Drm::V1_0::DrmBuffer& srcBuff…
|
H A D | media_decrypt_module_service.h.txt | 30 int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
|
H A D | imedia_decrypt_module.h.txt | 64 … virtual int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
|
H A D | media_key_system_types.cpp.txt | 273 bool CryptoInfoBlockMarshalling(OHOS::MessageParcel& data, const OHOS::HDI::Drm::V1_0::CryptoInfo& … 302 bool CryptoInfoBlockUnmarshalling(OHOS::MessageParcel& data, OHOS::HDI::Drm::V1_0::CryptoInfo& data…
|
/ohos5.0/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/ |
H A D | media_decrypt_module_service.h | 31 int32_t DecryptMediaData(bool secure, const CryptoInfo& cryptoInfo, const DrmBuffer& srcBuffer,
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/ |
H A D | media_decrypt_module_service.h | 44 void SetCryptInfo(OHOS::HDI::Drm::V1_0::CryptoInfo &cryptInfoTmp,
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | media_decrypt_module_service.cpp | 90 OHOS::HDI::Drm::V1_0::CryptoInfo cryptInfoTmp; in DecryptMediaData() 113 void MediaDecryptModuleService::SetCryptInfo(OHOS::HDI::Drm::V1_0::CryptoInfo &cryptInfoTmp, in SetCryptInfo()
|
/ohos5.0/drivers/interface/drm/v1_0/ |
H A D | IMediaDecryptModule.idl | 38 …DecryptMediaData([in] boolean secure, [in] struct CryptoInfo cryptoInfo, [in] struct DrmBuffer src…
|
H A D | MediaKeySystemTypes.idl | 121 struct CryptoInfo {
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/foo/drm/v1_0/ |
H A D | IMediaDecryptModule.idl | 38 …DecryptMediaData([in] boolean secure, [in] struct CryptoInfo cryptoInfo, [in] struct DrmBuffer src…
|
H A D | MediaKeySystemTypes.idl | 121 struct CryptoInfo {
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/dump_ast_target/ |
H A D | dump.txt | 155 [in] ohos.hdi.drm.v1_0.CryptoInfo cryptoInfo, 283 [mini, lite, full] struct CryptoInfo {
|