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

  /external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/
rtp_packetizer.cc 27 rtp_timestamp_(config_.rtp_timestamp),
43 rtp_timestamp_ = GetVideoRtpTimestamp(capture_time);
49 rtp_timestamp_,
59 rtp_timestamp_ += audio_frame->samples; // Timestamp is in samples for audio.
61 Cast(true, audio_frame->frame_id, 0, rtp_timestamp_, audio_frame->data);
74 *rtp_timestamp = rtp_timestamp_;
rtp_packetizer.h 63 uint32 rtp_timestamp_; member in class:media::cast::RtpPacketizer
  /external/chromium_org/media/cast/framer/
frame_buffer.h 45 uint32 rtp_timestamp_; member in class:media::cast::FrameBuffer
frame_buffer.cc 37 rtp_timestamp_ = rtp_header.webrtc.header.timestamp;
70 *rtp_timestamp = rtp_timestamp_;
90 *rtp_timestamp = rtp_timestamp_;
  /external/chromium_org/media/cast/rtcp/
rtcp_defines.h 60 uint32 rtp_timestamp_; member in class:media::cast::RtcpReceiverFrameLogMessage
rtcp.cc 56 : rtp_timestamp_(timestamp) {}
94 uint32 rtp_timestamp = it->rtp_timestamp_;
rtcp_receiver_unittest.cc 84 EXPECT_EQ(expected_it->rtp_timestamp_, incoming_it->rtp_timestamp_);
rtcp_sender.cc 743 big_endian_writer.WriteU32(frame_log_messages.rtp_timestamp_);

Completed in 48 milliseconds