Searched refs:OnDurationUpdateCb (Results 1 - 3 of 3) sorted by relevance
/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 | 683 [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 D | native_avplayer.cpp | 301 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