Home
last modified time | relevance | path

Searched defs:LiveSession (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h44 enum Flags {
71 LiveSession( argument
126 enum {
161 struct StreamItem {
189 uint32_t mFlags;
192 bool mBuffering;
199 AString mMasterURL;
209 int32_t mMaxWidth;
210 int32_t mMaxHeight;
223 uint32_t mSwapMask;
[all …]
H A DLiveSession.cpp276 LiveSession::LiveSession( in LiveSession() function in android::LiveSession