Home
last modified time | relevance | path

Searched defs:loss_seqs_t (Results 1 – 4 of 4) sorted by relevance

/dports/www/srt/srt-1.4.4/srtcore/
H A Dpacketfilter.h33 typedef std::vector< std::pair<int32_t, int32_t> > loss_seqs_t; typedef
H A Dpacketfilter_api.h109 typedef std::vector< std::pair<int32_t, int32_t> > loss_seqs_t; typedef
H A Dcore.h435 typedef std::vector< std::pair<int32_t, int32_t> > loss_seqs_t; typedef
H A Dcore.cpp9283 typedef vector<pair<int32_t, int32_t> > loss_seqs_t; in sendLossReport() typedef