Home | History | Annotate | Download | only in highgui

Lines Matching full:m_planes

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 &&