Home
last modified time | relevance | path

Searched refs:base_timestamp (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/media/base/
Daudio_timestamp_helper.cc20 void AudioTimestampHelper::SetBaseTimestamp(base::TimeDelta base_timestamp) { in SetBaseTimestamp() argument
21 base_timestamp_ = base_timestamp; in SetBaseTimestamp()
25 base::TimeDelta AudioTimestampHelper::base_timestamp() const { in base_timestamp() function in media::AudioTimestampHelper
Daudio_splicer.cc58 void ResetTimestampState(int64 frame_count, base::TimeDelta base_timestamp);
106 base::TimeDelta base_timestamp) { in ResetTimestampState() argument
109 output_timestamp_helper_.SetBaseTimestamp(base_timestamp); in ResetTimestampState()
127 if (output_timestamp_helper_.base_timestamp() == kNoTimestamp()) in AddInput()
130 if (output_timestamp_helper_.base_timestamp() > input->timestamp()) { in AddInput()
279 output_ts_helper.frame_count(), output_ts_helper.base_timestamp()); in AddInput()
297 if (output_ts_helper.base_timestamp() == kNoTimestamp()) { in AddInput()
299 0, pre_splice_sanitizer_->timestamp_helper().base_timestamp()); in AddInput()
Daudio_timestamp_helper.h33 void SetBaseTimestamp(base::TimeDelta base_timestamp);
35 base::TimeDelta base_timestamp() const;
Daudio_discard_helper.h62 return timestamp_helper_.base_timestamp() != kNoTimestamp(); in initialized()
Daudio_timestamp_helper_unittest.cc62 EXPECT_TRUE(kNoTimestamp() == helper_.base_timestamp()); in TEST_F()
Daudio_buffer_converter.cc58 if (timestamp_helper_.base_timestamp() == kNoTimestamp()) in AddInput()
/external/chromium_org/media/base/android/
Daudio_decoder_job.cc59 void AudioDecoderJob::SetBaseTimestamp(base::TimeDelta base_timestamp) { in SetBaseTimestamp() argument
61 base_timestamp_ = base_timestamp; in SetBaseTimestamp()
Daudio_decoder_job.h37 void SetBaseTimestamp(base::TimeDelta base_timestamp);
/external/chromium_org/media/formats/mpeg/
Dmpeg_audio_stream_parser_base.cc215 base::TimeDelta base_timestamp; in ParseFrame() local
217 base_timestamp = timestamp_helper_->GetTimestamp(); in ParseFrame()
220 timestamp_helper_->SetBaseTimestamp(base_timestamp); in ParseFrame()
/external/chromium_org/media/formats/mp2t/
Des_parser_adts.cc259 base::TimeDelta base_timestamp = audio_timestamp_helper_->GetTimestamp(); in UpdateAudioConfiguration() local
262 audio_timestamp_helper_->SetBaseTimestamp(base_timestamp); in UpdateAudioConfiguration()
/external/chromium_org/media/filters/
Ddecrypting_audio_decoder.cc104 if (timestamp_helper_->base_timestamp() == kNoTimestamp() && in Decode()
/external/chromium_org/media/cdm/ppapi/external_clear_key/
Dffmpeg_cdm_audio_decoder.cc300 if (output_timestamp_helper_->base_timestamp() == kNoTimestamp() && in DecodeBuffer()