Searched refs:rtp_timestamp (Results 1 - 25 of 102) sorted by relevance

12345

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Drtp_to_ntp.h25 uint32_t rtp_timestamp; member in struct:webrtc::RtcpMeasurement
35 uint32_t rtp_timestamp,
41 bool RtpToNtpMs(int64_t rtp_timestamp, const RtcpList& rtcp,
46 int CheckForWrapArounds(uint32_t rtp_timestamp, uint32_t rtcp_rtp_timestamp);
/external/chromium_org/media/cast/logging/
H A Dlogging_raw_unittest.cc31 RtpTimestamp rtp_timestamp = 123u; local
34 rtp_timestamp, frame_id);
41 EXPECT_EQ(rtp_timestamp, frame_events_[0].rtp_timestamp);
54 RtpTimestamp rtp_timestamp = 123u; local
60 rtp_timestamp, frame_id, size, key_frame, target_bitrate);
67 EXPECT_EQ(rtp_timestamp, frame_events_[0].rtp_timestamp);
82 RtpTimestamp rtp_timestamp = 123u; local
86 rtp_timestamp, frame_i
108 RtpTimestamp rtp_timestamp = 123u; local
139 RtpTimestamp rtp_timestamp = 123u; local
[all...]
H A Dlogging_impl.cc24 uint32 rtp_timestamp,
28 rtp_timestamp, frame_id);
34 uint32 rtp_timestamp,
40 rtp_timestamp, frame_id, frame_size, key_frame, target_bitrate);
45 EventMediaType event_media_type, uint32 rtp_timestamp, uint32 frame_id,
49 rtp_timestamp, frame_id, delay);
59 uint32 rtp_timestamp; local
64 big_endian_reader.ReadU32(&rtp_timestamp);
70 // rtp_timestamp is enough - no need for frame_id as well.
74 rtp_timestamp,
21 InsertFrameEvent(const base::TimeTicks& time_of_event, CastLoggingEvent event, EventMediaType event_media_type, uint32 rtp_timestamp, uint32 frame_id) argument
31 InsertEncodedFrameEvent(const base::TimeTicks& time_of_event, CastLoggingEvent event, EventMediaType event_media_type, uint32 rtp_timestamp, uint32 frame_id, int frame_size, bool key_frame, int target_bitrate) argument
43 InsertFrameEventWithDelay( const base::TimeTicks& time_of_event, CastLoggingEvent event, EventMediaType event_media_type, uint32 rtp_timestamp, uint32 frame_id, base::TimeDelta delay) argument
93 InsertPacketEvent(const base::TimeTicks& time_of_event, CastLoggingEvent event, EventMediaType event_media_type, uint32 rtp_timestamp, uint32 frame_id, uint16 packet_id, uint16 max_packet_id, size_t size) argument
[all...]
H A Dlogging_raw.h31 uint32 rtp_timestamp, uint32 frame_id);
42 uint32 rtp_timestamp, uint32 frame_id,
51 uint32 rtp_timestamp,
57 EventMediaType event_media_type, uint32 rtp_timestamp,
76 uint32 frame_id, uint32 rtp_timestamp,
H A Dlogging_raw.cc22 uint32 rtp_timestamp,
25 rtp_timestamp, base::TimeDelta(), 0, false, 0);
31 uint32 rtp_timestamp, uint32 frame_id,
35 frame_id, rtp_timestamp, base::TimeDelta(), size,
42 uint32 rtp_timestamp,
46 rtp_timestamp, delay, 0, false, 0);
53 uint32 rtp_timestamp,
57 frame_event.rtp_timestamp = rtp_timestamp;
76 uint32 rtp_timestamp,
19 InsertFrameEvent(const base::TimeTicks& time_of_event, CastLoggingEvent event, EventMediaType event_media_type, uint32 rtp_timestamp, uint32 frame_id) argument
28 InsertEncodedFrameEvent(const base::TimeTicks& time_of_event, CastLoggingEvent event, EventMediaType event_media_type, uint32 rtp_timestamp, uint32 frame_id, int size, bool key_frame, int target_bitrate) argument
39 InsertFrameEventWithDelay(const base::TimeTicks& time_of_event, CastLoggingEvent event, EventMediaType event_media_type, uint32 rtp_timestamp, uint32 frame_id, base::TimeDelta delay) argument
49 InsertBaseFrameEvent(const base::TimeTicks& time_of_event, CastLoggingEvent event, EventMediaType event_media_type, uint32 frame_id, uint32 rtp_timestamp, base::TimeDelta delay, int size, bool key_frame, int target_bitrate) argument
73 InsertPacketEvent(const base::TimeTicks& time_of_event, CastLoggingEvent event, EventMediaType event_media_type, uint32 rtp_timestamp, uint32 frame_id, uint16 packet_id, uint16 max_packet_id, size_t size) argument
[all...]
H A Dlogging_impl_unittest.cc50 uint32 rtp_timestamp = 0; local
56 now, FRAME_CAPTURE_BEGIN, VIDEO_EVENT, rtp_timestamp, frame_id);
59 rtp_timestamp += kFrameIntervalMs * 90;
78 uint32 rtp_timestamp = 0; local
87 FRAME_ENCODED, VIDEO_EVENT, rtp_timestamp,
90 rtp_timestamp += kFrameIntervalMs * 90;
108 uint32 rtp_timestamp = 0; local
117 rtp_timestamp,
121 rtp_timestamp += kFrameIntervalMs * 90;
135 uint32 rtp_timestamp local
180 RtpTimestamp rtp_timestamp = 0; local
[all...]
H A Dlogging_impl.h30 uint32 rtp_timestamp, uint32 frame_id);
35 uint32 rtp_timestamp, uint32 frame_id,
42 uint32 rtp_timestamp, uint32 frame_id,
57 EventMediaType event_media_type, uint32 rtp_timestamp,
H A Dencoding_event_subscriber_unittest.cc109 /*rtp_timestamp*/ i * 100,
127 RtpTimestamp rtp_timestamp = 100; local
131 rtp_timestamp,
138 rtp_timestamp,
160 RtpTimestamp rtp_timestamp = 100; local
163 rtp_timestamp,
170 RtpTimestamp relative_rtp_timestamp = rtp_timestamp - first_rtp_timestamp_;
192 RtpTimestamp rtp_timestamp = 100; local
195 now, FRAME_PLAYOUT, AUDIO_EVENT, rtp_timestamp,
202 RtpTimestamp relative_rtp_timestamp = rtp_timestamp
222 RtpTimestamp rtp_timestamp = 100; local
314 RtpTimestamp rtp_timestamp = 100; local
350 RtpTimestamp rtp_timestamp = 100; local
400 RtpTimestamp rtp_timestamp = 100; local
520 RtpTimestamp rtp_timestamp = 12345; local
560 RtpTimestamp rtp_timestamp = 0xffffffff - 20; local
589 RtpTimestamp rtp_timestamp = 100; local
[all...]
H A Dstats_event_subscriber_unittest.cc71 uint32 rtp_timestamp = 0; local
84 rtp_timestamp,
90 rtp_timestamp,
98 rtp_timestamp,
107 rtp_timestamp += 90;
139 uint32 rtp_timestamp = 0; local
153 rtp_timestamp,
161 rtp_timestamp += 90;
203 uint32 rtp_timestamp = 0; local
210 rtp_timestamp,
236 uint32 rtp_timestamp = 0; local
278 uint32 rtp_timestamp = 0; local
323 uint32 rtp_timestamp = 0; local
[all...]
H A Dlogging_defines.cc36 : rtp_timestamp(0u), frame_id(kFrameIdUnknown), size(0u), type(UNKNOWN),
41 : rtp_timestamp(0),
H A Dlogging_defines.h55 RtpTimestamp rtp_timestamp; member in struct:media::cast::FrameEvent
83 RtpTimestamp rtp_timestamp; member in struct:media::cast::PacketEvent
H A Dreceiver_time_offset_estimator_impl_unittest.cc61 RtpTimestamp rtp_timestamp = 0; local
69 rtp_timestamp,
78 rtp_timestamp,
87 rtp_timestamp, frame_id);
92 rtp_timestamp,
101 rtp_timestamp, frame_id);
124 RtpTimestamp rtp_timestamp = 0; local
132 rtp_timestamp,
141 rtp_timestamp,
153 event_c_time, FRAME_ACK_RECEIVED, VIDEO_EVENT, rtp_timestamp, frame_i
[all...]
H A Dreceiver_time_offset_estimator_impl.cc86 lower_bound_.SetSent(frame_event.rtp_timestamp,
92 lower_bound_.SetReceived(frame_event.rtp_timestamp,
126 upper_bound_.SetSent(packet_event.rtp_timestamp,
132 upper_bound_.SetReceived(packet_event.rtp_timestamp,
/external/chromium_org/media/cast/net/
H A Dcast_transport_config.cc19 rtp_timestamp(0),
29 dest->rtp_timestamp = this->rtp_timestamp;
36 rtp_timestamp(0),
H A Dcast_transport_config.h105 uint32 rtp_timestamp; member in struct:media::cast::EncodedFrame
152 uint32 rtp_timestamp; member in struct:media::cast::RtcpSenderInfo
180 lhs.rtp_timestamp == rhs.rtp_timestamp &&
/external/chromium_org/media/cast/net/rtp/
H A Drtp_receiver_defines.cc14 rtp_timestamp(0),
H A Drtp_header_parser.cc28 rtp_timestamp(0),
65 uint32 rtp_timestamp, ssrc; local
66 big_endian_reader.ReadU32(&rtp_timestamp);
74 parsed_packet->rtp_timestamp = rtp_timestamp;
H A Drtp_receiver_defines.h22 uint32 rtp_timestamp; member in struct:media::cast::RtpCastHeader
H A Drtp_packetizer_unittest.cc50 EXPECT_EQ(expectd_rtp_timestamp_, rtp_header.rtp_timestamp);
85 void set_rtp_timestamp(uint32 rtp_timestamp) { argument
86 expectd_rtp_timestamp_ = rtp_timestamp;
124 video_frame_.rtp_timestamp =
152 transport_->set_rtp_timestamp(video_frame_.rtp_timestamp);
167 transport_->set_rtp_timestamp(video_frame_.rtp_timestamp);
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Drtp_to_ntp.cc20 : ntp_secs(0), ntp_frac(0), rtp_timestamp(0) {}
24 : ntp_secs(ntp_secs), ntp_frac(ntp_frac), rtp_timestamp(timestamp) {}
59 uint32_t rtp_timestamp,
70 measurement.rtp_timestamp = rtp_timestamp;
91 // Converts |rtp_timestamp| to the NTP time base using the NTP and RTP timestamp
95 bool RtpToNtpMs(int64_t rtp_timestamp, argument
103 int64_t rtcp_timestamp_new = rtcp.front().rtp_timestamp;
104 int64_t rtcp_timestamp_old = rtcp.back().rtp_timestamp;
120 if (!CompensateForWrapAround(rtp_timestamp, rtcp_timestamp_ol
57 UpdateRtcpList(uint32_t ntp_secs, uint32_t ntp_frac, uint32_t rtp_timestamp, RtcpList* rtcp_list, bool* new_rtcp_sr) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dremote_ntp_time_estimator.cc41 uint32_t rtp_timestamp = 0; local
46 &rtp_timestamp)) {
52 ntp_secs, ntp_frac, rtp_timestamp, &rtcp_list_, &new_rtcp_sr)) {
68 int64_t RemoteNtpTimeEstimator::Estimate(uint32_t rtp_timestamp) { argument
74 if (!RtpToNtpMs(rtp_timestamp, rtcp_list_, &sender_capture_ntp_ms)) {
H A Dremote_ntp_time_estimator_unittest.cc97 uint32_t rtp_timestamp = GetRemoteTimestamp(); local
102 EXPECT_EQ(kNotEnoughRtcpSr, estimator_.Estimate(rtp_timestamp));
109 EXPECT_EQ(capture_ntp_time_ms, estimator_.Estimate(rtp_timestamp));
/external/chromium_org/media/cast/receiver/
H A Dcast_receiver_impl.cc141 const uint32 rtp_timestamp = encoded_frame->rtp_timestamp; local
149 rtp_timestamp,
167 "rtp_timestamp", encoded_frame->rtp_timestamp,
173 const uint32 rtp_timestamp = encoded_frame->rtp_timestamp; local
181 rtp_timestamp,
190 uint32 rtp_timestamp,
198 now, FRAME_DECODED, AUDIO_EVENT, rtp_timestamp, frame_i
186 EmitDecodedAudioFrame( const scoped_refptr<CastEnvironment>& cast_environment, const AudioFrameDecodedCallback& callback, uint32 frame_id, uint32 rtp_timestamp, const base::TimeTicks& playout_time, scoped_ptr<AudioBus> audio_bus, bool is_continuous) argument
207 EmitDecodedVideoFrame( const scoped_refptr<CastEnvironment>& cast_environment, const VideoFrameDecodedCallback& callback, uint32 frame_id, uint32 rtp_timestamp, const base::TimeTicks& playout_time, const scoped_refptr<VideoFrame>& video_frame, bool is_continuous) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Dremote_ntp_time_estimator.h37 // Estimates the NTP timestamp in local timebase from |rtp_timestamp|.
39 int64_t Estimate(uint32_t rtp_timestamp);
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_external_transport.cc115 uint32_t rtp_timestamp = ptr[4] << 24; local
116 rtp_timestamp += ptr[5] << 16;
117 rtp_timestamp += ptr[6] << 8;
118 rtp_timestamp += ptr[7];
121 _firstRTPTimestamp = rtp_timestamp;
125 _lastSendRTPTimestamp != rtp_timestamp) {
126 _send_frame_callback->FrameSent(rtp_timestamp);
129 _lastSendRTPTimestamp = rtp_timestamp;
225 if (previous_drop_ && _firstRTPTimestamp != rtp_timestamp)
441 uint32_t rtp_timestamp local
[all...]

Completed in 744 milliseconds

12345