Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h57 enum StreamType { enum
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 stream);
DLiveSession.cpp227 const char *LiveSession::getKeyForStream(StreamType type) { in getKeyForStream()
244 const char *LiveSession::getNameForStream(StreamType type) { in getNameForStream()
261 ATSParser::SourceType LiveSession::getSourceTypeForStream(StreamType type) { in getSourceTypeForStream()
340 StreamType stream, sp<ABuffer> *accessUnit) { in dequeueAccessUnit()
470 status_t LiveSession::getStreamFormat(StreamType stream, sp<AMessage> *format) { in getStreamFormat()
539 StreamType stream = indexToType(i); in checkSwitchProgress()
605 StreamType stream = indexToType(i); in checkSwitchProgress()
958 LiveSession::StreamType LiveSession::indexToType(int idx) { in indexToType()
960 return (StreamType)(1 << idx); in indexToType()
1188 StreamType type = indexToType(trackIndex); in getPacketSourceForStreamIndex()
[all …]
DPlaylistFetcher.h137 KeyedVector<LiveSession::StreamType, sp<AnotherPacketSource> >
DPlaylistFetcher.cpp1362 LiveSession::StreamType streamTypes[] = in onDownloadNext()
1368 LiveSession::StreamType streamType = streamTypes[i]; in onDownloadNext()
1632 const LiveSession::StreamType stream = mPacketSources.keyAt(i); in extractAndQueueAccessUnitsFromTs()
1689 const LiveSession::StreamType stream = mPacketSources.keyAt(i); in extractAndQueueAccessUnitsFromTs()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DStreamingProcessor.h66 enum StreamType { enum
71 status_t startStream(StreamType type,
102 StreamType mActiveRequest;
DStreamingProcessor.cpp528 status_t StreamingProcessor::startStream(StreamType type, in startStream()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.h84 LiveSession::StreamType fetchType, int32_t pushWhat);
DHTTPLiveSource.cpp205 LiveSession::StreamType fetchType, int32_t pushWhat) { in pollForRawData()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp410 enum StreamType { enum
418 StreamType mStreamType;