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

  /external/chromium_org/courgette/
streams.h 32 static const unsigned int kMaxStreams = 10;
194 SourceStream streams_[kMaxStreams];
210 // be <= kMaxStreams. If Init is not called the default is has kMaxStream.
230 SinkStream streams_[kMaxStreams];
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 49 kMaxStreams = 3,
133 StreamItem mStreams[kMaxStreams];

Completed in 61 milliseconds