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

  /frameworks/av/media/libstagefright/
HTTPBase.cpp 34 : mNumBandwidthHistoryItems(0),
54 if (++mNumBandwidthHistoryItems > mMaxBandwidthHistoryItems) {
59 --mNumBandwidthHistoryItems;
82 if (mNumBandwidthHistoryItems < 2 || mTotalTransferBytes < 65536) {
  /frameworks/av/media/libstagefright/include/
HTTPBase.h 71 size_t mNumBandwidthHistoryItems;

Completed in 125 milliseconds