Home
last modified time | relevance | path

Searched refs:currentPositon (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/player/
H A Dplayer_callback_napi.h63 void OnSeekDoneCb(int32_t currentPositon) const;
H A Dplayer_callback_napi.cpp128 void PlayerCallbackNapi::OnSeekDoneCb(int32_t currentPositon) const in OnSeekDoneCb()
130 MEDIA_LOGD("OnSeekDone is called, currentPositon: %{public}d", currentPositon); in OnSeekDoneCb()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.cpp919 int32_t currentPositon = extra; in OnSeekDoneCb() local
920 MEDIA_LOGI("0x%{public}06" PRIXPTR " seekDone %{public}d", FAKE_POINTER(this), currentPositon); in OnSeekDoneCb()
930 cb->value = currentPositon; in OnSeekDoneCb()
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp559 int32_t currentPositon = extra; in OnSeekDoneCb() local
560 MEDIA_LOGI("0x%{public}06" PRIXPTR " seekDone %{public}d", FAKE_POINTER(this), currentPositon); in OnSeekDoneCb()
564 avFormat->format_.PutIntValue(OH_PLAYER_SEEK_POSITION, currentPositon); in OnSeekDoneCb()

Completed in 7 milliseconds