Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DItemTable.cpp262 struct ItemLoc { struct
263 ItemLoc() : ItemLoc(0, 0, 0, 0) {} in ItemLoc() argument
264 ItemLoc(uint32_t item_id, uint16_t construction_method, in ItemLoc() function
271 void addExtent(const ExtentEntry& extent) { in addExtent()
275 status_t getLoc(off64_t *offset, size_t *size, in getLoc()
296 uint32_t itemId;
297 uint16_t constructionMethod;
298 uint16_t dataReferenceIndex;
299 off64_t baseOffset;
300 Vector<ExtentEntry> extents;