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

  /external/opencv/otherlibs/highgui/
grfmt_sunras.h 52 RAS_FORMAT_RGB = 3 /* RGB instead of BGR */
grfmt_sunras.cpp 116 (m_type == RAS_BYTE_ENCODED && m_bpp == 8) || m_type == RAS_FORMAT_RGB) &&
362 if( m_type == RAS_FORMAT_RGB )
368 m_type == RAS_FORMAT_RGB ? 2 : 0 );
383 m_type == RAS_FORMAT_RGB ? 2 : 0 );
386 m_type == RAS_FORMAT_RGB ? 2 : 0 );

Completed in 536 milliseconds