Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h58 enum StreamType { enum
79 status_t dequeueAccessUnit(StreamType stream, sp<ABuffer> *accessUnit);
81 status_t getStreamFormatMeta(StreamType stream, sp<MetaData> *meta);
103 static const char *getKeyForStream(StreamType type);
104 static const char *getNameForStream(StreamType type);
105 static ATSParser::SourceType getSourceTypeForStream(StreamType type);
225 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources;
227 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources2;
280 static StreamType indexToType(int idx);
289 void swapPacketSource(StreamType stream);
DLiveSession.cpp222 const char *LiveSession::getKeyForStream(StreamType type) { in getKeyForStream()
239 const char *LiveSession::getNameForStream(StreamType type) { in getNameForStream()
256 ATSParser::SourceType LiveSession::getSourceTypeForStream(StreamType type) { in getSourceTypeForStream()
335 StreamType stream, sp<ABuffer> *accessUnit) { in dequeueAccessUnit()
465 status_t LiveSession::getStreamFormatMeta(StreamType stream, sp<MetaData> *meta) { in getStreamFormatMeta()
542 StreamType stream = indexToType(i); in checkSwitchProgress()
608 StreamType stream = indexToType(i); in checkSwitchProgress()
970 LiveSession::StreamType LiveSession::indexToType(int idx) { in indexToType()
972 return (StreamType)(1 << idx); in indexToType()
1200 StreamType type = indexToType(trackIndex); in getPacketSourceForStreamIndex()
[all …]
DPlaylistFetcher.h138 KeyedVector<LiveSession::StreamType, sp<AnotherPacketSource> >
DPlaylistFetcher.cpp1455 LiveSession::StreamType streamTypes[] = in onDownloadNext()
1461 LiveSession::StreamType streamType = streamTypes[i]; in onDownloadNext()
1731 const LiveSession::StreamType stream = mPacketSources.keyAt(i); in extractAndQueueAccessUnitsFromTs()
1789 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,
95 StreamType mActiveRequest;
DStreamingProcessor.cpp435 status_t StreamingProcessor::startStream(StreamType type, in startStream()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.h92 LiveSession::StreamType fetchType, int32_t pushWhat);
DHTTPLiveSource.cpp270 LiveSession::StreamType fetchType, int32_t pushWhat) { in pollForRawData()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp417 enum StreamType { enum
425 StreamType mStreamType;
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp2992 StreamType streamType; in configureStreams()
2995 streamType = StreamType::OUTPUT; in configureStreams()
2998 streamType = StreamType::INPUT; in configureStreams()