Searched refs:loadTimeNs (Results 1 – 1 of 1) sorted by relevance
178 const int64_t loadTimeNs = systemTime(); in testStreams() local179 printf("\nloadTimeMs: %d\n", (int)((loadTimeNs - startTimeNs) / NANOS_PER_MILLISECOND)); in testStreams()198 printf("\nplayTimeMs: %d\n", (int)((playTimeNs - loadTimeNs) / NANOS_PER_MILLISECOND)); in testStreams()