Home
last modified time | relevance | path

Searched refs:contentProtectionLevel (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/multimedia/drm/avPlayerDrmNdk/entry/src/main/cpp/
DAvPlayerDrmNdk.cpp269 DRM_ContentProtectionLevel contentProtectionLevel = CONTENT_PROTECTION_LEVEL_SW_CRYPTO; in Test_AVPlayer_SetDecryptionConfig() local
270 …de ret5 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &contentProtectionLevel, &drmKeySe… in Test_AVPlayer_SetDecryptionConfig()
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
DDrmNdkTest.cpp1049 DRM_ContentProtectionLevel contentProtectionLevel = CONTENT_PROTECTION_LEVEL_SW_CRYPTO; in Test_MediaKeySystem_GetOfflineMediaKeyIds() local
1063 …de ret2 = OH_MediaKeySystem_CreateMediaKeySession(drmKeySystem, &contentProtectionLevel, &drmKeySe… in Test_MediaKeySystem_GetOfflineMediaKeyIds()
1690 DRM_ContentProtectionLevel *contentProtectionLevel = nullptr; in Test_MediaKeySession_GetContentProtectionLevel() local
1693 contentProtectionLevel = &outLevel; in Test_MediaKeySession_GetContentProtectionLevel()
1695 … Drm_ErrCode ret3 = OH_MediaKeySession_GetContentProtectionLevel(session, contentProtectionLevel); in Test_MediaKeySession_GetContentProtectionLevel()