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

  /frameworks/av/media/libstagefright/
HTTPBase.cpp 37 mMaxBandwidthHistoryItems(100),
54 if (++mNumBandwidthHistoryItems > mMaxBandwidthHistoryItems) {
113 mMaxBandwidthHistoryItems = numHistoryItems;
  /frameworks/av/media/libstagefright/include/
HTTPBase.h 74 size_t mMaxBandwidthHistoryItems;

Completed in 520 milliseconds