Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp260 std::atomic<bool> isSourceLoaded_ = false; member in NativeAVPlayerCallback
493 isSourceLoaded_.store(true); in Start()
498 isSourceLoaded_.store(false); in Pause()
504 CHECK_AND_RETURN_LOG(isSourceLoaded_.load(), "OnSeekDoneCb current source is unready"); in OnSeekDoneCb()
517 CHECK_AND_RETURN_LOG(isSourceLoaded_.load(), "OnSpeedDoneCb current source is unready"); in OnSpeedDoneCb()
530 CHECK_AND_RETURN_LOG(isSourceLoaded_.load(), "OnBitRateDoneCb current source is unready"); in OnBitRateDoneCb()
543 CHECK_AND_RETURN_LOG(isSourceLoaded_.load(), "OnEosCb current source is unready"); in OnEosCb()
584 CHECK_AND_RETURN_LOG(isSourceLoaded_.load(), "OnPositionUpdateCb current source is unready"); in OnPositionUpdateCb()
598 CHECK_AND_RETURN_LOG(isSourceLoaded_.load(), "OnVolumeChangeCb current source is unready"); in OnVolumeChangeCb()
613 CHECK_AND_RETURN_LOG(isSourceLoaded_.load(), "OnMessageCb current source is unready"); in OnMessageCb()
[all …]