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

  /frameworks/av/media/libstagefright/include/
HTTPBase.h 63 struct BandwidthEntry {
70 List<BandwidthEntry> mBandwidthHistory;
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 73 struct BandwidthEntry {
80 List<BandwidthEntry> mBandwidthHistory;
104 BandwidthEntry entry;
126 List<BandwidthEntry>::iterator it = mBandwidthHistory.begin();
168 List<BandwidthEntry>::iterator it = --mBandwidthHistory.end();
206 List<BandwidthEntry>::iterator it = mBandwidthHistory.begin();
    [all...]

Completed in 68 milliseconds