Home
last modified time | relevance | path

Searched refs:lastSeq (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DARTPAssembler.h112 uint32_t lastSeq; // extended last seq. no. received member
117 ReceptionReportBlock(uint32_t ssrc, uint32_t fraction, int32_t lost, uint32_t lastSeq, in ReceptionReportBlock()
122 this->lastSeq = lastSeq; in ReceptionReportBlock()
/frameworks/av/media/libstagefright/httplive/
DM3UParser.h41 void getSeqNumberRange(int32_t *firstSeq, int32_t *lastSeq) const;
DM3UParser.cpp304 void M3UParser::getSeqNumberRange(int32_t *firstSeq, int32_t *lastSeq) const { in getSeqNumberRange()
306 *lastSeq = mLastSeqNumber; in getSeqNumberRange()
/frameworks/av/media/libstagefright/rtsp/
DARTPSource.cpp166 notify->setInt32("rtcp-rrb-lastSeq", rrb->lastSeq); in processReceptionReportBlock()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp2928 int32_t lastSeq; in sendIMSRxNotice() local
2937 CHECK(msg->findInt32("rtcp-rrb-lastSeq", &lastSeq)); in sendIMSRxNotice()
2947 in.writeInt32(lastSeq); in sendIMSRxNotice()