Home
last modified time | relevance | path

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

/external/piex/src/image_type_recognition/
Dimage_type_recognition_lite.h65 bool IsOfType(const binary_parse::RangeCheckedBytePtr& source,
Dimage_type_recognition_lite.cc802 bool IsOfType(const RangeCheckedBytePtr& source, const RawImageTypes type) { in IsOfType() function in piex::image_type_recognition::__anondc7b3ea40111::TypeCheckerList
872 bool IsOfType(const RangeCheckedBytePtr& source, const RawImageTypes type) { in IsOfType() function
873 return TypeCheckerList().IsOfType(source, type); in IsOfType()
/external/piex/src/
Dpiex.cc704 using image_type_recognition::IsOfType; in GetOrientation()
714 if (IsOfType(RangeCheckedBytePtr(file_header.data(), file_header.size()), in GetOrientation()