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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_packet_history.h 54 // stored_time_ms: returns the time when the packet was stored.
60 int64_t* stored_time_ms);
63 int64_t* stored_time_ms);
73 int64_t* stored_time_ms) const
rtp_packet_history.cc 178 int64_t* stored_time_ms) {
217 GetPacket(index, packet, packet_length, stored_time_ms);
224 int64_t* stored_time_ms) const {
229 *stored_time_ms = stored_packets_[index].time_ms;
234 int64_t* stored_time_ms) {
241 GetPacket(index, packet, packet_length, stored_time_ms);
rtp_sender.cc 880 int64_t stored_time_ms; local
887 &stored_time_ms)) {
    [all...]

Completed in 310 milliseconds