Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dgrfmt_sunras.cpp110 m_maptype = (SunRasMapType)m_strm.GetDWord(); in ReadHeader()
117 (m_maptype == RMT_NONE && m_maplength == 0 || in ReadHeader()
118 m_maptype == RMT_EQUAL_RGB && m_maplength <= palSize && m_bpp <= 8)) in ReadHeader()
196 if( !color && m_maptype == RMT_EQUAL_RGB ) in ReadData()
Dgrfmt_sunras.h81 SunRasMapType m_maptype; variable