Home
last modified time | relevance | path

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

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_sunras.hpp62 RMT_EQUAL_RGB = 1 /* paletted image */ enumerator
Dgrfmt_sunras.cpp99 (m_maptype == RMT_EQUAL_RGB && m_maplength <= palSize && m_bpp <= 8))) in readHeader()
175 if( !color && m_maptype == RMT_EQUAL_RGB ) in readData()
/external/opencv/otherlibs/highgui/
Dgrfmt_sunras.h58 RMT_EQUAL_RGB = 1 /* paletted image */ enumerator
Dgrfmt_sunras.cpp118 m_maptype == RMT_EQUAL_RGB && m_maplength <= palSize && m_bpp <= 8)) in ReadHeader()
196 if( !color && m_maptype == RMT_EQUAL_RGB ) in ReadData()