Searched refs:m_signature (Results 1 – 22 of 22) sorted by relevance
52 m_signature = "#?RGBE"; in HdrDecoder()64 return m_signature.size() > m_signature_alt.size() ? in signatureLength()65 m_signature.size() : m_signature_alt.size(); in signatureLength()104 if(signature.size() >= m_signature.size() && in checkSignature()105 (!memcmp(signature.c_str(), m_signature.c_str(), m_signature.size()) || in checkSignature()
75 return m_signature.size(); in signatureLength()81 return signature.size() >= len && memcmp( signature.c_str(), m_signature.c_str(), len ) == 0; in checkSignature()
85 String m_signature; member in cv::BaseImageDecoder
150 m_signature="0"; in GdalDecoder()152 m_signature += "0"; in GdalDecoder()
87 m_signature = "\x89\x50\x4e\x47\xd\xa\x1a\xa"; in PngDecoder()
56 m_signature = fmtSignSunRas; in SunRasterDecoder()
55 m_signature = fmtSignBmp; in BmpDecoder()
176 m_signature = "\xFF\xD8\xFF"; in JpegDecoder()
80 m_signature = '\0' + String() + '\0' + String() + '\0' + String("\x0cjP \r\n\x87\n"); in Jpeg2KDecoder()
81 m_signature = "\x76\x2f\x31\x01"; in ExrDecoder()
88 m_description = m_signature = 0; in GrFmtFilterFactory()121 memcmp( signature, m_signature, m_sign_len ) == 0; in CheckSignature()
134 const char* m_signature; // signature of the format variable
64 m_signature = "\x89\x50\x4e\x47\xd\xa\x1a\xa"; in GrFmtPng()
22 m_signature = NULL; in GrFmtImageIO()
52 m_signature = fmtSignSunRas; in GrFmtSunRaster()
51 m_signature = ""; in GrFmtPxM()
50 m_signature = fmtSignBmp; in GrFmtBmp()
52 m_signature = "\x00\x00\x00\x0cjP \r\n\x87\n"; in GrFmtJpeg2000()
56 m_signature = ""; in GrFmtTiff()
76 m_signature = "\x76\x2f\x31\x01"; in GrFmtExr()
50 m_signature = "\xFF\xD8\xFF"; in GrFmtJpeg()
42 private transient String m_signature; field in BaseTestMethod527 if (m_signature == null) { in getSignature()528 m_signature = computeSignature(); in getSignature()530 return m_signature; in getSignature()