Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dmedia_utils.cpp68 playerState = PLAYER_INITIALIZED; in TransStateId2PlayerState()
114 std::make_pair(PlayerStates::PLAYER_INITIALIZED, "init"), in StringnessPlayerState()
H A Dhiplayer_impl.cpp188 …if (!(pipelineStates_ == PlayerStates::PLAYER_INITIALIZED || pipelineStates_ == PlayerStates::PLAY… in Prepare()
227 …if (!(pipelineStates_ == PlayerStates::PLAYER_INITIALIZED || pipelineStates_ == PlayerStates::PLAY… in PrepareAsync()
353 …elineStates_ == PlayerStates::PLAYER_IDLE || pipelineStates_ == PlayerStates::PLAYER_INITIALIZED || in SetVolume()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp282 if (currentState_ != PLAYER_INITIALIZED) { in Prepare()
300 currentState_ = PLAYER_INITIALIZED; in Prepare()
540 (currentState_ != PLAYER_PREPARED) && (currentState_ != PLAYER_INITIALIZED)) { in SetVolume()
563 if ((currentState_ != PLAYER_PREPARED) && (currentState_ != PLAYER_INITIALIZED)) { in SetSurface()
606 if (currentState_ == PLAYER_IDLE || currentState_ == PLAYER_INITIALIZED) { in GetDuration()
745 if (currentState_ != PLAYER_IDLE && currentState_ != PLAYER_INITIALIZED) { in SetAudioStreamType()
886 currentState_ = PLAYER_INITIALIZED; in GetPlayer()
1232 if (currentState_ != PLAYER_IDLE && currentState_ != PLAYER_INITIALIZED) { in EnablePauseAfterPlay()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp53 {PLAYER_INITIALIZED, "PLAYER_INITIALIZED"},
292 lastOpStatus_ = PLAYER_INITIALIZED; in InitPlayEngine()
296 OnInfo(INFO_TYPE_STATE_CHANGE, PLAYER_INITIALIZED, format); in InitPlayEngine()
347 if (lastOpStatus_ == PLAYER_INITIALIZED || lastOpStatus_ == PLAYER_STOPPED) { in Prepare()
357 if (lastOpStatus_ != PLAYER_INITIALIZED) { in SetRenderFirstFrame()
378 if (lastOpStatus_ != PLAYER_INITIALIZED in SetPlayRange()
401 if (lastOpStatus_ != PLAYER_INITIALIZED in SetPlayRangeWithMode()
444 if (lastOpStatus_ == PLAYER_INITIALIZED || lastOpStatus_ == PLAYER_STOPPED) { in PrepareAsync()
1242 bool setSurfaceFirst = lastOpStatus_ == PLAYER_INITIALIZED; in SetVideoSurface()
1423 if (lastOpStatus_ != PLAYER_IDLE && lastOpStatus_ != PLAYER_INITIALIZED) { in SetPlayerCallback()
[all …]
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/
H A Dplayer.h80 PLAYER_INITIALIZED = 1 << 1, enumerator
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmedia_adapter.h70 PLAYER_INITIALIZED = 2, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Dmedia_callback.h29 {OHOS::Media::PlayerStates::PLAYER_INITIALIZED, "Initialized"},
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dmedia_utils.cpp203 playerState = PLAYER_INITIALIZED; in TransStateId2PlayerState()
249 std::make_pair(PlayerStates::PLAYER_INITIALIZED, "init"), in StringnessPlayerState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dmedia_player_callback.h40 case OHOS::Media::PLAYER_INITIALIZED: in ConvertToPlaybackStatus()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp262 …elineStates_ == PlayerStates::PLAYER_IDLE || pipelineStates_ == PlayerStates::PLAYER_INITIALIZED || in SetVolume()
789 playerState = PLAYER_INITIALIZED; in TransStateId2PlayerState()
837 std::make_pair(PlayerStates::PLAYER_INITIALIZED, "init"), in StringnessPlayerState()
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_stream_player.h88 {CastEngine::PlayerStates::PLAYER_INITIALIZED, AVPlaybackState::PLAYBACK_STATE_INITIAL},
/ohos5.0/foundation/multimedia/player_framework/test/unittest/player_server_mem_test/
H A Dplayer_server_mem_unit_test.cpp947 playerServerMem_->RecoverToInitialized(INFO_TYPE_STATE_CHANGE, PLAYER_INITIALIZED);
949 playerServerMem_->RecoverToInitialized(INFO_TYPE_EOS, PLAYER_INITIALIZED);
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dstd_player.cpp121 pipelineStates_.store(PlayerStates::PLAYER_INITIALIZED); in SetSource()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dplayer.h245 PLAYER_INITIALIZED = 2, enumerator
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_normal_impl.cpp369 case PLAYER_INITIALIZED: in HandleStateChangeEvent()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp285 if (pipelineStates_ == PlayerStates::PLAYER_INITIALIZED) { in IsValidPlayRange()
363 pipelineStates_ = PlayerStates::PLAYER_INITIALIZED; in SetSource()
407 pipelineStates_ = PlayerStates::PLAYER_INITIALIZED; in SetMediaSource()
424 pipelineStates_ = PlayerStates::PLAYER_INITIALIZED; in SetSource()
508 if (pipelineStates_ == PlayerStates::PLAYER_INITIALIZED || in SetPlayRangeWithMode()
569 …if (!(pipelineStates_ == PlayerStates::PLAYER_INITIALIZED || pipelineStates_ == PlayerStates::PLAY… in PrepareAsync()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_stream_player_test.cpp412 hwCastStreamPlayer->OnStateChanged(CastEngine::PlayerStates::PLAYER_INITIALIZED, true);
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dplayer_server_mem.cpp855 if (type == INFO_TYPE_STATE_CHANGE && extra == PLAYER_INITIALIZED) { in RecoverToInitialized()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/player/
H A Daudio_player_napi.cpp807 case PLAYER_INITIALIZED: in GetJSState()
H A Dvideo_player_napi.cpp51 case PLAYER_INITIALIZED: in GetJSState()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp109 { PLAYER_INITIALIZED, AV_INITIALIZED },
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.cpp770 case PlayerStates::PLAYER_INITIALIZED: in IsValidState()
H A Davplayer_napi.cpp2310 {PLAYER_INITIALIZED, AVPlayerState::STATE_INITIALIZED}, in GetCurrentState()