HomeSort by relevance Sort by last modified time
    Searched full:totalbytes (Results 26 - 50 of 55) sorted by null

12 3

  /external/webrtc/webrtc/video/
vie_channel.cc 247 static_cast<int>(rtp_rtx.transmitted.TotalBytes() * 8 / elapsed_sec /
258 static_cast<int>(rtp_rtx.retransmitted.TotalBytes() * 8 /
263 static_cast<int>(rtx.transmitted.TotalBytes() * 8 / elapsed_sec /
274 static_cast<int>(rtp_rtx.fec.TotalBytes() * 8 / elapsed_sec /
310 static_cast<int>(rtp_rtx.transmitted.TotalBytes() * 8 / elapsed_sec /
321 static_cast<int>(rtp_rtx.retransmitted.TotalBytes() * 8 /
327 static_cast<int>(rtx.transmitted.TotalBytes() * 8 / elapsed_sec /
333 static_cast<int>(rtp_rtx.fec.TotalBytes() * 8 / elapsed_sec /
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DataUsageController.java 173 final long totalBytes = entry.rxBytes + entry.txBytes;
176 usage.usageLevel = totalBytes;
  /external/webrtc/webrtc/call/
rampup_tests.cc 258 *total_sent += stream.rtp_stats.transmitted.TotalBytes() +
259 stream.rtp_stats.retransmitted.TotalBytes() +
260 stream.rtp_stats.fec.TotalBytes();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 269 public static String formatProgressText(long totalBytes, long currentBytes) {
270 if (totalBytes <= 0) {
273 long progress = currentBytes * 100 / totalBytes;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 278 final long totalBytes = cursor.getLong(UpdateQuery.TOTAL_BYTES);
280 if (totalBytes != -1) {
282 total += totalBytes;
  /external/guava/guava-tests/test/com/google/common/hash/
HashCodeTest.java 375 int totalBytes = hashCode.bits() / 8;
377 for (int bytes = 0; bytes < totalBytes; bytes++) {
  /frameworks/av/cmds/stagefright/
stagefright.cpp 309 int64_t totalBytes = 0;
350 totalBytes += buffer->range_length();
395 printf("avg. %.2f KB/sec\n", totalBytes / 1024 * 1E6 / delay);
397 printf("decoded a total of %" PRId64 " bytes\n", totalBytes);
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java     [all...]
NetworkStatsCollection.java 520 private void noteRecordedHistory(long startMillis, long endMillis, long totalBytes) {
523 mTotalBytes += totalBytes;
  /packages/apps/Settings/src/com/android/settings/datausage/
AppDataUsage.java 320 final long totalBytes = backgroundBytes + foregroundBytes;
323 mTotalUsage.setSummary(Formatter.formatFileSize(context, totalBytes));
DataUsageList.java 307 final long totalBytes = entry != null ? entry.rxBytes + entry.txBytes : 0;
308 final String totalPhrase = Formatter.formatFileSize(context, totalBytes);
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
TunerRecordingSessionWorker.java 495 long totalBytes, long startTime, long endTime) {
501 .setDataBytes(totalBytes)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmerrlog.h 42 NET_API_STATUS WINAPI NetErrorLogRead(LPCWSTR server,LPWSTR reserved1,LPHLOG errloghandle,DWORD offset,LPDWORD reserved2,DWORD reserved3,DWORD offsetflag,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD bytesread,LPDWORD totalbytes);
d3d9types.h     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
bDNA.cpp 560 int totalBytes=0;
601 totalBytes+=elemNumBytes*arrayDimensions;
603 printf("\ntotalBytes=%d\n\n",totalBytes);
  /external/skia/src/codec/
SkBmpRLECodec.cpp 150 size_t totalBytes = this->stream()->read(fStreamBuffer.get(), fRLEBytes);
151 if (totalBytes < fRLEBytes) {
152 fRLEBytes = totalBytes;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_unittest.cc     [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java     [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 618 long totalBytes = mChartData.detail.getTotalBytes();
619 if (totalBytes == 0) {
624 Formatter.formatFileSize(context, totalBytes),
    [all...]
  /external/skia/tests/
CodexTest.cpp 564 size_t totalBytes = scaledInfo.getSafeSize(rowBytes);
565 SkAutoTMalloc<SkPMColor> pixels(totalBytes);
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 145 int totalBytes = 0;
148 totalBytes += (int)(n##DERIVED##s * sizeof(DERIVED##Decl)); \
157 llvm::errs() << "Total bytes = " << totalBytes << "\n";
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 167 size_t totalBytes = 0;
172 totalBytes += it->mNumBytes;
176 (totalBytes * 8E6 / totalTimeUs) : *bandwidthBps;
    [all...]
  /external/webrtc/webrtc/
common_types.h 846 size_t TotalBytes() const {
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]

Completed in 735 milliseconds

12 3