OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_input_timestamp_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/base/
audio_discard_helper.h
86
base::TimeDelta
last_input_timestamp_
;
member in class:media::AudioDiscardHelper
audio_discard_helper.cc
31
last_input_timestamp_
(kNoTimestamp()),
47
last_input_timestamp_
= kNoTimestamp();
61
WarnOnNonMonotonicTimestamps(
last_input_timestamp_
,
63
last_input_timestamp_
= encoded_buffer->timestamp();
/external/chromium_org/media/cdm/ppapi/external_clear_key/
ffmpeg_cdm_audio_decoder.h
79
base::TimeDelta
last_input_timestamp_
;
member in class:media::FFmpegCdmAudioDecoder
ffmpeg_cdm_audio_decoder.cc
140
last_input_timestamp_
(kNoTimestamp()),
234
if (
last_input_timestamp_
== kNoTimestamp()) {
242
last_input_timestamp_
= timestamp;
245
if (timestamp <
last_input_timestamp_
) {
246
base::TimeDelta diff = timestamp -
last_input_timestamp_
;
253
last_input_timestamp_
= timestamp;
412
last_input_timestamp_
= kNoTimestamp();
Completed in 199 milliseconds