Searched defs:bytesPerSec (Results 1 – 3 of 3) sorted by relevance
68 int64_t bytesPerSec = ((int64_t)dataSize * 1000000000) / totalTimeTakenNs; in dumpStatistics() local139 int64_t bytesPerSec = ((int64_t)dataSize * 1000000000) / totalTimeTakenNs; in uploadMetrics() local
914 size_t bytesPerSec = LATE(pa_bytes_per_second)(spec); in InitPlayout() local1015 size_t bytesPerSec = LATE(pa_bytes_per_second)(spec); in InitRecording() local1779 size_t bytesPerSec = LATE(pa_bytes_per_second)(spec); in PaStreamUnderflowCallbackHandler() local
178 public static double bytesPerSec(long totalBytes, long nanoStart, long nanoEnd) { in bytesPerSec() method in MetricUtils