Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dgrfmt_base.cpp89 m_sign_len = 0; in GrFmtFilterFactory()
120 return m_sign_len > 0 && signature != 0 && in CheckSignature()
121 memcmp( signature, m_signature, m_sign_len ) == 0; in CheckSignature()
Dgrfmt_base.h117 int GetSignatureLength() { return m_sign_len; }; in GetSignatureLength()
133 int m_sign_len; // length of the signature of the format variable
Dgrfmt_png.cpp63 m_sign_len = 8; in GrFmtPng()
88 return png_check_sig( (uchar*)signature, m_sign_len ) != 0; in CheckSignature()
Dgrfmt_imageio.cpp21 m_sign_len = 0; in GrFmtImageIO()
Dgrfmt_sunras.cpp51 m_sign_len = 4; in GrFmtSunRaster()
Dgrfmt_pxm.cpp50 m_sign_len = 3; in GrFmtPxM()
Dgrfmt_bmp.cpp49 m_sign_len = 2; in GrFmtBmp()
Dgrfmt_jpeg2000.cpp51 m_sign_len = 12; in GrFmtJpeg2000()
Dgrfmt_tiff.cpp55 m_sign_len = 4; in GrFmtTiff()
Dgrfmt_exr.cpp75 m_sign_len = 4; in GrFmtExr()
Dgrfmt_jpeg.cpp49 m_sign_len = 3; in GrFmtJpeg()