Home
last modified time | relevance | path

Searched refs:ReceptionReportBlock (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DARTPAssembler.h108 struct ReceptionReportBlock : public RefBase { struct
117 ReceptionReportBlock(uint32_t ssrc, uint32_t fraction, int32_t lost, uint32_t lastSeq, in ReceptionReportBlock() argument
DARTPSource.h39 struct ReceptionReportBlock;
65 int64_t recvTimeUs, uint32_t senderId, sp<ReceptionReportBlock> rrb);
/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp1108 sp<ReceptionReportBlock> rrb = new ReceptionReportBlock( in parseReceptionReportBlock()
DARTPSource.cpp151 int64_t recvTimeUs, uint32_t senderId, sp<ReceptionReportBlock> rrb) { in processReceptionReportBlock()