Searched refs:mGraphRtcp (Results 1 – 4 of 4) sorted by relevance
29 mGraphRtcp = nullptr; in TextSession()58 if (mGraphRtcp != nullptr) in ~TextSession()60 if (mGraphRtcp->getState() == kStreamStateRunning) in ~TextSession()62 mGraphRtcp->stop(); in ~TextSession()65 delete mGraphRtcp; in ~TextSession()66 mGraphRtcp = nullptr; in ~TextSession()80 if (mGraphRtcp != nullptr && mGraphRtcp->getState() == kStreamStateRunning) in getState()165 if (mGraphRtcp != nullptr) in startGraph()167 mGraphRtcp->setMediaQualityThreshold(&mThreshold); in startGraph()168 ret = mGraphRtcp->update(config); in startGraph()[all …]
29 mGraphRtcp = nullptr; in VideoSession()60 if (mGraphRtcp != nullptr) in ~VideoSession()62 if (mGraphRtcp->getState() == kStreamStateRunning) in ~VideoSession()64 mGraphRtcp->stop(); in ~VideoSession()67 delete mGraphRtcp; in ~VideoSession()68 mGraphRtcp = nullptr; in ~VideoSession()87 if (mGraphRtcp != nullptr && mGraphRtcp->getState() == kStreamStateRunning) in getState()204 if (mGraphRtcp != nullptr) in startGraph()206 mGraphRtcp->setMediaQualityThreshold(&mThreshold); in startGraph()207 ret = mGraphRtcp->update(config); in startGraph()[all …]
48 TextStreamGraphRtcp* mGraphRtcp; variable
68 VideoStreamGraphRtcp* mGraphRtcp; variable