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

/external/opencv/otherlibs/highgui/
H A Dgrfmt_base.h117 int GetSignatureLength() { return m_sign_len; };
133 int m_sign_len; // length of the signature of the format member in class:GrFmtFilterFactory
H A Dgrfmt_base.cpp89 m_sign_len = 0;
120 return m_sign_len > 0 && signature != 0 &&
121 memcmp( signature, m_signature, m_sign_len ) == 0;
H A Dgrfmt_png.cpp63 m_sign_len = 8;
88 return png_check_sig( (uchar*)signature, m_sign_len ) != 0;
H A Dgrfmt_imageio.cpp21 m_sign_len = 0;
H A Dgrfmt_pxm.cpp50 m_sign_len = 3;
H A Dgrfmt_sunras.cpp51 m_sign_len = 4;
H A Dgrfmt_bmp.cpp49 m_sign_len = 2;
H A Dgrfmt_jpeg2000.cpp51 m_sign_len = 12;
H A Dgrfmt_tiff.cpp55 m_sign_len = 4;
H A Dgrfmt_exr.cpp75 m_sign_len = 4;
H A Dgrfmt_jpeg.cpp49 m_sign_len = 3;

Completed in 76 milliseconds