Home
last modified time | relevance | path

Searched refs:OnBufferingUpdateCb (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/player/
H A Dplayer_callback_napi.h68 void OnBufferingUpdateCb(const Format &infoBody) const;
H A Dplayer_callback_napi.cpp117 OnBufferingUpdateCb(infoBody); in OnInfo()
133 void PlayerCallbackNapi::OnBufferingUpdateCb(const Format &infoBody) const in OnBufferingUpdateCb() function in OHOS::Media::PlayerCallbackNapi
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.h67 void OnBufferingUpdateCb(const int32_t extra, const Format &infoBody);
H A Davplayer_callback.cpp640 … [this](const int32_t extra, const Format &infoBody) { OnBufferingUpdateCb(extra, infoBody); } }, in AVPlayerCallback()
983 void AVPlayerCallback::OnBufferingUpdateCb(const int32_t extra, const Format &infoBody) in OnBufferingUpdateCb() function in OHOS::Media::AVPlayerCallback
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp246 void OnBufferingUpdateCb(const int32_t extra, const Format &infoBody);
306 … [this](const int32_t extra, const Format &infoBody) { OnBufferingUpdateCb(extra, infoBody); } }, in NativeAVPlayerCallback()
650 void NativeAVPlayerCallback::OnBufferingUpdateCb(const int32_t extra, const Format &infoBody) in OnBufferingUpdateCb() function in NativeAVPlayerCallback