Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DItemTable.cpp267 ItemLoc(uint32_t item_id, uint16_t construction_method, in ItemLoc()
270 constructionMethod(construction_method), in ItemLoc()
384 uint8_t construction_method = 0; in parse() local
390 construction_method = (buf[1] & 0xF); in parse()
391 ALOGV("construction_method %d", construction_method); in parse()
392 if (construction_method == 1) { in parse()
420 item_id, construction_method, data_reference_index, base_offset)); in parse()