Home | History | Annotate | Download | only in opencv

Lines Matching refs:uchar

36     	m_start = new uchar[data_size];

73 *m_current++ = (uchar)val;
79 uchar* data = (uchar*)buffer;
103 uchar *current = m_current;
107 current[0] = (uchar)val;
108 current[1] = (uchar)(val >> 8);
121 uchar *current = m_current;
125 current[0] = (uchar)val;
126 current[1] = (uchar)(val >> 8);
127 current[2] = (uchar)(val >> 16);
128 current[3] = (uchar)(val >> 24);
141 uchar* WLNonFileByteStream::GetByte()