Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/extractors/mp4/
H A DItemTable.cpp42 struct ImageItem { struct
46 ImageItem() : ImageItem(0, 0, false) {} in ImageItem() argument
47 ImageItem(uint32_t _type, uint32_t _id, bool _hidden) : in ImageItem() function
67 uint32_t type;
68 uint32_t itemId;
69 bool hidden;
70 int32_t rows;
72 int32_t width;
73 int32_t height;
75 off64_t offset;
[all …]