Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dencoder_performance_test.cpp286 const size_t time_column_width = 9; in RunTests() local
288 const size_t buffer_column_width = time_column_width + in RunTests()
329 std::cout << std::setw(time_column_width) in RunTests()
330 << CenterString("Time, s", time_column_width) in RunTests()
353 << std::setw(time_column_width) << seconds.count() in RunTests()
376 << std::setw(time_column_width) << seconds.count() in RunTests()