Searched defs:start_ns (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A Dtest-resample.cpp357 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; local
359 int64_t time = end_ns - start_ns;
373 start_ns = start.tv_sec * 1000000000LL + start.tv_nsec;
375 time = end_ns - start_ns;
419 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; local
421 int64_t diff_ns = end_ns - start_ns;

Completed in 21 milliseconds