Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dtransport_feedback_unittest.cc52 std::unique_ptr<int64_t[]> temp_timestamps; in WithInput() local
54 temp_timestamps.reset(new int64_t[length]); in WithInput()
55 GenerateReceiveTimestamps(received_seq, length, temp_timestamps.get()); in WithInput()
56 received_ts = temp_timestamps.get(); in WithInput()