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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_packet_history.h 53 // stored_time_ms: returns the time when the packet was stored.
60 int64_t* stored_time_ms);
63 int64_t* stored_time_ms);
69 int64_t* stored_time_ms) const;
rtp_packet_history.cc 185 int64_t* stored_time_ms) {
220 GetPacket(index, packet, packet_length, stored_time_ms);
227 int64_t* stored_time_ms) const {
235 *stored_time_ms = stored_times_.at(index);
240 int64_t* stored_time_ms) {
247 GetPacket(index, packet, packet_length, stored_time_ms);
rtp_sender.cc 786 int64_t stored_time_ms; local
793 &stored_time_ms)) {
    [all...]

Completed in 128 milliseconds