Searched refs:OnDrmInfoUpdatedCb (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_callback.h | 74 void OnDrmInfoUpdatedCb(const int32_t extra, const Format &infoBody);
|
H A D | avplayer_callback.cpp | 660 … [this](const int32_t extra, const Format &infoBody) { OnDrmInfoUpdatedCb(extra, infoBody); } }, in AVPlayerCallback() 1208 void AVPlayerCallback::OnDrmInfoUpdatedCb(const int32_t extra, const Format &infoBody) in OnDrmInfoUpdatedCb() function in OHOS::Media::AVPlayerCallback
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/ |
H A D | native_avplayer.cpp | 255 void OnDrmInfoUpdatedCb(const int32_t extra, const Format &infoBody); 324 … [this](const int32_t extra, const Format &infoBody) { OnDrmInfoUpdatedCb(extra, infoBody); } }, in NativeAVPlayerCallback() 349 OnDrmInfoUpdatedCb(extra, infoBody); in OnInfo() 817 void NativeAVPlayerCallback::OnDrmInfoUpdatedCb(const int32_t extra, const Format &infoBody) in OnDrmInfoUpdatedCb() function in NativeAVPlayerCallback
|