Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DRedactionInfo.cpp125 auto last_redaction = redaction_ranges_.begin(); in getOverlappingRedactionRanges() local
129 if (iter > last_redaction) last_redaction = iter; in getOverlappingRedactionRanges()
138 CHECK(first_redaction <= last_redaction); in getOverlappingRedactionRanges()
139 return std::make_unique<vector<RedactionRange>>(first_redaction, last_redaction + 1); in getOverlappingRedactionRanges()