Home | History | Annotate | Download | only in httplive

Lines Matching defs:StreamType

58     enum StreamType {
79 status_t dequeueAccessUnit(StreamType stream, sp<ABuffer> *accessUnit);
81 status_t getStreamFormatMeta(StreamType stream, sp<MetaData> *meta);
103 static const char *getKeyForStream(StreamType type);
104 static const char *getNameForStream(StreamType type);
105 static ATSParser::SourceType getSourceTypeForStream(StreamType type);
225 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources;
227 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources2;
280 static StreamType indexToType(int idx);
289 void swapPacketSource(StreamType stream);