HomeSort by relevance Sort by last modified time
    Searched full:m_maptype (Results 1 - 4 of 4) sorted by null

  /external/opencv/otherlibs/highgui/
grfmt_sunras.cpp 110 m_maptype = (SunRasMapType)m_strm.GetDWord();
117 (m_maptype == RMT_NONE && m_maplength == 0 ||
118 m_maptype == RMT_EQUAL_RGB && m_maplength <= palSize && m_bpp <= 8))
196 if( !color && m_maptype == RMT_EQUAL_RGB )
grfmt_sunras.h 81 SunRasMapType m_maptype; member in class:GrFmtSunRasterReader
  /external/opencv3/modules/imgcodecs/src/
grfmt_sunras.cpp 91 m_maptype = (SunRasMapType)m_strm.getDWord();
98 ((m_maptype == RMT_NONE && m_maplength == 0) ||
99 (m_maptype == RMT_EQUAL_RGB && m_maplength <= palSize && m_bpp <= 8)))
175 if( !color && m_maptype == RMT_EQUAL_RGB )
grfmt_sunras.hpp 87 SunRasMapType m_maptype; member in class:cv::SunRasterDecoder

Completed in 513 milliseconds