Home
last modified time | relevance | path

Searched defs:StreamInfo (Results 1 – 3 of 3) sorted by relevance

/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtspenginenodeextensioninterface.h83 struct StreamInfo struct
85 int32 iSDPStreamId;
87 bool ssrcIsSet;
88 uint32 iSSRC;
90 uint32 iCliRTCPPort;
91 uint32 iCliRTPPort;
97 uint32 iSerRTPPort;
98 uint32 iSerRTCPPort;
100 bool rtptimeIsSet;
101 uint32 rtptime;
[all …]
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtspenginenodeextensioninterface_impl.cpp101 …nsionInterfaceImpl::SetSDPInfo(OsclSharedPtr<SDPInfo>& aSDPinfo, Oscl_Vector<StreamInfo, OsclMemAl… in SetSDPInfo()
111 …PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::GetStreamInfo(Oscl_Vector<StreamInfo, OsclMemAl… in GetStreamInfo()
Dpvrtsp_client_engine_node.cpp571 …s PVRTSPEngineNode::SetSDPInfo(OsclSharedPtr<SDPInfo>& aSDPinfo, Oscl_Vector<StreamInfo, PVRTSPEng… in SetSDPInfo()
633 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNode::GetStreamInfo(Oscl_Vector<StreamInfo, PVRTSPEngineNode… in GetStreamInfo()