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

  /external/chromium_org/media/cast/net/rtp_sender/
mock_rtp_sender.h 22 bool(const EncodedAudioFrame& frame, int64 recorded_time));
rtp_sender.h 47 const base::TimeTicks& recorded_time);
rtp_sender.cc 58 const base::TimeTicks& recorded_time) {
59 packetizer_->IncomingEncodedAudioFrame(audio_frame, recorded_time);
  /external/chromium_org/media/cast/audio_sender/
audio_encoder.h 39 const base::TimeTicks& recorded_time,
55 const base::TimeTicks& recorded_time,
audio_sender.h 52 const base::TimeTicks& recorded_time,
60 const base::TimeTicks& recorded_time,
69 const base::TimeTicks& recorded_time);
audio_sender.cc 107 const base::TimeTicks& recorded_time,
114 GetVideoRtpTimestamp(recorded_time), kFrameIdUnknown);
115 audio_encoder_->InsertAudio(audio_bus, recorded_time, done_callback);
119 const base::TimeTicks& recorded_time,
125 GetVideoRtpTimestamp(recorded_time), kFrameIdUnknown);
133 rtp_sender_.IncomingEncodedAudioFrame(&encrypted_frame, recorded_time);
135 rtp_sender_.IncomingEncodedAudioFrame(audio_frame, recorded_time);
142 const base::TimeTicks& recorded_time) {
151 rtp_sender_.IncomingEncodedAudioFrame(&encrypted_frame, recorded_time);
153 rtp_sender_.IncomingEncodedAudioFrame(audio_frame.get(), recorded_time);
    [all...]
audio_sender_unittest.cc 68 base::TimeTicks recorded_time = base::TimeTicks::Now(); local
70 bus.get(), recorded_time,
87 base::TimeTicks recorded_time = base::TimeTicks::Now(); local
89 bus.get(), recorded_time,
audio_encoder.cc 24 const base::TimeTicks& recorded_time) {
27 GetVideoRtpTimestamp(recorded_time), kFrameIdUnknown);
57 const base::TimeTicks& recorded_time,
92 recorded_time - buffer_time_offset));
267 const base::TimeTicks& recorded_time,
277 base::Bind(&AudioEncoder::EncodeAudio, this, audio_bus, recorded_time,
283 const base::TimeTicks& recorded_time,
286 impl_->EncodeAudio(audio_bus, recorded_time, done_callback);
288 base::Bind(LogAudioEncodedEvent, cast_environment_, recorded_time));
audio_encoder_unittest.cc 46 const base::TimeTicks& recorded_time) {
53 EXPECT_LE(lower_bound_, recorded_time);
54 lower_bound_ = recorded_time;
55 EXPECT_GT(upper_bound_, recorded_time);
  /external/chromium_org/media/cast/
cast_sender.h 54 const base::TimeTicks& recorded_time,
62 const base::TimeTicks& recorded_time,
cast_sender_impl.cc 44 const base::TimeTicks& recorded_time,
48 audio_bus, recorded_time, done_callback));
52 const base::TimeTicks& recorded_time,
56 audio_frame, recorded_time, callback));
  /external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/
rtp_packetizer.h 37 const base::TimeTicks& recorded_time);
rtp_packetizer.cc 55 const base::TimeTicks& recorded_time) {
60 time_last_sent_rtp_timestamp_ = recorded_time;

Completed in 119 milliseconds