Home
last modified time | relevance | path

Searched refs:construction_method (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/extractors/mp4/
DItemTable.cpp264 ItemLoc(uint32_t item_id, uint16_t construction_method, in ItemLoc()
267 constructionMethod(construction_method), in ItemLoc()
381 uint8_t construction_method = 0; in parse() local
387 construction_method = (buf[1] & 0xF); in parse()
388 ALOGV("construction_method %d", construction_method); in parse()
389 if (construction_method == 1) { in parse()
417 item_id, construction_method, data_reference_index, base_offset)); in parse()