Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h55 enum StreamType { enum
60 status_t dequeueAccessUnit(StreamType stream, sp<ABuffer> *accessUnit);
62 status_t getStreamFormat(StreamType stream, sp<AMessage> *format);
184 KeyedVector<StreamType, sp<AnotherPacketSource> > mDiscontinuities;
185 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources;
187 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources2;
251 static StreamType indexToType(int idx);
279 void swapPacketSource(StreamType stream);
DLiveSession.cpp111 void LiveSession::swapPacketSource(StreamType stream) { in swapPacketSource()
121 StreamType stream, sp<ABuffer> *accessUnit) { in dequeueAccessUnit()
333 status_t LiveSession::getStreamFormat(StreamType stream, sp<AMessage> *format) { in getStreamFormat()
645 LiveSession::StreamType LiveSession::indexToType(int idx) { in indexToType()
647 return (StreamType)(1 << idx); in indexToType()
1256 StreamType type = indexToType(j); in changeConfiguration()
1610 StreamType extraStream = (StreamType) (extraStreams & ~(extraStreams - 1)); in onSwapped()
DPlaylistFetcher.h123 KeyedVector<LiveSession::StreamType, sp<AnotherPacketSource> >
DPlaylistFetcher.cpp1010 LiveSession::StreamType streamTypes[kNumTypes] = in onDownloadNext()
1015 LiveSession::StreamType streamType = streamTypes[i]; in onDownloadNext()
1228 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;