HomeSort by relevance Sort by last modified time
    Searched full:maxbw (Results 1 - 1 of 1) sorted by null

  /frameworks/base/media/libstagefright/httplive/
LiveSession.cpp 369 long maxBw = strtoul(value, &end, 10);
371 if (maxBw > 0 && bandwidthBps > maxBw) {
372 LOGV("bandwidth capped to %ld bps", maxBw);
373 bandwidthBps = maxBw;

Completed in 37 milliseconds