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

  /frameworks/av/media/libstagefright/include/
HTTPBase.h 73 size_t mTotalTransferBytes;
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 86 size_t mTotalTransferBytes;
96 mTotalTransferBytes(0) {
109 mTotalTransferBytes += numBytes;
134 mTotalTransferBytes -= it->mNumBytes;
158 *bandwidthBps = ((double)mTotalTransferBytes * 8E6 / mTotalTransferTimeUs);
    [all...]

Completed in 65 milliseconds