Home
last modified time | relevance | path

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

/external/opencv3/samples/gpu/
Dvideo_reader.cpp69 … double gpu_avg = std::accumulate(gpu_times.begin(), gpu_times.end(), 0.0) / gpu_times.size(); in main() local
72 std::cout << "GPU : Avg : " << gpu_avg << " ms FPS : " << 1000.0 / gpu_avg << std::endl; in main()
Dvideo_writer.cpp97 double gpu_avg = std::accumulate(gpu_times.begin(), gpu_times.end(), 0.0) / gpu_times.size(); in main() local
100 std::cout << "GPU [H264] : Avg : " << gpu_avg << " ms FPS : " << 1000.0 / gpu_avg << std::endl; in main()