Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mp4/
DItemTable.cpp271 struct ItemLoc { struct
272 ItemLoc() : ItemLoc(0, 0, 0, 0) {} in ItemLoc() argument
273 ItemLoc(uint32_t item_id, uint16_t construction_method, in ItemLoc() function
280 void addExtent(const ExtentEntry& extent) { in addExtent()
284 status_t getLoc(off64_t *offset, size_t *size, in getLoc()
305 uint32_t itemId;
306 uint16_t constructionMethod;
307 uint16_t dataReferenceIndex;
308 off64_t baseOffset;
309 Vector<ExtentEntry> extents;