Home
last modified time | relevance | path

Searched refs:fmtSignSunRas (Results 1 – 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_sunras.cpp45 static const char* fmtSignSunRas = "\x59\xA6\x6A\x95"; variable
52 m_signature = fmtSignSunRas; in GrFmtSunRaster()
425 m_strm.PutBytes( fmtSignSunRas, (int)strlen(fmtSignSunRas) ); in WriteImage()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_sunras.cpp49 static const char* fmtSignSunRas = "\x59\xA6\x6A\x95"; variable
56 m_signature = fmtSignSunRas; in SunRasterDecoder()
407 strm.putBytes( fmtSignSunRas, (int)strlen(fmtSignSunRas) ); in write()