Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp505 int32_t currentPositon = extra; in OnSeekDoneCb() local
506 MEDIA_LOGI("0x%{public}06" PRIXPTR " seekDone %{public}d", FAKE_POINTER(this), currentPositon); in OnSeekDoneCb()
510 avFormat->format_.PutIntValue(OH_PLAYER_SEEK_POSITION, currentPositon); in OnSeekDoneCb()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.cpp860 int32_t currentPositon = extra; in OnSeekDoneCb() local
862 FAKE_POINTER(this), currentPositon); in OnSeekDoneCb()
872 cb->value = currentPositon; in OnSeekDoneCb()