Searched refs:timestamp_helper_ (Results 1 – 8 of 8) sorted by relevance
35 timestamp_helper_(output_params_.sample_rate()), in AudioBufferConverter()58 if (timestamp_helper_.base_timestamp() == kNoTimestamp()) in AddInput()59 timestamp_helper_.SetBaseTimestamp(buffer->timestamp()); in AddInput()80 timestamp_helper_.SetBaseTimestamp(kNoTimestamp()); in Reset()89 timestamp_helper_.SetBaseTimestamp(kNoTimestamp()); in ResetTimestampState()228 output_buffer->set_timestamp(timestamp_helper_.GetTimestamp()); in ConvertIfPossible()229 timestamp_helper_.AddFrames(request_frames); in ConvertIfPossible()
29 timestamp_helper_(sample_rate_), in AudioDiscardHelper()48 timestamp_helper_.SetBaseTimestamp(kNoTimestamp()); in Reset()69 timestamp_helper_.SetBaseTimestamp( in ProcessBuffers()237 decoded_buffer->set_timestamp(timestamp_helper_.GetTimestamp()); in ProcessBuffers()238 timestamp_helper_.AddFrames(decoded_buffer->frame_count()); in ProcessBuffers()
60 return timestamp_helper_.base_timestamp() != kNoTimestamp(); in initialized()76 AudioTimestampHelper timestamp_helper_; variable
96 AudioTimestampHelper timestamp_helper_; variable
81 timestamp_helper_->SetBaseTimestamp(base::TimeDelta()); in Flush()216 if (timestamp_helper_) in ParseFrame()217 base_timestamp = timestamp_helper_->GetTimestamp(); in ParseFrame()219 timestamp_helper_.reset(new AudioTimestampHelper(sample_rate)); in ParseFrame()220 timestamp_helper_->SetBaseTimestamp(base_timestamp); in ParseFrame()244 buffer->set_timestamp(timestamp_helper_->GetTimestamp()); in ParseFrame()245 buffer->set_duration(timestamp_helper_->GetFrameDuration(sample_count)); in ParseFrame()248 timestamp_helper_->AddFrames(sample_count); in ParseFrame()417 timestamp_helper_->SetBaseTimestamp(base::TimeDelta()); in SendBuffers()
145 scoped_ptr<AudioTimestampHelper> timestamp_helper_; variable
108 if (timestamp_helper_->base_timestamp() == kNoTimestamp() && in Decode()110 timestamp_helper_->SetBaseTimestamp(buffer->timestamp()); in Decode()221 timestamp_helper_.reset( in FinishInitialization()337 timestamp_helper_->SetBaseTimestamp(kNoTimestamp()); in DoReset()352 base::TimeDelta current_time = timestamp_helper_->GetTimestamp(); in ProcessDecodedFrames()361 timestamp_helper_->AddFrames(frame->frame_count()); in ProcessDecodedFrames()
125 scoped_ptr<AudioTimestampHelper> timestamp_helper_; variable