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

  /external/chromium_org/media/cast/logging/
encoding_event_subscriber.h 68 typedef std::map<RtpTimestamp,
71 typedef std::map<RtpTimestamp,
91 RtpTimestamp GetRelativeRtpTimestamp(RtpTimestamp rtp_timestamp);
114 RtpTimestamp first_rtp_timestamp_;
logging_defines.h 19 typedef uint32 RtpTimestamp;
55 RtpTimestamp rtp_timestamp;
83 RtpTimestamp rtp_timestamp;
log_deserializer.h 18 typedef std::map<RtpTimestamp,
21 typedef std::map<RtpTimestamp,
receiver_time_offset_estimator_impl.h 46 typedef std::map<RtpTimestamp, EventTimes> EventTimesMap;
encoding_event_subscriber_unittest.cc 70 RtpTimestamp first_rtp_timestamp_;
127 RtpTimestamp rtp_timestamp = 100;
160 RtpTimestamp rtp_timestamp = 100;
170 RtpTimestamp relative_rtp_timestamp = rtp_timestamp - first_rtp_timestamp_;
192 RtpTimestamp rtp_timestamp = 100;
202 RtpTimestamp relative_rtp_timestamp = rtp_timestamp - first_rtp_timestamp_;
222 RtpTimestamp rtp_timestamp = 100;
234 RtpTimestamp relative_rtp_timestamp = rtp_timestamp - first_rtp_timestamp_;
255 RtpTimestamp rtp_timestamp1 = 100;
256 RtpTimestamp rtp_timestamp2 = 200
    [all...]
logging_raw_unittest.cc 31 RtpTimestamp rtp_timestamp = 123u;
54 RtpTimestamp rtp_timestamp = 123u;
82 RtpTimestamp rtp_timestamp = 123u;
108 RtpTimestamp rtp_timestamp = 123u;
139 RtpTimestamp rtp_timestamp = 123u;
receiver_time_offset_estimator_impl_unittest.cc 61 RtpTimestamp rtp_timestamp = 0;
110 RtpTimestamp rtp_timestamp = 0;
156 RtpTimestamp rtp_timestamp_a = 0;
158 RtpTimestamp rtp_timestamp_b = 90;
160 RtpTimestamp rtp_timestamp_c = 180;
log_serializer.cc 57 RtpTimestamp prev_rtp_timestamp = 0;
66 RtpTimestamp old_relative_rtp_timestamp =
90 RtpTimestamp old_relative_rtp_timestamp =
stats_event_subscriber.h 109 typedef std::map<RtpTimestamp, base::TimeTicks> FrameEventTimeMap;
111 std::pair<RtpTimestamp, uint16>,
encoding_event_subscriber.cc 68 RtpTimestamp relative_rtp_timestamp =
120 RtpTimestamp relative_rtp_timestamp =
264 RtpTimestamp EncodingEventSubscriber::GetRelativeRtpTimestamp(
265 RtpTimestamp rtp_timestamp) {
log_deserializer.cc 16 using media::cast::RtpTimestamp;
75 RtpTimestamp relative_rtp_timestamp = 0;
stats_event_subscriber.cc 261 std::pair<RtpTimestamp, uint16> key(
272 std::pair<RtpTimestamp, uint16> key(
276 std::pair<RtpTimestamp, uint16> key(
logging_impl_unittest.cc 180 RtpTimestamp rtp_timestamp = 0;
  /external/chromium_org/media/cast/rtcp/
receiver_rtcp_event_subscriber.h 29 typedef std::multimap<RtpTimestamp, RtcpEvent> RtcpEventMultiMap;
rtcp_sender.cc 737 const RtpTimestamp rtp_timestamp = rit->first;
  /external/chromium_org/media/cast/receiver/
frame_receiver.h 166 RtpTimestamp frame_id_to_rtp_timestamp_[256];
171 RtpTimestamp lip_sync_rtp_timestamp_;
frame_receiver.cc 141 RtpTimestamp fresh_sync_rtp;
178 RtpTimestamp rtp_timestamp =
  /external/chromium_org/media/cast/audio_sender/
audio_sender.h 151 RtpTimestamp frame_id_to_rtp_timestamp_[256];
audio_sender.cc 277 const RtpTimestamp rtp_timestamp =
  /external/chromium_org/media/cast/video_sender/
video_sender.h 171 RtpTimestamp frame_id_to_rtp_timestamp_[256];
video_sender.cc 102 RtpTimestamp rtp_timestamp = GetVideoRtpTimestamp(capture_time);
330 RtpTimestamp rtp_timestamp =
external_video_encoder.cc 31 media::cast::RtpTimestamp rtp_timestamp,
  /external/chromium_org/media/cast/test/
end2end_unittest.cc 121 std::map<RtpTimestamp, LoggingEventCounts> GetEventCountForFrameEvents(
123 std::map<RtpTimestamp, LoggingEventCounts> event_counter_for_frame;
127 std::map<RtpTimestamp, LoggingEventCounts>::iterator map_it =
    [all...]
  /external/chromium_org/third_party/webrtc/test/
rtcp_packet_parser.h 47 uint32_t RtpTimestamp() const { return sr_.RTPTimestamp; }
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_packet_unittest.cc 118 EXPECT_EQ(0x33333333U, parser.sender_report()->RtpTimestamp());

Completed in 288 milliseconds