Searched refs:mGraphRtpRx (Results 1 – 4 of 4) sorted by relevance
28 mGraphRtpRx = nullptr; in TextSession()47 if (mGraphRtpRx != nullptr) in ~TextSession()49 if (mGraphRtpRx->getState() == kStreamStateRunning) in ~TextSession()51 mGraphRtpRx->stop(); in ~TextSession()54 delete mGraphRtpRx; in ~TextSession()55 mGraphRtpRx = nullptr; in ~TextSession()75 (mGraphRtpRx != nullptr && mGraphRtpRx->getState() == kStreamStateRunning)) in getState()135 if (mGraphRtpRx != nullptr) in startGraph()137 mGraphRtpRx->setMediaQualityThreshold(&mThreshold); in startGraph()138 ret = mGraphRtpRx->update(config); in startGraph()[all …]
28 mGraphRtpRx = nullptr; in VideoSession()49 if (mGraphRtpRx != nullptr) in ~VideoSession()51 if (mGraphRtpRx->getState() == kStreamStateRunning) in ~VideoSession()53 mGraphRtpRx->stop(); in ~VideoSession()56 delete mGraphRtpRx; in ~VideoSession()57 mGraphRtpRx = nullptr; in ~VideoSession()77 (mGraphRtpRx != nullptr && mGraphRtpRx->getState() == kStreamStateWaitSurface)) in getState()82 (mGraphRtpRx != nullptr && mGraphRtpRx->getState() == kStreamStateRunning)) in getState()163 if (mGraphRtpRx != nullptr) in startGraph()165 mGraphRtpRx->setMediaQualityThreshold(&mThreshold); in startGraph()[all …]
47 TextStreamGraphRtpRx* mGraphRtpRx; variable
67 VideoStreamGraphRtpRx* mGraphRtpRx; variable