Home
last modified time | relevance | path

Searched refs:STREAM (Results 1 - 25 of 31) sorted by relevance

12

/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dtest_player.hpp36 STREAM = 1 member in OHOS::Media::Test::TestSourceType
44 type_(TestSourceType::STREAM), seekable_(seekable) {} in TestSource()
H A Dstd_player.cpp95 case TestSourceType::STREAM: in CreateTestSource()
116 } else if (source.type_ == TestSourceType::STREAM) { in SetSource()
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_std_stream_player.h35 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 Dcast_session_common.h42 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 Dchannel_info.h40 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 Dchannel_info.h40 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 Dcast_session_common.h42 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 Dcast_session_state.cpp313 session->ChangeDeviceState(DeviceState::STREAM, deviceId); in HandleRenderReadyMessage()
397 session->ChangeDeviceState(DeviceState::STREAM, deviceId); in HandleMessage()
423 BaseState::Enter(SessionState::STREAM); in Enter()
H A Dcast_session_listeners.cpp302 case ModuleType::STREAM: in OnChannelCreated()
354 case ModuleType::STREAM: in OnChannelRemoved()
H A Dcast_session_impl.cpp570 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 Dcast_session_state.cpp313 session->ChangeDeviceState(DeviceState::STREAM, deviceId); in HandleRenderReadyMessage()
397 session->ChangeDeviceState(DeviceState::STREAM, deviceId); in HandleMessage()
423 BaseState::Enter(SessionState::STREAM); in Enter()
H A Dcast_session_listeners.cpp302 case ModuleType::STREAM: in OnChannelCreated()
354 case ModuleType::STREAM: in OnChannelRemoved()
H A Dcast_session_impl.cpp570 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 Drtsp_param_info.h68 STREAM
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/
H A Drtsp_param_info.h68 STREAM
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmedia_types.h169 STREAM, ///< Stream protocol, uri prefix: "stream://" member
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_tags.h196 STREAM, ///< Stream protocol, uri prefix: "stream://" member
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/stream_source/
H A Dstream_source_plugin.cpp36 definition.protocol.emplace_back(ProtocolType::STREAM); in StreamSourceRegister()
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_connection.cpp411 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 Dsoftbus_connection.cpp408 case ModuleType::STREAM: in GetSessionType()
451 case ModuleType::STREAM: in CreateSessionName()
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_info.h586 STREAM = 6, enumerator
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/std_stream_source/
H A Dstd_stream_source_plugin.cpp40 definition.protocol.emplace_back(ProtocolType::STREAM); in StdStreamSourceRegister()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Ddata_stream_source_plugin.cpp54 Tag::MEDIA_PROTOCOL_TYPE, {Plugins::ProtocolType::STREAM}); in DataStreamSourceRegister()
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Dcast_engine_common.h86 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 Dnapi_castengine_enum.cpp168 (void)SetNamedProperty(env, result, "STREAM", static_cast<int32_t>(DeviceState::STREAM)); in ExportDeviceState()

Completed in 18 milliseconds

12