HomeSort by relevance Sort by last modified time
    Searched refs:PacketsIt (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet.h 199 typedef std::list<Packet*>::iterator PacketsIt;
bwe_test_framework.cc 325 for (PacketsIt it = in_out->begin(); it != in_out->end(); ) {
459 PacketsIt last_it = in_out->begin();
460 PacketsIt it = last_it;
505 for (PacketsIt it = in_out->begin(); it != in_out->end(); ) {
621 for (PacketsIt it = in_out->begin(); it != in_out->end();) {
bwe_test_framework_unittest.cc 462 for (PacketsIt it1 = original.begin(), it2 = jittered.begin();
    [all...]

Completed in 80 milliseconds