Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h54 enum StreamType { enum
59 status_t dequeueAccessUnit(StreamType stream, sp<ABuffer> *accessUnit);
61 status_t getStreamFormat(StreamType stream, sp<AMessage> *format);
180 KeyedVector<StreamType, sp<AnotherPacketSource> > mDiscontinuities;
181 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources;
183 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources2;
247 static StreamType indexToType(int idx);
275 void swapPacketSource(StreamType stream);
DLiveSession.cpp101 void LiveSession::swapPacketSource(StreamType stream) { in swapPacketSource()
111 StreamType stream, sp<ABuffer> *accessUnit) { in dequeueAccessUnit()
309 status_t LiveSession::getStreamFormat(StreamType stream, sp<AMessage> *format) { in getStreamFormat()
621 LiveSession::StreamType LiveSession::indexToType(int idx) { in indexToType()
623 return (StreamType)(1 << idx); in indexToType()
1220 StreamType type = indexToType(j); in changeConfiguration()
1573 StreamType extraStream = (StreamType) (extraStreams & ~(extraStreams - 1)); in onSwapped()
DPlaylistFetcher.h122 KeyedVector<LiveSession::StreamType, sp<AnotherPacketSource> >
DPlaylistFetcher.cpp971 LiveSession::StreamType streamTypes[kNumTypes] = in onDownloadNext()
976 LiveSession::StreamType streamType = streamTypes[i]; in onDownloadNext()
1184 const LiveSession::StreamType stream = mPacketSources.keyAt(i); in extractAndQueueAccessUnitsFromTs()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DStreamingProcessor.h64 enum StreamType { enum
69 status_t startStream(StreamType type,
100 StreamType mActiveRequest;
DStreamingProcessor.cpp471 status_t StreamingProcessor::startStream(StreamType type, in startStream()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp408 enum StreamType { enum
416 StreamType mStreamType;