Home
last modified time | relevance | path

Searched refs:m_maptype (Results 1 – 4 of 4) 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
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_sunras.cpp91 m_maptype = (SunRasMapType)m_strm.getDWord(); in readHeader()
98 ((m_maptype == RMT_NONE && m_maplength == 0) || in readHeader()
99 (m_maptype == RMT_EQUAL_RGB && m_maplength <= palSize && m_bpp <= 8))) in readHeader()
175 if( !color && m_maptype == RMT_EQUAL_RGB ) in readData()
Dgrfmt_sunras.hpp87 SunRasMapType m_maptype; member in cv::SunRasterDecoder