Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mp4/
DItemTable.cpp196 struct FullBox : public Box { struct
198 FullBox(DataSourceHelper *source, uint32_t type) : in FullBox() function
201 inline uint8_t version() const { return mVersion; } in version()
203 inline uint32_t flags() const { return mFlags; } in flags()
208 uint8_t mVersion;
209 uint32_t mFlags;