/foundation/multimedia/media_foundation/test/scenetest/helper/ |
H A D | test_player.hpp | 36 STREAM = 1 member in OHOS::Media::Test::TestSourceType 44 type_(TestSourceType::STREAM), seekable_(seekable) {} in TestSource()
|
H A D | std_player.cpp | 95 case TestSourceType::STREAM: in CreateTestSource() 116 } else if (source.type_ == TestSourceType::STREAM) { in SetSource()
|
/foundation/multimedia/media_foundation/test/scenetest/ |
H A D | test_std_stream_player.h | 35 auto testsrc = TestSource::CreateTestSource(url, TestSourceType::STREAM, in FIXTURE() 49 auto testsrc = TestSource::CreateTestSource(url, TestSourceType::STREAM, in FIXTURE()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/ |
H A D | cast_session_common.h | 42 STREAM, member in OHOS::CastEngine::CastEngineService::SessionState 48 "DEFAULT", "DISCONNECTED", "CONNECTING", "CONNECTED", "PLAYING", "PAUSED", "DISCONNECTING", "STREAM",
|
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/ |
H A D | channel_info.h | 40 STREAM, member in OHOS::CastEngine::CastEngineService::ModuleType 47 "AUTH", "RTSP", "RTCP", "VIDEO", "AUDIO", "REMOTE_CONTROL", "STREAM", "UI_FILES", "UI_BYTES"
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/ |
H A D | channel_info.h | 40 STREAM, member in OHOS::CastEngine::CastEngineService::ModuleType 47 "AUTH", "RTSP", "RTCP", "VIDEO", "AUDIO", "REMOTE_CONTROL", "STREAM", "UI_FILES", "UI_BYTES"
|
/foundation/CastEngine/castengine_cast_plus_stream/include/ |
H A D | cast_session_common.h | 42 STREAM, member in OHOS::CastEngine::CastEngineService::SessionState 48 "DEFAULT", "DISCONNECTED", "CONNECTING", "CONNECTED", "PLAYING", "PAUSED", "DISCONNECTING", "STREAM",
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/ |
H A D | cast_session_state.cpp | 313 session->ChangeDeviceState(DeviceState::STREAM, deviceId); in HandleRenderReadyMessage() 397 session->ChangeDeviceState(DeviceState::STREAM, deviceId); in HandleMessage() 423 BaseState::Enter(SessionState::STREAM); in Enter()
|
H A D | cast_session_listeners.cpp | 302 case ModuleType::STREAM: in OnChannelCreated() 354 case ModuleType::STREAM: in OnChannelRemoved()
|
H A D | cast_session_impl.cpp | 570 streamState_ = std::make_shared<StreamState>(SessionState::STREAM, this, connectedState_); in Init() 600 rtspParamInfo_.SetProjectionMode(CastSessionRtsp::ProjectionMode::STREAM); in InitRtspParamInfo() 1122 sessionState_ == SessionState::CONNECTED || sessionState_ == SessionState::STREAM; in IsConnected() 1156 return rtspParamInfo_.GetProjectionMode() == CastSessionRtsp::ProjectionMode::STREAM; in IsStreamMode() 1174 auto request = BuildChannelRequest(GetCurrentRemoteDeviceId(), false, ModuleType::STREAM); in CreateStreamChannel()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/ |
H A D | cast_session_state.cpp | 313 session->ChangeDeviceState(DeviceState::STREAM, deviceId); in HandleRenderReadyMessage() 397 session->ChangeDeviceState(DeviceState::STREAM, deviceId); in HandleMessage() 423 BaseState::Enter(SessionState::STREAM); in Enter()
|
H A D | cast_session_listeners.cpp | 302 case ModuleType::STREAM: in OnChannelCreated() 354 case ModuleType::STREAM: in OnChannelRemoved()
|
H A D | cast_session_impl.cpp | 570 streamState_ = std::make_shared<StreamState>(SessionState::STREAM, this, connectedState_); in Init() 600 rtspParamInfo_.SetProjectionMode(CastSessionRtsp::ProjectionMode::STREAM); in InitRtspParamInfo() 1122 sessionState_ == SessionState::CONNECTED || sessionState_ == SessionState::STREAM; in IsConnected() 1156 return rtspParamInfo_.GetProjectionMode() == CastSessionRtsp::ProjectionMode::STREAM; in IsStreamMode() 1174 auto request = BuildChannelRequest(GetCurrentRemoteDeviceId(), false, ModuleType::STREAM); in CreateStreamChannel()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/include/ |
H A D | rtsp_param_info.h | 68 STREAM
|
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/ |
H A D | rtsp_param_info.h | 68 STREAM
|
/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | media_types.h | 169 STREAM, ///< Stream protocol, uri prefix: "stream://" member
|
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_tags.h | 196 STREAM, ///< Stream protocol, uri prefix: "stream://" member
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/stream_source/ |
H A D | stream_source_plugin.cpp | 36 definition.protocol.emplace_back(ProtocolType::STREAM); in StreamSourceRegister()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/ |
H A D | softbus_connection.cpp | 411 case ModuleType::STREAM: in GetSessionType() 454 case ModuleType::STREAM: in CreateSessionName()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/ |
H A D | softbus_connection.cpp | 408 case ModuleType::STREAM: in GetSessionType() 451 case ModuleType::STREAM: in CreateSessionName()
|
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | avsession_info.h | 586 STREAM = 6, enumerator
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/std_stream_source/ |
H A D | std_stream_source_plugin.cpp | 40 definition.protocol.emplace_back(ProtocolType::STREAM); in StdStreamSourceRegister()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/ |
H A D | data_stream_source_plugin.cpp | 54 Tag::MEDIA_PROTOCOL_TYPE, {Plugins::ProtocolType::STREAM}); in DataStreamSourceRegister()
|
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/ |
H A D | cast_engine_common.h | 86 STREAM, member in OHOS::CastEngine::SubDeviceType::DeviceState 131 "CONNECTING", "CONNECTED", "PAUSED", "PLAYING", "DISCONNECTING", "DISCONNECTED", "STREAM",
|
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/ |
H A D | napi_castengine_enum.cpp | 168 (void)SetNamedProperty(env, result, "STREAM", static_cast<int32_t>(DeviceState::STREAM)); in ExportDeviceState()
|