Home
last modified time | relevance | path

Searched refs:PLAYER_DRM_INFO_ADDR (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dplayer.h125 static constexpr std::string_view PLAYER_DRM_INFO_ADDR = "drm_info_addr"; variable
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp419 if (!infoBody.ContainKey(std::string(PlayerKeys::PLAYER_DRM_INFO_ADDR))) { in GetDrmSystemInfos()
430 infoBody.GetBuffer(std::string(PlayerKeys::PLAYER_DRM_INFO_ADDR), &drmInfoAddr, size); in GetDrmSystemInfos()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.cpp1216 if (!infoBody.ContainKey(std::string(PlayerKeys::PLAYER_DRM_INFO_ADDR))) { in OnDrmInfoUpdatedCb()
1228 infoBody.GetBuffer(std::string(PlayerKeys::PLAYER_DRM_INFO_ADDR), &drmInfoAddr, size); in OnDrmInfoUpdatedCb()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp2401 (void) format.PutBuffer(PlayerKeys::PLAYER_DRM_INFO_ADDR, in HandleDrmInfoUpdatedEvent()