Searched refs:get_audio_time_ms_ (Results 1 – 2 of 2) sorted by relevance
104 get_audio_time_ms_.push_back(time_now_ms); in AfterGetAudio()132 if (get_audio_time_ms_.empty()) { in CreateGraphs()137 std::vector<int64_t> nominal_get_audio_time_ms(get_audio_time_ms_.size()); in CreateGraphs()138 nominal_get_audio_time_ms[0] = get_audio_time_ms_[0]; in CreateGraphs()143 std::is_sorted(get_audio_time_ms_.begin(), get_audio_time_ms_.end())); in CreateGraphs()168 LinearInterpolate(timing.arrival_time_ms, get_audio_time_ms_, in CreateGraphs()178 *timing.decode_get_audio_count * 10 + get_audio_time_ms_[0]; in CreateGraphs()
65 std::vector<int64_t> get_audio_time_ms_; variable