Searched defs:StreamType (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.h64 enum StreamType { enum in class:android::camera2::StreamingProcessor
69 status_t startStream(StreamType type,
95 StreamType mActiveRequest;
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h58 enum StreamType { enum in struct:android::LiveSession
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 strea
[all...]
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp417 enum StreamType { enum in struct:DetectSyncSource
425 StreamType mStreamType;

Completed in 129 milliseconds