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

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

Completed in 128 milliseconds