Home
last modified time | relevance | path

Searched refs:VP9VideoRTPSource (Results 1 – 4 of 4) sorted by relevance

/dports/net/liveMedia/live/liveMedia/
H A DVP9VideoRTPSource.cpp23 VP9VideoRTPSource*
24 VP9VideoRTPSource::createNew(UsageEnvironment& env, Groupsock* RTPgs, in createNew()
27 return new VP9VideoRTPSource(env, RTPgs, rtpPayloadFormat, in createNew()
31 VP9VideoRTPSource
32 ::VP9VideoRTPSource(UsageEnvironment& env, Groupsock* RTPgs, in VP9VideoRTPSource() function in VP9VideoRTPSource
38 VP9VideoRTPSource::~VP9VideoRTPSource() { in ~VP9VideoRTPSource()
43 Boolean VP9VideoRTPSource
106 char const* VP9VideoRTPSource::MIMEtype() const { in MIMEtype()
H A DMakefile.tail33 …PSource.$(OBJ) TheoraVideoRTPSource.$(OBJ) VP8VideoRTPSource.$(OBJ) VP9VideoRTPSource.$(OBJ) RawVi…
106 VP9VideoRTPSource.$(CPP): include/VP9VideoRTPSource.hh
107 include/VP9VideoRTPSource.hh: include/MultiFramedRTPSource.hh
427 …nclude/TheoraVideoRTPSource.hh include/VP8VideoRTPSource.hh include/VP9VideoRTPSource.hh include/R…
H A DMediaSession.cpp1317 = VP9VideoRTPSource::createNew(env(), fRTPSocket, in createSourceObjects()
/dports/net/liveMedia/live/liveMedia/include/
H A DVP9VideoRTPSource.hh28 class VP9VideoRTPSource: public MultiFramedRTPSource { class
30 static VP9VideoRTPSource*
36 VP9VideoRTPSource(UsageEnvironment& env, Groupsock* RTPgs,
41 virtual ~VP9VideoRTPSource();