Home | History | Annotate | Download | only in highgui

Lines Matching full:getbyte

540             int val = m_low_strm.GetByte();
547 val = m_low_strm.GetByte();
588 code = ((code&255) << 8) | m_low_strm.GetByte();
852 m_precision = lstrm.GetByte();
855 m_planes = lstrm.GetByte();
866 int idx = lstrm.GetByte();
876 ci.h = (char)lstrm.GetByte();
879 ci.tq = (char)lstrm.GetByte();
939 int tq = lstrm.GetByte();
984 int t = lstrm.GetByte();
1046 int i, ns = lstrm.GetByte();
1052 int td, ta, c = lstrm.GetByte() - 1;
1060 td = lstrm.GetByte();
1076 m_ss = lstrm.GetByte();
1077 m_se = lstrm.GetByte();
1079 a = lstrm.GetByte();