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

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h58 enum StreamType { enum in struct:android::LiveSession
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 strea
[all...]
H A DLiveSession.cpp222 const char *LiveSession::getKeyForStream(StreamType type) {
239 const char *LiveSession::getNameForStream(StreamType type) {
256 ATSParser::SourceType LiveSession::getSourceTypeForStream(StreamType type) {
335 StreamType stream, sp<ABuffer> *accessUnit) {
465 status_t LiveSession::getStreamFormatMeta(StreamType stream, sp<MetaData> *meta) {
542 StreamType stream = indexToType(i);
608 StreamType stream = indexToType(i);
970 LiveSession::StreamType LiveSession::indexToType(int idx) {
972 return (StreamType)(1 << idx);
1200 StreamType typ
[all...]
H A DPlaylistFetcher.h138 KeyedVector<LiveSession::StreamType, sp<AnotherPacketSource> >
H A DPlaylistFetcher.cpp1455 LiveSession::StreamType streamTypes[] =
1461 LiveSession::StreamType streamType = streamTypes[i];
1731 const LiveSession::StreamType stream = mPacketSources.keyAt(i);
1789 const LiveSession::StreamType stream = mPacketSources.keyAt(i);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.h64 enum StreamType { enum in class:android::camera2::StreamingProcessor
69 status_t startStream(StreamType type,
95 StreamType mActiveRequest;
H A DStreamingProcessor.cpp435 status_t StreamingProcessor::startStream(StreamType type,
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.h92 LiveSession::StreamType fetchType, int32_t pushWhat);
H A DHTTPLiveSource.cpp270 LiveSession::StreamType fetchType, int32_t pushWhat) {
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp417 enum StreamType { enum in struct:DetectSyncSource
425 StreamType mStreamType;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp2992 StreamType streamType;
2995 streamType = StreamType::OUTPUT;
2998 streamType = StreamType::INPUT;

Completed in 203 milliseconds