Searched refs:contentProtectionLevel (Results 1 – 2 of 2) sorted by relevance
269 DRM_ContentProtectionLevel contentProtectionLevel = CONTENT_PROTECTION_LEVEL_SW_CRYPTO; in Test_AVPlayer_SetDecryptionConfig() local270 …de ret5 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &contentProtectionLevel, &drmKeySe… in Test_AVPlayer_SetDecryptionConfig()
1049 DRM_ContentProtectionLevel contentProtectionLevel = CONTENT_PROTECTION_LEVEL_SW_CRYPTO; in Test_MediaKeySystem_GetOfflineMediaKeyIds() local1063 …de ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &contentProtectionLevel, &drmKeySe… in Test_MediaKeySystem_GetOfflineMediaKeyIds()1690 DRM_ContentProtectionLevel *contentProtectionLevel = nullptr; in Test_MediaKeySession_GetContentProtectionLevel() local1693 contentProtectionLevel = &outLevel; in Test_MediaKeySession_GetContentProtectionLevel()1695 … Drm_ErrCode ret3 = OH_MediaKeySession_GetContentProtectionLevel(session, contentProtectionLevel); in Test_MediaKeySession_GetContentProtectionLevel()