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.h57 enum StreamType { enum in struct:android::LiveSession
76 status_t dequeueAccessUnit(StreamType stream, sp<ABuffer> *accessUnit);
78 status_t getStreamFormat(StreamType stream, sp<AMessage> *format);
100 static const char *getKeyForStream(StreamType type);
101 static const char *getNameForStream(StreamType type);
102 static ATSParser::SourceType getSourceTypeForStream(StreamType type);
223 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources;
225 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources2;
278 static StreamType indexToType(int idx);
287 void swapPacketSource(StreamType strea
[all...]
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp414 enum StreamType { enum in struct:DetectSyncSource
422 StreamType mStreamType;

Completed in 58 milliseconds