Home
last modified time | relevance | path

Searched refs:OnDurationUpdateCb (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.h66 void OnDurationUpdateCb(const int32_t extra, const Format &infoBody);
H A Davplayer_callback.cpp683 [this](const int32_t extra, const Format &infoBody) { OnDurationUpdateCb(extra, infoBody); } }, in AVPlayerCallback()
998 void AVPlayerCallback::OnDurationUpdateCb(const int32_t extra, const Format &infoBody) in OnDurationUpdateCb() function in OHOS::Media::AVPlayerCallback
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp301 void OnDurationUpdateCb(const int32_t extra, const Format &infoBody);
364 [this](const int32_t extra, const Format &infoBody) { OnDurationUpdateCb(extra, infoBody); } }, in NativeAVPlayerCallback()
783 void NativeAVPlayerCallback::OnDurationUpdateCb(const int32_t extra, const Format &infoBody) in OnDurationUpdateCb() function in NativeAVPlayerCallback::NativeAVPlayerCallback
786 CHECK_AND_RETURN_LOG(isSourceLoaded_.load(), "OnDurationUpdateCb current source is unready"); in OnDurationUpdateCb()
791 CHECK_AND_RETURN_LOG(avFormat != nullptr, "OnDurationUpdateCb OH_AVFormat create failed"); in OnDurationUpdateCb()

Completed in 6 milliseconds