Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dlogplot_tests.cpp27 std::vector<std::pair<float, bool>> vdata; in TEST() local
29 vdata.emplace_back(data[i], (i + 1) % 10 == 0); in TEST()
32 const std::string graphstr = audio_utils_log_plot(vdata.begin(), vdata.end()); in TEST()