OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_sign_len
(Results
1 - 11
of
11
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_base.h
117
int GetSignatureLength() { return
m_sign_len
; };
133
int
m_sign_len
; // length of the signature of the format
member in class:GrFmtFilterFactory
grfmt_base.cpp
89
m_sign_len
= 0;
120
return
m_sign_len
> 0 && signature != 0 &&
121
memcmp( signature, m_signature,
m_sign_len
) == 0;
grfmt_png.cpp
63
m_sign_len
= 8;
88
return png_check_sig( (uchar*)signature,
m_sign_len
) != 0;
grfmt_imageio.cpp
21
m_sign_len
= 0;
grfmt_pxm.cpp
50
m_sign_len
= 3;
grfmt_sunras.cpp
51
m_sign_len
= 4;
grfmt_bmp.cpp
49
m_sign_len
= 2;
grfmt_jpeg2000.cpp
51
m_sign_len
= 12;
grfmt_tiff.cpp
55
m_sign_len
= 4;
grfmt_exr.cpp
75
m_sign_len
= 4;
grfmt_jpeg.cpp
49
m_sign_len
= 3;
[
all
...]
Completed in 126 milliseconds