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

  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 123 int m_planes; // 3 (YCrCb) or 1 (Gray) member in class:GrFmtJpegReader
grfmt_jpeg.cpp 777 m_planes= -1;
855 m_planes = lstrm.GetByte();
858 (m_planes != 1 && m_planes != 3)) goto parsing_end;
860 m_iscolor = m_planes == 3;
864 for( i = 0; i < m_planes; i++ )
868 if( idx < 1 || idx > m_planes ) // wrong index
1049 if( ns != m_planes ) goto decoding_end;
1053 if( c < 0 || m_planes <= c )
1119 assert( ns == m_planes && m_ss == 0 && m_se == 63 &
    [all...]

Completed in 39 milliseconds