Home
last modified time | relevance | path

Searched refs:rtspParamInfo_ (Results 1 - 6 of 6) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_impl.cpp588 rtspParamInfo_.SetVideoProperty(property_.videoProperty); in InitRtspParamInfo()
589 rtspParamInfo_.SetVersion(CAST_VERSION); in InitRtspParamInfo()
590 rtspParamInfo_.SetSupportVtpOpt((remoteDeviceInfo->remoteDevice.channelType != ChannelType::SOFT_BUS) ? in InitRtspParamInfo()
596 rtspParamInfo_.SetAudioProperty(property_.audioProperty); in InitRtspParamInfo()
600 rtspParamInfo_.SetProjectionMode(CastSessionRtsp::ProjectionMode::STREAM); in InitRtspParamInfo()
604 rtspParamInfo_.SetPlayerControllerCapability(streamManager->GetStreamPlayerCapability()); in InitRtspParamInfo()
614 rtspParamInfo_.SetDeviceTypeParamInfo(param); in InitRtspParamInfo()
615 rtspParamInfo_.SetFeatureSet(std::set<int> { ParamInfo::FEATURE_STOP_VTP, ParamInfo::FEATURE_FINE_STYLUS, in InitRtspParamInfo()
639 if (!rtspControl_->Start(rtspParamInfo_, remoteDeviceInfo->remoteDevice.sessionKey, in ProcessConnect()
687 return (type != ChannelType::SOFT_BUS) && (rtspParamInfo_ in IsVtpUsed()
[all...]
H A Dcast_session_listeners.cpp76 session->rtspParamInfo_ = param; in OnSetup()
231 session->rtspParamInfo_ = param; in ProcessStreamMode()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_impl.cpp588 rtspParamInfo_.SetVideoProperty(property_.videoProperty); in InitRtspParamInfo()
589 rtspParamInfo_.SetVersion(CAST_VERSION); in InitRtspParamInfo()
590 rtspParamInfo_.SetSupportVtpOpt((remoteDeviceInfo->remoteDevice.channelType != ChannelType::SOFT_BUS) ? in InitRtspParamInfo()
596 rtspParamInfo_.SetAudioProperty(property_.audioProperty); in InitRtspParamInfo()
600 rtspParamInfo_.SetProjectionMode(CastSessionRtsp::ProjectionMode::STREAM); in InitRtspParamInfo()
604 rtspParamInfo_.SetPlayerControllerCapability(streamManager->GetStreamPlayerCapability()); in InitRtspParamInfo()
614 rtspParamInfo_.SetDeviceTypeParamInfo(param); in InitRtspParamInfo()
615 rtspParamInfo_.SetFeatureSet(std::set<int> { ParamInfo::FEATURE_STOP_VTP, ParamInfo::FEATURE_FINE_STYLUS, in InitRtspParamInfo()
639 if (!rtspControl_->Start(rtspParamInfo_, remoteDeviceInfo->remoteDevice.sessionKey, in ProcessConnect()
687 return (type != ChannelType::SOFT_BUS) && (rtspParamInfo_ in IsVtpUsed()
[all...]
H A Dcast_session_listeners.cpp76 session->rtspParamInfo_ = param; in OnSetup()
231 session->rtspParamInfo_ = param; in ProcessStreamMode()
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl_class.h233 ParamInfo rtspParamInfo_; member in OHOS::CastEngine::CastEngineService::CastSessionImpl
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl_class.h233 ParamInfo rtspParamInfo_; member in OHOS::CastEngine::CastEngineService::CastSessionImpl

Completed in 7 milliseconds