Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mp4/
DMPEG4Extractor.cpp3745 uint32_t saptype = (d3 >> 28) & 7; in parseSegmentIndex() local
3746 if (!sap || (saptype != 1 && saptype != 2)) { in parseSegmentIndex()