Searched defs:temp_pair (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A DRTPchange.cc64 temp_pair = std::pair<uint16_t, uint32_t>(seq_no, ts); local
66 packet_stats[temp_pair] = send_time;
106 std::pair<uint16_t, uint32_t> temp_pair = local
110 uint32_t new_send_time = packet_stats[temp_pair];

Completed in 83 milliseconds