Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/extractors/mp4/
H A DItemTable.cpp193 struct FullBox : public Box { struct
195 FullBox(DataSourceHelper *source, uint32_t type) : in FullBox() function
198 inline uint8_t version() const { return mVersion; } in version()
200 inline uint32_t flags() const { return mFlags; } in flags()
205 uint8_t mVersion;
206 uint32_t mFlags;