Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dranges.h44 Ranges<T> IntersectionWith(const Ranges<T>& other) const;
138 Ranges<T> Ranges<T>::IntersectionWith(const Ranges<T>& other) const { in IntersectionWith() function
Dh264_parser.cc380 if (encrypted_ranges.IntersectionWith(start_code_range).size() > 0) { in FindStartCodeInClearRanges()