Searched refs:OnSeekDoneCb (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/player/ |
H A D | video_callback_napi.h | 78 void OnSeekDoneCb(int32_t position);
|
H A D | player_callback_napi.h | 63 void OnSeekDoneCb(int32_t currentPositon) const;
|
H A D | video_callback_napi.cpp | 96 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 D | player_callback_napi.cpp | 99 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 D | avplayer_callback.h | 62 void OnSeekDoneCb(const int32_t extra, const Format &infoBody);
|
H A D | avplayer_callback.cpp | 675 [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 D | native_avplayer.cpp | 288 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