Searched refs:StreamType (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.h | 54 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);
|
D | LiveSession.cpp | 101 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()
|
D | PlaylistFetcher.h | 122 KeyedVector<LiveSession::StreamType, sp<AnotherPacketSource> >
|
D | PlaylistFetcher.cpp | 971 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/ |
D | StreamingProcessor.h | 64 enum StreamType { enum 69 status_t startStream(StreamType type, 100 StreamType mActiveRequest;
|
D | StreamingProcessor.cpp | 471 status_t StreamingProcessor::startStream(StreamType type, in startStream()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 408 enum StreamType { enum 416 StreamType mStreamType;
|