Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mp4/
DItemTable.cpp273 ItemLoc(uint32_t item_id, uint16_t construction_method, in ItemLoc()
276 constructionMethod(construction_method), in ItemLoc()
390 uint8_t construction_method = 0; in parse() local
396 construction_method = (buf[1] & 0xF); in parse()
397 ALOGV("construction_method %d", construction_method); in parse()
398 if (construction_method == 1) { in parse()
426 item_id, construction_method, data_reference_index, base_offset)); in parse()