Searched refs:StreamType (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h52 enum StreamType { enum in struct:android::LiveSession
57 status_t dequeueAccessUnit(StreamType stream, sp<ABuffer> *accessUnit);
59 status_t getStreamFormat(StreamType stream, sp<AMessage> *format);
164 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources;
166 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources2;
221 static StreamType indexToType(int idx);
246 void swapPacketSource(StreamType stream);
H A DPlaylistFetcher.h107 KeyedVector<LiveSession::StreamType, sp<AnotherPacketSource> >
H A DLiveSession.cpp98 void LiveSession::swapPacketSource(StreamType stream) {
108 StreamType stream, sp<ABuffer> *accessUnit) {
191 status_t LiveSession::getStreamFormat(StreamType stream, sp<AMessage> *format) {
464 LiveSession::StreamType LiveSession::indexToType(int idx) {
466 return (StreamType)(1 << idx);
1007 StreamType type = indexToType(j);
1270 StreamType extraStream = (StreamType) (extraStreams & ~(extraStreams - 1));
H A DPlaylistFetcher.cpp941 LiveSession::StreamType streamTypes[kNumTypes] =
946 LiveSession::StreamType streamType = streamTypes[i];
1066 const LiveSession::StreamType stream = mPacketSources.keyAt(i);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.h61 enum StreamType { enum in class:android::camera2::StreamingProcessor
66 status_t startStream(StreamType type,
97 StreamType mActiveRequest;
H A DStreamingProcessor.cpp414 status_t StreamingProcessor::startStream(StreamType type,
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp408 enum StreamType { enum in struct:DetectSyncSource
416 StreamType mStreamType;

Completed in 114 milliseconds