Searched refs:StreamItem (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h122 struct StreamItem { struct in struct:android::LiveSession
125 StreamItem() : mType("") {} function in struct:android::LiveSession::StreamItem
126 StreamItem(const char *type) : mType(type) {} function in struct:android::LiveSession::StreamItem
133 StreamItem mStreams[kMaxStreams];
H A DLiveSession.cpp76 mStreams[kAudioIndex] = StreamItem("audio");
77 mStreams[kVideoIndex] = StreamItem("video");
78 mStreams[kSubtitleIndex] = StreamItem("subtitles");

Completed in 67 milliseconds