Searched refs:StreamType (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.h | 57 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);
|
D | LiveSession.cpp | 227 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 …]
|
D | PlaylistFetcher.h | 137 KeyedVector<LiveSession::StreamType, sp<AnotherPacketSource> >
|
D | PlaylistFetcher.cpp | 1376 LiveSession::StreamType streamTypes[] = in onDownloadNext() 1382 LiveSession::StreamType streamType = streamTypes[i]; in onDownloadNext() 1647 const LiveSession::StreamType stream = mPacketSources.keyAt(i); in extractAndQueueAccessUnitsFromTs() 1705 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, 95 StreamType mActiveRequest;
|
D | StreamingProcessor.cpp | 440 status_t StreamingProcessor::startStream(StreamType type, in startStream()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | HTTPLiveSource.h | 84 LiveSession::StreamType fetchType, int32_t pushWhat);
|
D | HTTPLiveSource.cpp | 210 LiveSession::StreamType fetchType, int32_t pushWhat) { in pollForRawData()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 414 enum StreamType { enum 422 StreamType mStreamType;
|