Searched refs:dts (Results 1 - 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
H A DRenderThread.cpp90 float dts = (float)dt / 1000.0f; local
91 //printf("Used Bandwidth %5.3f MB/s\n", ((float)stats_totalBytes / dts) / (1024.0f*1024.0f));
/sdk/emulator/opengl/tests/ut_renderer/
H A DRenderingThread.cpp346 float dts = (float)dt / 1000.0f; local
347 printf("Used Bandwidth %5.3f MB/s\n", ((float)stats_totalBytes / dts) / (1024.0f*1024.0f));

Completed in 50 milliseconds