Home | History | Annotate | Download | only in stagefright

Lines Matching defs:totalBytes

305     int64_t totalBytes = 0;
346 totalBytes += buffer->range_length();
389 printf("avg. %.2f KB/sec\n", totalBytes / 1024 * 1E6 / delay);
391 printf("decoded a total of %" PRId64 " bytes\n", totalBytes);