Home
last modified time | relevance | path

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

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_sunras.hpp54 RAS_STANDARD = 1, enumerator
Dgrfmt_sunras.cpp96 (m_encoding == RAS_OLD || m_encoding == RAS_STANDARD || in readHeader()
412 strm.putDWord( RAS_STANDARD ); in write()
/external/opencv/otherlibs/highgui/
Dgrfmt_sunras.h50 RAS_STANDARD = 1, enumerator
Dgrfmt_sunras.cpp115 (m_type == RAS_OLD || m_type == RAS_STANDARD || in ReadHeader()
430 m_strm.PutDWord( RAS_STANDARD ); in WriteImage()