Home
last modified time | relevance | path

Searched refs:OnSeekDoneCb (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_callback_napi.h78 void OnSeekDoneCb(int32_t position);
H A Dplayer_callback_napi.h63 void OnSeekDoneCb(int32_t currentPositon) const;
H A Dvideo_callback_napi.cpp96 VideoCallbackNapi::OnSeekDoneCb(extra); in OnInfo()
129 void VideoCallbackNapi::OnSeekDoneCb(int32_t position) in OnSeekDoneCb() function in OHOS::Media::VideoCallbackNapi
133 MEDIA_LOGE("OnSeekDoneCb is called, But context is empty"); in OnSeekDoneCb()
H A Dplayer_callback_napi.cpp99 OnSeekDoneCb(extra); in OnInfo()
128 void PlayerCallbackNapi::OnSeekDoneCb(int32_t currentPositon) const in OnSeekDoneCb() function in OHOS::Media::PlayerCallbackNapi
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.h62 void OnSeekDoneCb(const int32_t extra, const Format &infoBody);
H A Davplayer_callback.cpp675 [this](const int32_t extra, const Format &infoBody) { OnSeekDoneCb(extra, infoBody); } }, in AVPlayerCallback()
915 void AVPlayerCallback::OnSeekDoneCb(const int32_t extra, const Format &infoBody) in OnSeekDoneCb() function in OHOS::Media::AVPlayerCallback
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp288 void OnSeekDoneCb(const int32_t extra, const Format &infoBody);
340 [this](const int32_t extra, const Format &infoBody) { OnSeekDoneCb(extra, infoBody); } }, in NativeAVPlayerCallback()
555 void NativeAVPlayerCallback::OnSeekDoneCb(const int32_t extra, const Format &infoBody) in OnSeekDoneCb() function in NativeAVPlayerCallback::NativeAVPlayerCallback
558 CHECK_AND_RETURN_LOG(isSourceLoaded_.load(), "OnSeekDoneCb current source is unready"); in OnSeekDoneCb()
563 CHECK_AND_RETURN_LOG(avFormat != nullptr, "OnSeekDoneCb OH_AVFormat create failed"); in OnSeekDoneCb()

Completed in 11 milliseconds