Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DItemTable.cpp265 struct ItemLoc { struct
266 ItemLoc() : ItemLoc(0, 0, 0, 0) {} in ItemLoc() function
267 ItemLoc(uint32_t item_id, uint16_t construction_method, in ItemLoc() function
274 void addExtent(const ExtentEntry& extent) { in addExtent()
278 status_t getLoc(off64_t *offset, size_t *size, in getLoc()
299 uint32_t itemId;
300 uint16_t constructionMethod;
301 uint16_t dataReferenceIndex;
302 off64_t baseOffset;
303 Vector<ExtentEntry> extents;