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()128 if (get_audio_time_ms_.empty()) { in CreateGraphs()133 std::vector<int64_t> nominal_get_audio_time_ms(get_audio_time_ms_.size()); in CreateGraphs()134 nominal_get_audio_time_ms[0] = get_audio_time_ms_[0]; in CreateGraphs()139 std::is_sorted(get_audio_time_ms_.begin(), get_audio_time_ms_.end())); in CreateGraphs()164 LinearInterpolate(timing.arrival_time_ms, get_audio_time_ms_, in CreateGraphs()174 *timing.decode_get_audio_count * 10 + get_audio_time_ms_[0]; in CreateGraphs()
66 std::vector<int64_t> get_audio_time_ms_; variable