OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetBaseTimestamp
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/media/base/
audio_timestamp_helper_unittest.cc
16
helper_.
SetBaseTimestamp
(base::TimeDelta());
61
helper_.
SetBaseTimestamp
(kNoTimestamp());
63
helper_.
SetBaseTimestamp
(base::TimeDelta());
73
helper_.
SetBaseTimestamp
(base::TimeDelta::FromMicroseconds(100));
audio_timestamp_helper.h
20
// constructed,
SetBaseTimestamp
() must be called to specify the starting
33
void
SetBaseTimestamp
(base::TimeDelta base_timestamp);
39
// Note:
SetBaseTimestamp
() must be called with a value other than
audio_timestamp_helper.cc
20
void AudioTimestampHelper::
SetBaseTimestamp
(base::TimeDelta base_timestamp) {
audio_splicer_unittest.cc
30
input_timestamp_helper_.
SetBaseTimestamp
(base::TimeDelta());
280
input_timestamp_helper_.
SetBaseTimestamp
(
293
input_timestamp_helper_.
SetBaseTimestamp
(
299
input_timestamp_helper_.
SetBaseTimestamp
(base::TimeDelta::FromSeconds(0));
324
input_timestamp_helper_.
SetBaseTimestamp
(input_1->timestamp());
372
input_timestamp_helper_.
SetBaseTimestamp
(input_1->timestamp());
379
input_timestamp_helper_.
SetBaseTimestamp
(input_1->timestamp());
416
input_timestamp_helper_.
SetBaseTimestamp
(overlapped_buffer->timestamp());
497
input_timestamp_helper_.
SetBaseTimestamp
(overlapped_buffer->timestamp());
558
input_timestamp_helper_.
SetBaseTimestamp
(overlapped_buffer->timestamp())
[
all
...]
audio_discard_helper.cc
48
timestamp_helper_.
SetBaseTimestamp
(kNoTimestamp());
69
timestamp_helper_.
SetBaseTimestamp
(
audio_buffer_converter.cc
59
timestamp_helper_.
SetBaseTimestamp
(buffer->timestamp());
80
timestamp_helper_.
SetBaseTimestamp
(kNoTimestamp());
89
timestamp_helper_.
SetBaseTimestamp
(kNoTimestamp());
audio_splicer.cc
109
output_timestamp_helper_.
SetBaseTimestamp
(base_timestamp);
128
output_timestamp_helper_.
SetBaseTimestamp
(input->timestamp());
/external/chromium_org/media/base/android/
audio_decoder_job.cc
70
void AudioDecoderJob::
SetBaseTimestamp
(base::TimeDelta base_timestamp) {
74
audio_timestamp_helper_->
SetBaseTimestamp
(base_timestamp_);
138
audio_timestamp_helper_->
SetBaseTimestamp
(base_timestamp_);
audio_decoder_job.h
38
void
SetBaseTimestamp
(base::TimeDelta base_timestamp);
media_source_player.cc
333
audio_decoder_job_->
SetBaseTimestamp
(seek_time);
387
audio_decoder_job_->
SetBaseTimestamp
(GetCurrentTime());
/external/chromium_org/media/formats/mp2t/
es_parser_adts.cc
140
audio_timestamp_helper_->
SetBaseTimestamp
(current_timing_desc.pts);
246
audio_timestamp_helper_->
SetBaseTimestamp
(base_timestamp);
es_parser_mpeg1audio.cc
64
audio_timestamp_helper_->
SetBaseTimestamp
(current_timing_desc.pts);
190
audio_timestamp_helper_->
SetBaseTimestamp
(base_timestamp);
/external/chromium_org/media/cdm/ppapi/external_clear_key/
ffmpeg_cdm_audio_decoder.cc
307
output_timestamp_helper_->
SetBaseTimestamp
(base::TimeDelta());
309
output_timestamp_helper_->
SetBaseTimestamp
(timestamp);
411
output_timestamp_helper_->
SetBaseTimestamp
(kNoTimestamp());
/external/chromium_org/media/formats/mpeg/
mpeg_audio_stream_parser_base.cc
81
timestamp_helper_->
SetBaseTimestamp
(base::TimeDelta());
220
timestamp_helper_->
SetBaseTimestamp
(base_timestamp);
417
timestamp_helper_->
SetBaseTimestamp
(base::TimeDelta());
/external/chromium_org/media/filters/
decrypting_audio_decoder.cc
110
timestamp_helper_->
SetBaseTimestamp
(buffer->timestamp());
337
timestamp_helper_->
SetBaseTimestamp
(kNoTimestamp());
audio_renderer_impl_unittest.cc
200
next_timestamp_->
SetBaseTimestamp
(timestamp);
622
timestamp_helper.
SetBaseTimestamp
(base::TimeDelta());
/external/chromium_org/media/cast/test/
fake_media_source.cc
452
audio_sent_ts_->
SetBaseTimestamp
(base_ts);
Completed in 1327 milliseconds