Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/services/services/player/server/
Dplayer_server.cpp46 {PLAYER_PAUSED, "PLAYER_PAUSED"},
227 if (lastOpStatus_ != PLAYER_PREPARED && lastOpStatus_ != PLAYER_PAUSED && in AddSubSource()
253 if (lastOpStatus_ != PLAYER_PREPARED && lastOpStatus_ != PLAYER_PAUSED && in AddSubSource()
378 lastOpStatus_ == PLAYER_PAUSED) { in Play()
424 if (state == PLAYER_PAUSED) { in BackGroundChangeState()
461 lastOpStatus_ = PLAYER_PAUSED; in OnPause()
478 lastOpStatus_ == PLAYER_PLAYBACK_COMPLETE || lastOpStatus_ == PLAYER_PAUSED) { in Stop()
530 lastOpStatus_ == PLAYER_PLAYBACK_COMPLETE || lastOpStatus_ == PLAYER_PAUSED) { in OnReset()
652 if (lastOpStatus_ != PLAYER_PREPARED && lastOpStatus_ != PLAYER_PAUSED && in Seek()
714 …pStatus_ != PLAYER_PREPARED && lastOpStatus_ != PLAYER_STARTED && lastOpStatus_ != PLAYER_PAUSED && in GetCurrentTime()
[all …]
Dplayer_server_state.cpp274 if (newState == PLAYER_PAUSED) { in HandleStateChange()
/foundation/multimedia/media_lite/services/player_lite/impl/
Dplayer_impl.cpp357 if (currentState_ != PLAYER_PREPARED && currentState_ != PLAYER_PAUSED) { in Play()
361 if (currentState_ == PLAYER_PAUSED) { in Play()
396 if (currentState_ == PLAYER_PAUSED) { in Pause()
410 currentState_ = PLAYER_PAUSED; in Pause()
419 currentState_ = PLAYER_PAUSED; in Pause()
431 if ((currentState_ != PLAYER_STARTED) && (currentState_ != PLAYER_PAUSED) && in Stop()
501 …if (currentState_ != PLAYER_STARTED && currentState_ != PLAYER_PAUSED && currentState_ != PLAYER_P… in Rewind()
539 if ((currentState_ != PLAYER_STARTED) && (currentState_ != PLAYER_PAUSED) && in SetVolume()
621 …ntState_ != PLAYER_PREPARED && currentState_ != PLAYER_STARTED && currentState_ != PLAYER_PAUSED && in GetVideoWidth()
646 …ntState_ != PLAYER_PREPARED && currentState_ != PLAYER_STARTED && currentState_ != PLAYER_PAUSED && in GetVideoHeight()
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/video/
Dmedia_player_callback.h46 case OHOS::Media::PLAYER_PAUSED: in ConvertToPlaybackStatus()
147 case OHOS::Media::PLAYER_PAUSED: in PrintState()
/foundation/multimedia/histreamer/engine/scene/player/standard/
Dmedia_utils.cpp77 playerState = PLAYER_PAUSED; in TransStateId2PlayerState()
118 std::make_pair(PlayerStates::PLAYER_PAUSED, "paused"), in StringnessPlayerState()
Dhiplayer_impl.cpp259 } else if (pipelineStates_ == PlayerStates::PLAYER_PAUSED) { in Play()
1111 … callbackLooper_.OnInfo(INFO_TYPE_STATE_CHANGE_BY_AUDIO, PlayerStates::PLAYER_PAUSED, format); in HandlePluginEvent()
/foundation/multimedia/player_framework/services/services/player/ipc/
Dplayer_listener_stub.cpp95 …((type == INFO_TYPE_STATE_CHANGE) && extra == PLAYER_PAUSED && reason == StateChangeReason::BACKGR… in OnMonitor()
96 ((type == INFO_TYPE_STATE_CHANGE_BY_AUDIO) && (extra == PLAYER_PAUSED))) { in OnMonitor()
Dplayer_service_stub.cpp426 int32_t ret = playerServer->BackGroundChangeState(PlayerStates::PLAYER_PAUSED, false); in DoIpcAbnormality()
/foundation/multimedia/histreamer/tests/st/helper/
Dstd_player.cpp155 pipelineStates_.load() == PlayerStates::PLAYER_PAUSED) { in Play()
174 pipelineStates_.store(PlayerStates::PLAYER_PAUSED); in Pause()
184 pipelineStates_.load()== PlayerStates::PLAYER_PAUSED) { in Stop()
/foundation/multimedia/media_lite/interfaces/kits/player_lite/
Dplayer.h88 PLAYER_PAUSED = 1 << 5, enumerator
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
Dmedia_callback.h32 {OHOS::Media::PlayerStates::PLAYER_PAUSED, "Paused"},
/foundation/multimedia/player_framework/services/services/player/avsession_background/
Davsession_background.cpp114 (void)playerServer->BackGroundChangeState(PlayerStates::PLAYER_PAUSED, true); in OnAudioSessionChecked()
/foundation/multimedia/av_session/services/session/server/
Dhw_cast_stream_player.h71 {CastEngine::PlayerStates::PLAYER_PAUSED, AVPlaybackState::PLAYBACK_STATE_PAUSE},
/foundation/multimedia/player_framework/frameworks/js/player/
Dvideo_callback_napi.cpp251 case PLAYER_PAUSED: in DequeueAsyncWork()
285 case PLAYER_PAUSED: in OnStateChangeCb()
Dplayer_callback_napi.cpp188 case PLAYER_PAUSED: in OnStateChangeCb()
Daudio_player_napi.cpp811 case PLAYER_PAUSED: in GetJSState()
Dvideo_player_napi.cpp59 case PLAYER_PAUSED: in GetJSState()
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
Dplayer_mock.cpp81 if (state_ != PLAYER_PAUSED) { in PauseSync()
84 if (state_ != PLAYER_PAUSED) { in PauseSync()
267 } else if (currentState == PLAYER_PAUSED) { in Notify()
/foundation/multimedia/player_framework/interfaces/inner_api/native/
Dplayer.h164 PLAYER_PAUSED = 6, enumerator
/foundation/multimedia/histreamer/engine/scene/player/lite/
Dhiplayer_impl.cpp184 if (pipelineStates_ == PlayerStates::PLAYER_PAUSED) { in Play()
795 playerState = PLAYER_PAUSED; in TransStateId2PlayerState()
838 std::make_pair(PlayerStates::PLAYER_PAUSED, "paused"), in StringnessPlayerState()
/foundation/multimedia/player_framework/frameworks/native/system_sound/
Daudio_ringtone_manager.cpp464 case PLAYER_PAUSED: in HandleStateChangeEvent()
/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
Dplayer_server_mem.cpp664 if (lastOpStatus_ != PLAYER_PREPARED && lastOpStatus_ != PLAYER_PAUSED && in HandleCodecBuffers()
678 if (lastOpStatus_ != PLAYER_PREPARED && lastOpStatus_ != PLAYER_PAUSED && in SeekToCurrentTime()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
Davplayer_callback.cpp528 { PLAYER_PAUSED, AVPlayerState::STATE_PAUSED }, in OnStateChangeCb()
Davplayer_napi.cpp1736 {PLAYER_PAUSED, AVPlayerState::STATE_PAUSED}, in GetCurrentState()