HomeSort by relevance Sort by last modified time
    Searched refs:mTotalTransferBytes (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/
HTTPBase.cpp 40 mTotalTransferBytes(0),
81 mTotalTransferBytes += numBytes;
87 mTotalTransferBytes -= entry->mNumBytes;
97 (mTotalTransferBytes * 8E3 / mTotalTransferTimeUs);
112 *bandwidth_bps = ((double)mTotalTransferBytes * 8E6 / mTotalTransferTimeUs);
  /frameworks/av/media/libstagefright/include/
HTTPBase.h 79 size_t mTotalTransferBytes;

Completed in 375 milliseconds