Searched defs:timestamps_in_ms (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chromecast/media/cma/base/
H A Dbalanced_media_task_runner_unittest.cc51 const std::vector<std::vector<int> >& timestamps_in_ms,
89 const std::vector<std::vector<int> >& timestamps_in_ms,
98 size_t n = timestamps_in_ms.size();
107 timestamps_in_ms[k].size());
108 for (size_t i = 0; i < timestamps_in_ms[k].size(); i++) {
110 base::TimeDelta::FromMilliseconds(timestamps_in_ms[k][i]);
87 SetupTest( base::TimeDelta max_delta, const std::vector<std::vector<int> >& timestamps_in_ms, const std::vector<size_t>& pattern, const std::vector<int>& expected_task_timestamps_ms) argument

Completed in 127 milliseconds