Searched refs:VideoStreamGraphRtpRx (Results 1 – 5 of 5) sorted by relevance
26 VideoStreamGraphRtpRx::VideoStreamGraphRtpRx(BaseSessionCallback* callback, int localFd) : in VideoStreamGraphRtpRx() function in VideoStreamGraphRtpRx32 VideoStreamGraphRtpRx::~VideoStreamGraphRtpRx() {} in ~VideoStreamGraphRtpRx()34 ImsMediaResult VideoStreamGraphRtpRx::create(RtpConfig* config) in create()83 ImsMediaResult VideoStreamGraphRtpRx::update(RtpConfig* config) in update()170 ImsMediaResult VideoStreamGraphRtpRx::start() in start()210 bool VideoStreamGraphRtpRx::setMediaQualityThreshold(MediaQualityThreshold* threshold) in setMediaQualityThreshold()241 void VideoStreamGraphRtpRx::setSurface(ANativeWindow* surface) in setSurface()265 bool VideoStreamGraphRtpRx::OnEvent(int32_t type, uint64_t param1, uint64_t param2) in OnEvent()
181 mGraphRtpRx = new VideoStreamGraphRtpRx(this, mRtpFd); in startGraph()
24 class VideoStreamGraphRtpRx : public VideoStreamGraph27 VideoStreamGraphRtpRx(BaseSessionCallback* callback, int localFd = 0);28 virtual ~VideoStreamGraphRtpRx();
67 VideoStreamGraphRtpRx* mGraphRtpRx;
77 VideoStreamGraphRtpRx* graph;124 graph = new VideoStreamGraphRtpRx(nullptr, socketRtpFd); in SetUp()