Home
last modified time | relevance | path

Searched refs:PLAYING (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/timepicker/
H A Dtimepicker_haptic_controller.cpp84 return playThreadStatus_ == ThreadStatus::PLAYING; in IsThreadPlaying()
165 playThreadStatus_ = ThreadStatus::PLAYING; in Play()
H A Dtimepicker_haptic_controller.h41 PLAYING, enumerator
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dstate_machine.cpp42 AddState(std::make_shared<PlayingState>(StateId::PLAYING, executor)); in StateMachine()
193 nextState = states_[StateId::PLAYING]; in ProcAction()
H A Dstate.h36 PLAYING = 5, enumerator
H A Dstate.cpp32 {StateId::PLAYING, "PLAYING"}, in GetStateName()
/ohos5.0/foundation/multimedia/player_framework/services/utils/include/
H A Dmedia_utils.h28 PLAYING = 5, enumerator
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_trans_types.h86 PLAYING = 4, enumerator
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_native_media_player.h38 enum class PlaybackStatus { PAUSED = 0, PLAYING }; enumerator
H A Dnweb_handler.h192 PLAYING, enumerator
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dmedia_utils.cpp79 case StateId::PLAYING: in TransStateId2PlayerState()
H A Dhiplayer_impl.cpp265 OnStateChanged(StateId::PLAYING); in Play()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/
H A Dav_receiver_engine.cpp585 bool isErrState = (currentState != StateId::STARTED) && (currentState != StateId::PLAYING); in HandleOutputBuffer()
592 SetCurrentState(StateId::PLAYING); in HandleOutputBuffer()
654 bool isPlaying = (GetCurrentState() == StateId::PLAYING); in OnEvent()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H A Dav_sender_engine.cpp529 bool isErrState = (currentState != StateId::STARTED) && (currentState != StateId::PLAYING); in PushData()
544 SetCurrentState(StateId::PLAYING); in PushData()
706 bool isPlaying = (GetCurrentState() == StateId::PLAYING); in OnEvent()
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_info.h613 PLAYING = 3, enumerator
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dmedia_utils.cpp214 case PlayerStateId::PLAYING: in TransStateId2PlayerState()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_native_media_player.cpp228 … "PLAYING", NapiParseUtils::ToInt32Value(env, static_cast<int32_t>(PlaybackStatus::PLAYING))), in ExportEnumPlaybackStatus()
259 …tatic_cast<int>(PlaybackStatus::PAUSED)) || (status > static_cast<int>(PlaybackStatus::PLAYING))) { in HandleStatusChanged()
H A Dwebview_controller.h81 PLAYING, enumerator
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dphotopickercomponent.js478 e[e.PLAYING = 0] = 'PLAYING';
H A DPhotoPickerComponent.ets468 PLAYING = 0,
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-library-kit/
H A Dohos-file-PhotoPickerComponent.md450 | PLAYING | 0 | 视频播放中。 |
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dapp-takeovers-web-media.md324 this.handler.handleStatusChanged(webview.PlaybackStatus.PLAYING);
586 this.handler.handleStatusChanged(webview.PlaybackStatus.PLAYING);
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp800 case StateId::PLAYING: in TransStateId2PlayerState()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp811 OnStateChanged(PlayerStateId::PLAYING); in Play()
2186 OnStateChanged(PlayerStateId::PLAYING); in HandleInitialPlayingStateChange()
2506 if (curState_ == PlayerStateId::PLAYING) { in NotifySeekDone()
/ohos5.0/docs/en/application-dev/web/
H A Dapp-takeovers-web-media.md324 this.handler.handleStatusChanged(webview.PlaybackStatus.PLAYING);
586 this.handler.handleStatusChanged(webview.PlaybackStatus.PLAYING);
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/
H A Dohos-file-PhotoPickerComponent.md450 | PLAYING | 0 | The video is being played. |

12