/external/chromium_org/chrome/renderer/media/ |
cast_ipc_dispatcher_unittest.cc | 34 packet_event.rtp_timestamp = 100; 45 frame_event.rtp_timestamp = 100;
|
cast_ipc_dispatcher.h | 48 uint32 rtp_timestamp);
|
/external/chromium_org/media/cast/logging/ |
encoding_event_subscriber.cc | 70 GetRelativeRtpTimestamp(frame_event.rtp_timestamp); 83 DVLOG(2) << "Too many events in frame " << frame_event.rtp_timestamp 122 GetRelativeRtpTimestamp(packet_event.rtp_timestamp); 154 << packet_event.rtp_timestamp << ". " 167 << packet_event.rtp_timestamp << ", " 266 RtpTimestamp rtp_timestamp) { 269 first_rtp_timestamp_ = rtp_timestamp; 272 return rtp_timestamp - first_rtp_timestamp_;
|
stats_event_subscriber.cc | 393 void StatsEventSubscriber::MaybeInsertFrameInfo(RtpTimestamp rtp_timestamp, 395 // No need to insert if |rtp_timestamp| is the smaller than every key in the 398 rtp_timestamp < recent_frame_infos_.begin()->first) { 402 recent_frame_infos_.insert(std::make_pair(rtp_timestamp, frame_info)); 416 MaybeInsertFrameInfo(frame_event.rtp_timestamp, frame_info); 421 recent_frame_infos_.find(frame_event.rtp_timestamp); 436 recent_frame_infos_.find(frame_event.rtp_timestamp); 440 MaybeInsertFrameInfo(frame_event.rtp_timestamp, frame_info); 455 recent_frame_infos_.find(frame_event.rtp_timestamp); 478 recent_frame_infos_.find(frame_event.rtp_timestamp); [all...] |
encoding_event_subscriber.h | 89 // Returns the difference between |rtp_timestamp| and |first_rtp_timestamp_|. 91 RtpTimestamp GetRelativeRtpTimestamp(RtpTimestamp rtp_timestamp);
|
/external/chromium_org/media/cast/net/rtp/ |
rtp_packetizer_unittest.cc | 50 EXPECT_EQ(expectd_rtp_timestamp_, rtp_header.rtp_timestamp); 85 void set_rtp_timestamp(uint32 rtp_timestamp) { 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);
|
receiver_stats_unittest.cc | 75 rtp_header_.rtp_timestamp += 33 * 90; 96 rtp_header_.rtp_timestamp += 33 * 90; 120 ++rtp_header_.rtp_timestamp; 139 rtp_header_.rtp_timestamp += 33 * 90; 159 rtp_header_.rtp_timestamp += 33 * 90;
|
frame_buffer_unittest.cc | 28 rtp_header_.rtp_timestamp = 3000; 38 EXPECT_EQ(3000u, frame.rtp_timestamp);
|
rtp_header_parser.h | 31 uint32 rtp_timestamp; member in struct:media::cast::RtpCastTestHeader
|
frame_buffer.cc | 37 rtp_timestamp_ = rtp_header.rtp_timestamp; 80 frame->rtp_timestamp = rtp_timestamp_;
|
rtp_packetizer.cc | 47 rtp_timestamp_ = frame.rtp_timestamp; 66 &packet->data, remaining_size == 0, frame.rtp_timestamp);
|
/external/chromium_org/media/cast/receiver/ |
frame_receiver_unittest.cc | 91 rtp_header_.rtp_timestamp = 0; 121 const int64 rtp_timestamp = (now - start_time_) * local 123 CHECK_LE(0, rtp_timestamp); 130 static_cast<uint32>(rtp_timestamp)); 205 EXPECT_EQ(rtp_header_.rtp_timestamp, frame_events.begin()->rtp_timestamp); 241 rtp_header_.rtp_timestamp = 0; 255 rtp_header_.rtp_timestamp += 2 * rtp_advance_per_frame; 281 rtp_header_.rtp_timestamp += rtp_advance_per_frame; 307 frame_events[i].rtp_timestamp); [all...] |
frame_receiver.cc | 120 rtp_header.rtp_timestamp; 122 now, PACKET_RECEIVED, event_media_type_, rtp_header.rtp_timestamp, 145 fresh_sync_rtp = rtp_header.rtp_timestamp; 174 RtpTimestamp rtp_timestamp = local 178 rtp_timestamp, cast_message.ack_frame_id); 296 static_cast<int32>(frame.rtp_timestamp - lip_sync_rtp_timestamp_),
|
cast_receiver_impl.h | 71 uint32 rtp_timestamp, 85 uint32 rtp_timestamp,
|
/external/chromium_org/media/cast/sender/ |
video_sender.cc | 127 RtpTimestamp rtp_timestamp = GetVideoRtpTimestamp(capture_time); local 130 rtp_timestamp, kFrameIdUnknown); 134 rtp_timestamp, 142 "rtp_timestamp", rtp_timestamp);
|
frame_sender.cc | 165 RtpTimestamp rtp_timestamp) { 170 rtp_timestamp; 223 encoded_frame->rtp_timestamp, 230 encoded_frame->rtp_timestamp); 237 "rtp_timestamp", encoded_frame->rtp_timestamp);
|
/external/chromium_org/chrome/common/ |
cast_messages.h | 35 IPC_STRUCT_TRAITS_MEMBER(rtp_timestamp) 55 IPC_STRUCT_TRAITS_MEMBER(rtp_timestamp) 66 IPC_STRUCT_TRAITS_MEMBER(rtp_timestamp)
|
/external/chromium_org/third_party/webrtc/video_engine/ |
vie_sync_module.cc | 36 uint32_t rtp_timestamp = 0; local 41 &rtp_timestamp)) { 47 ntp_secs, ntp_frac, rtp_timestamp, &stream->rtcp, &new_rtcp_sr)) {
|
/external/chromium_org/media/cast/net/rtcp/ |
receiver_rtcp_event_subscriber.cc | 37 std::make_pair(frame_event.rtp_timestamp, rtcp_event)); 60 std::make_pair(packet_event.rtp_timestamp, rtcp_event));
|
rtcp_builder_unittest.cc | 213 frame_event.rtp_timestamp = kRtpTimestamp; 221 packet_event.rtp_timestamp = kRtpTimestamp; 275 frame_event.rtp_timestamp = kRtpTimestamp; 283 packet_event.rtp_timestamp = kRtpTimestamp + 2345; 337 frame_event.rtp_timestamp = kRtpTimestamp + static_cast<int>(i); 383 frame_event.rtp_timestamp = kRtpTimestamp; 440 frame_event.rtp_timestamp = kRtpTimestamp; 467 sender_info.rtp_timestamp = kRtpTimestamp;
|
test_rtcp_packet_builder.h | 59 uint32 rtp_timestamp); 77 void AddReceiverFrameLog(uint32 rtp_timestamp,
|
test_rtcp_packet_builder.cc | 32 uint32 rtp_timestamp) { 37 big_endian_writer_.WriteU32(rtp_timestamp); 164 void TestRtcpPacketBuilder::AddReceiverFrameLog(uint32 rtp_timestamp, 167 big_endian_writer_.WriteU32(rtp_timestamp);
|
rtcp.cc | 140 OnReceivedLipSyncInfo(parser.sender_report().rtp_timestamp, 253 sender_info.rtp_timestamp = current_time_as_rtp_timestamp; 289 void Rtcp::OnReceivedLipSyncInfo(uint32 rtp_timestamp, uint32 ntp_seconds, 295 lip_sync_rtp_timestamp_ = rtp_timestamp; 300 bool Rtcp::GetLatestLipSyncTimes(uint32* rtp_timestamp, 314 *rtp_timestamp = lip_sync_rtp_timestamp_;
|
/external/chromium_org/media/cast/net/ |
cast_transport_config.h | 105 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/third_party/webrtc/modules/audio_coding/neteq/ |
dtmf_buffer.h | 69 // |rtp_timestamp| is simply copied into the struct. 70 static int ParseEvent(uint32_t rtp_timestamp,
|