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

  /external/opencv3/modules/imgcodecs/src/
grfmt_sunras.hpp 55 RAS_BYTE_ENCODED = 2, /* RLE encoded */
grfmt_sunras.cpp 97 (m_type == RAS_BYTE_ENCODED && m_bpp == 8) || m_type == RAS_FORMAT_RGB) &&
186 if( m_type != RAS_BYTE_ENCODED )
255 if( m_type != RAS_BYTE_ENCODED )
  /external/opencv/otherlibs/highgui/
grfmt_sunras.h 51 RAS_BYTE_ENCODED = 2, /* RLE encoded */
grfmt_sunras.cpp 116 (m_type == RAS_BYTE_ENCODED && m_bpp == 8) || m_type == RAS_FORMAT_RGB) &&
207 if( m_type != RAS_BYTE_ENCODED )
276 if( m_type != RAS_BYTE_ENCODED )

Completed in 698 milliseconds