Home
last modified time | relevance | path

Searched refs:SunRasType (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_sunras.hpp51 enum SunRasType enum
86 SunRasType m_encoding;
Dgrfmt_sunras.cpp90 m_encoding = (SunRasType)m_strm.getDWord(); in readHeader()
/external/opencv/otherlibs/highgui/
Dgrfmt_sunras.h47 enum SunRasType enum
80 SunRasType m_type;
Dgrfmt_sunras.cpp109 m_type = (SunRasType)m_strm.GetDWord(); in ReadHeader()