Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/avcodec/avcodecNdk/entry/src/main/cpp/
Dhello.cpp71 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); in Test_VideoDecoder_SetDecryptionConfig() local
72 if (ret1 == DRM_ERR_OK && ret2 == DRM_ERR_OK && ret4 == DRM_ERR_OK && ret5 == DRM_ERR_OK) { // in Test_VideoDecoder_SetDecryptionConfig()
117 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); in Test_AVDemuxer_GetMediaKeySystemInfo() local
118 if (ret1 == DRM_ERR_OK && ret2 == DRM_ERR_OK && ret4 == DRM_ERR_OK && ret5 == DRM_ERR_OK) { in Test_AVDemuxer_GetMediaKeySystemInfo()
174 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); in Test_AVDemuxer_SetMediaKeySystemInfoCallback() local
175 if (ret1 == DRM_ERR_OK && ret2 == DRM_ERR_OK && ret4 == DRM_ERR_OK && ret5 == DRM_ERR_OK) { in Test_AVDemuxer_SetMediaKeySystemInfoCallback()
/test/xts/acts/multimedia/drm/drm_ndk_test/src/main/cpp/
Dhello.cpp453 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); in Test_MediaKeySystem_GetConfigurationString() local
454 if (ret1 == DRM_ERR_OK && ret3 == DRM_ERR_OK && ret5 == DRM_ERR_OK && ret4 == DRM_ERR_OK ) { // in Test_MediaKeySystem_GetConfigurationString()
899 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); in Test_MediaKeySystem_GetOfflineMediaKeyIds() local
903 …M_ERR_OK && ret2 == DRM_ERR_OK && ret3 == DRM_ERR_OK && ret4 == DRM_ERR_OK && ret5 == DRM_ERR_OK) { in Test_MediaKeySystem_GetOfflineMediaKeyIds()
973 Drm_ErrCode ret5 = DRM_ERR_INVALID_VAL; in Test_MediaKeySystem_GetOfflineMediaKeyStatus() local
976 ret5 = DRM_ERR_OK; in Test_MediaKeySystem_GetOfflineMediaKeyStatus()
981 …if (ret1 == DRM_ERR_OK && ret2 == DRM_ERR_OK && ret4 == DRM_ERR_OK && ret5 == DRM_ERR_OK && ret6… in Test_MediaKeySystem_GetOfflineMediaKeyStatus()
1043 Drm_ErrCode ret5 = OH_MediaKeySession_Destroy(mediaKeySession); in Test_MediaKeySystem_ClearOfflineMediaKeys() local
1045 …if(ret1 == DRM_ERR_OK && ret2 == DRM_ERR_OK && ret3 == DRM_ERR_OK && ret4 == DRM_ERR_OK && ret5 ==… in Test_MediaKeySystem_ClearOfflineMediaKeys()
1241 Drm_ErrCode ret5 = OH_MediaKeySystem_Destroy(drmKeySystem); in Test_MediaKeySession_GenerateMediaKeyRequest() local
[all …]