Home
last modified time | relevance | path

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

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