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

1 2

  /external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/
rtp_packetizer_config.cc 17 rtp_timestamp(0) {
rtp_packetizer_config.h 22 uint32 rtp_timestamp; member in struct:media::cast::RtpPacketizerConfig
  /external/chromium_org/media/cast/logging/
logging_internal.cc 16 void FrameLogData::Insert(uint32 rtp_timestamp, uint32 frame_id) {
18 InsertBase(rtp_timestamp, frame_id, info);
22 uint32 rtp_timestamp, uint32 frame_id, int size) {
25 InsertBase(rtp_timestamp, frame_id, info);
29 uint32 rtp_timestamp, uint32 frame_id, base::TimeDelta delay) {
32 InsertBase(rtp_timestamp, frame_id, info);
36 uint32 rtp_timestamp, uint32 frame_id, FrameEvent info) {
39 frame_map_.insert(std::make_pair(rtp_timestamp, info));
48 void PacketLogData::Insert(uint32 rtp_timestamp,
56 PacketMap::iterator it = packet_map_.find(rtp_timestamp);
    [all...]
logging_raw.cc 24 uint32 rtp_timestamp,
26 InsertBaseFrameEvent(event, frame_id, rtp_timestamp);
30 uint32 rtp_timestamp,
33 InsertBaseFrameEvent(event, frame_id, rtp_timestamp);
35 FrameRawMap::iterator it = frame_map_.find(rtp_timestamp);
41 uint32 rtp_timestamp,
44 InsertBaseFrameEvent(event, frame_id, rtp_timestamp);
46 FrameRawMap::iterator it = frame_map_.find(rtp_timestamp);
53 uint32 rtp_timestamp) {
55 FrameRawMap::iterator it = frame_map_.find(rtp_timestamp);
    [all...]
logging_raw.h 33 uint32 rtp_timestamp,
38 uint32 rtp_timestamp,
44 uint32 rtp_timestamp,
50 uint32 rtp_timestamp,
70 uint32 rtp_timestamp);
logging_stats.h 25 uint32 rtp_timestamp,
29 uint32 rtp_timestamp,
34 uint32 rtp_timestamp,
39 uint32 rtp_timestamp,
58 uint32 rtp_timestamp);
logging_impl.cc 24 uint32 rtp_timestamp,
28 raw_.InsertFrameEvent(event, rtp_timestamp, frame_id);
29 stats_.InsertFrameEvent(event, rtp_timestamp, frame_id);
34 TRACE_EVENT_SCOPE_THREAD, "rtp_timestamp", rtp_timestamp, "frame_id",
40 uint32 rtp_timestamp,
45 raw_.InsertFrameEventWithSize(event, rtp_timestamp, frame_id, frame_size);
46 stats_.InsertFrameEventWithSize(event, rtp_timestamp, frame_id, frame_size);
54 TRACE_EVENT_SCOPE_THREAD, "rtp_timestamp", rtp_timestamp, "frame_size"
85 uint32 rtp_timestamp; local
    [all...]
logging_impl.h 35 uint32 rtp_timestamp,
38 uint32 rtp_timestamp,
42 uint32 rtp_timestamp,
48 uint32 rtp_timestamp,
logging_internal.h 34 // Frame and packet maps are sorted based on the rtp_timestamp.
43 void Insert(uint32 rtp_timestamp, uint32 frame_id);
45 void InsertWithSize(uint32 rtp_timestamp, uint32 frame_id, int size);
48 uint32 rtp_timestamp, uint32 frame_id, base::TimeDelta delay);
52 void InsertBase(uint32 rtp_timestamp, uint32 frame_id, FrameEvent info);
65 void Insert(uint32 rtp_timestamp, uint32 frame_id, uint16 packet_id,
logging_unittest.cc 42 uint32 rtp_timestamp = 0; local
45 logging_.InsertFrameEvent(kAudioFrameCaptured, rtp_timestamp, frame_id);
48 rtp_timestamp += kFrameIntervalMs * 90;
75 uint32 rtp_timestamp = 0; local
81 kAudioFrameCaptured, rtp_timestamp, frame_id, size);
84 rtp_timestamp += kFrameIntervalMs * 90;
112 uint32 rtp_timestamp = 0; local
118 kAudioFrameCaptured, rtp_timestamp, frame_id,
122 rtp_timestamp += kFrameIntervalMs * 90;
147 uint32 rtp_timestamp = 0 local
180 uint32 rtp_timestamp = 0; local
    [all...]
