Searched defs:receiveRTP (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp373 status_t ARTPConnection::receive(StreamInfo *s, bool receiveRTP) { argument
374 ALOGV("receiving %s", receiveRTP ? "RTP" : "RTCP");
381 (!receiveRTP && s->mNumRTCPPacketsReceived == 0)
387 receiveRTP ? s->mRTPSocket : s->mRTCPSocket,
404 if (receiveRTP) {

Completed in 59 milliseconds