Searched refs:OnDurationUpdateCb (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_callback.h | 66 void OnDurationUpdateCb(const int32_t extra, const Format &infoBody);
|
H A D | avplayer_callback.cpp | 638 … [this](const int32_t extra, const Format &infoBody) { OnDurationUpdateCb(extra, infoBody); } }, in AVPlayerCallback() 940 void AVPlayerCallback::OnDurationUpdateCb(const int32_t extra, const Format &infoBody) in OnDurationUpdateCb() function in OHOS::Media::AVPlayerCallback
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/ |
H A D | native_avplayer.cpp | 249 void OnDurationUpdateCb(const int32_t extra, const Format &infoBody); 312 … [this](const int32_t extra, const Format &infoBody) { OnDurationUpdateCb(extra, infoBody); } }, in NativeAVPlayerCallback() 729 void NativeAVPlayerCallback::OnDurationUpdateCb(const int32_t extra, const Format &infoBody) in OnDurationUpdateCb() function in NativeAVPlayerCallback
|