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

  /external/opencv/otherlibs/highgui/
grfmt_png.h 70 int m_color_type; member in class:GrFmtPngReader
grfmt_png.cpp 95 m_color_type = m_bit_depth = 0;
166 m_color_type = color_type;
214 if( m_color_type == PNG_COLOR_TYPE_PALETTE )
217 if( m_color_type == PNG_COLOR_TYPE_GRAY && m_bit_depth < 8 )

Completed in 85 milliseconds