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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDebug.java77 public long totalBytes; field in class:SQLiteDebug.PagerStats
/frameworks/base/cmds/stagefright/
H A Dstagefright.cpp183 int64_t totalBytes = 0; local
214 totalBytes += buffer->range_length();
253 printf("avg. %.2f KB/sec\n", totalBytes / 1024 * 1E6 / delay);
255 printf("decoded a total of %lld bytes\n", totalBytes);

Completed in 39 milliseconds