Home
last modified time | relevance | path

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

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_sunras.hpp61 RMT_NONE = 0, /* direct color encoding */ enumerator
Dgrfmt_sunras.cpp98 ((m_maptype == RMT_NONE && m_maplength == 0) || in readHeader()
413 strm.putDWord( RMT_NONE ); in write()
/external/opencv/otherlibs/highgui/
Dgrfmt_sunras.h57 RMT_NONE = 0, /* direct color encoding */ enumerator
Dgrfmt_sunras.cpp117 (m_maptype == RMT_NONE && m_maplength == 0 || in ReadHeader()
431 m_strm.PutDWord( RMT_NONE ); in WriteImage()