Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DItemTable.cpp190 struct FullBox : public Box { struct
192 FullBox(DataSourceHelper *source, uint32_t type) : in FullBox() function
195 inline uint8_t version() const { return mVersion; } in version()
197 inline uint32_t flags() const { return mFlags; } in flags()
202 uint8_t mVersion;
203 uint32_t mFlags;