OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_send_time_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/cast/sender/
frame_sender.cc
81
DCHECK(!
last_send_time_
.is_null());
124
DCHECK(!
last_send_time_
.is_null());
126
cast_environment_->Clock()->NowTicks() -
last_send_time_
;
141
DCHECK(!
last_send_time_
.is_null());
143
last_send_time_
- cast_environment_->Clock()->NowTicks() +
156
DCHECK(!
last_send_time_
.is_null());
159
last_send_time_
= cast_environment_->Clock()->NowTicks();
206
const bool is_first_frame_to_be_sent =
last_send_time_
.is_null();
207
last_send_time_
= cast_environment_->Clock()->NowTicks();
221
last_send_time_
, FRAME_ENCODED
[
all
...]
frame_sender.h
139
base::TimeTicks
last_send_time_
;
member in class:media::cast::FrameSender
143
// |!
last_send_time_
.is_null()|.
148
// wrap-around. This member is invalid until |!
last_send_time_
.is_null()|.
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_stereo_unittest.cc
61
last_send_time_
(0),
175
int arrival_time = last_arrival_time_ + (send_time -
last_send_time_
);
176
last_send_time_
= send_time;
261
int
last_send_time_
;
member in class:webrtc::NetEqStereoTest
293
drift_factor * (send_time -
last_send_time_
);
294
last_send_time_
= send_time;
335
last_send_time_
= send_time;
neteq_external_decoder_unittest.cc
53
last_send_time_
(0),
111
int arrival_time = last_arrival_time_ + (send_time -
last_send_time_
);
112
last_send_time_
= send_time;
218
int
last_send_time_
;
member in class:webrtc::NetEqExternalDecoderTest
Completed in 270 milliseconds