logging_stats.cc 32 uint32 rtp_timestamp,
34 InsertBaseFrameEvent(event, frame_id, rtp_timestamp);
38 uint32 rtp_timestamp,
41 InsertBaseFrameEvent(event, frame_id, rtp_timestamp);
49 uint32 rtp_timestamp,
52 InsertBaseFrameEvent(event, frame_id, rtp_timestamp);
68 uint32 rtp_timestamp) {
82 uint32 rtp_timestamp,
  /external/chromium_org/media/cast/framer/
framer_unittest.cc 46 uint32 rtp_timestamp; local
48 EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &rtp_timestamp,
54 uint32 rtp_timestamp; local
59 EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &rtp_timestamp,
64 EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &rtp_timestamp,
74 uint32 rtp_timestamp; local
80 EXPECT_TRUE(framer_.GetEncodedVideoFrame(&frame, &rtp_timestamp,
92 EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &rtp_timestamp,
99 EXPECT_FALSE(framer_.GetEncodedVideoFrame(&frame, &rtp_timestamp,
105 uint32 rtp_timestamp; local
129 uint32 rtp_timestamp; local
155 uint32 rtp_timestamp; local
168 uint32 rtp_timestamp; local
188 uint32 rtp_timestamp; local
212 uint32 rtp_timestamp; local
265 uint32 rtp_timestamp; local
300 uint32 rtp_timestamp; local
    [all...]
frame_buffer.h 29 uint32* rtp_timestamp) const;
32 uint32* rtp_timestamp) const;
frame_buffer_unittest.cc 38 uint32 rtp_timestamp; local
39 EXPECT_FALSE(buffer_.GetEncodedVideoFrame(&frame, &rtp_timestamp));
47 uint32 rtp_timestamp; local
48 EXPECT_TRUE(buffer_.GetEncodedVideoFrame(&frame, &rtp_timestamp));
64 uint32 rtp_timestamp; local
65 EXPECT_TRUE(buffer_.GetEncodedVideoFrame(&frame, &rtp_timestamp));
framer.h 46 uint32* rtp_timestamp,
50 uint32* rtp_timestamp,
frame_buffer.cc 67 uint32* rtp_timestamp) const {
70 *rtp_timestamp = rtp_timestamp_;
87 uint32* rtp_timestamp) const {
90 *rtp_timestamp = rtp_timestamp_;
framer.cc 57 uint32* rtp_timestamp,
75 return it->second->GetEncodedAudioFrame(audio_frame, rtp_timestamp);
80 uint32* rtp_timestamp,
101 return it->second->GetEncodedVideoFrame(video_frame, rtp_timestamp);
  /external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/test/
rtp_header_parser.cc 28 rtp_timestamp(0),
66 uint32 rtp_timestamp, ssrc; local
67 big_endian_reader.ReadU32(&rtp_timestamp);
75 parsed_packet->rtp_timestamp = rtp_timestamp;
  /external/chromium_org/media/cast/rtcp/
rtcp_defines.h 40 uint32 rtp_timestamp; member in struct:media::cast::RtcpSenderFrameLogMessage
57 explicit RtcpReceiverFrameLogMessage(uint32 rtp_timestamp);
71 uint32 rtp_timestamp; member in struct:media::cast::RtcpSenderInfo
136 lhs.rtp_timestamp == rhs.rtp_timestamp &&
test_rtcp_packet_builder.h 62 uint32 rtp_timestamp);
81 void AddSenderFrameLog(uint8 event_id, uint32 rtp_timestamp);
83 void AddReceiverFrameLog(uint32 rtp_timestamp, int num_events,
rtcp.cc 72 rtcp_->OnReceivedLipSyncInfo(remote_sender_info.rtp_timestamp,
94 uint32 rtp_timestamp = it->rtp_timestamp_; variable
104 rtp_timestamp, kFrameIdUnknown, event_it->packet_id, 0, 0);
110 rtp_timestamp, kFrameIdUnknown);
115 event_it->type, rtp_timestamp, kFrameIdUnknown,
132 uint32 rtp_timestamp = it->rtp_timestamp; variable
157 // TODO(pwestin): how do we handle the truncated rtp_timestamp?
159 cast_environment_->Logging()->InsertFrameEvent(log_event, rtp_timestamp,
350 void Rtcp::OnReceivedLipSyncInfo(uint32 rtp_timestamp,
    [all...]
  /external/chromium_org/media/cast/net/rtp_sender/
rtp_sender.cc 45 config_.rtp_timestamp = base::RandInt(0, 65535);
46 config_.rtp_timestamp += base::RandInt(0, 65535) << 16;
132 uint32 rtp_timestamp; local
133 if (packetizer_->LastSentTimestamp(&time_sent, &rtp_timestamp)) {
135 sender_info->rtp_timestamp = rtp_timestamp +
138 sender_info->rtp_timestamp = 0;
  /external/chromium_org/media/cast/audio_receiver/
audio_receiver.cc 234 uint32 rtp_timestamp = 0; local
238 &rtp_timestamp)) {
250 base::Unretained(this), base::Passed(&audio_frame), rtp_timestamp,
255 scoped_ptr<PcmAudioFrame> audio_frame, uint32 rtp_timestamp,
259 rtp_timestamp, kFrameIdUnknown);
262 base::TimeTicks playout_time = GetPlayoutTime(now, rtp_timestamp);
265 rtp_timestamp, kFrameIdUnknown, playout_time - now);
279 uint32 rtp_timestamp = 0; local
284 &rtp_timestamp, &next_frame)) {
298 if (PostEncodedAudioFrame(queued_encoded_callbacks_.front(), rtp_timestamp,
310 uint32 rtp_timestamp = 0; local
    [all...]
audio_receiver.h 83 uint32 rtp_timestamp,
93 scoped_ptr<PcmAudioFrame> audio_frame, uint32 rtp_timestamp,
97 base::TimeTicks GetPlayoutTime(base::TimeTicks now, uint32 rtp_timestamp);
audio_decoder_unittest.cc 73 uint32 rtp_timestamp; local
78 &rtp_timestamp));
89 &rtp_timestamp));
131 uint32 rtp_timestamp; local
136 &rtp_timestamp));
156 &rtp_timestamp));
200 uint32 rtp_timestamp; local
205 &rtp_timestamp));

Completed in 1125 milliseconds

1 2