Home
last modified time | relevance | path

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

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