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

  /external/opencv/otherlibs/highgui/
grfmt_bmp.h 70 RLByteStream m_strm;
grfmt_pxm.h 63 RLByteStream m_strm;
bitstrm.h 95 // class RLByteStream - uchar-oriented stream.
97 class RLByteStream : public RBaseStream
100 virtual ~RLByteStream();
110 class RMByteStream : public RLByteStream
grfmt_tiff.h 126 RLByteStream m_strm;
bitstrm.cpp 227 ///////////////////////// RLByteStream ////////////////////////////
229 RLByteStream::~RLByteStream()
233 int RLByteStream::GetByte()
250 void RLByteStream::GetBytes( void* buffer, int count, int* readed )
277 //////////// RLByteStream & RMByteStream <Get[d]word>s ////////////////
284 int RLByteStream::GetWord()
303 int RLByteStream::GetDWord()
grfmt_tiff.cpp 329 array[i] = ((RLByteStream&)m_strm).GetDWord();
338 array[i] = ((RLByteStream&)m_strm).GetWord();
grfmt_pxm.cpp 83 static int ReadNumber( RLByteStream& strm, int maxdigits )

Completed in 81 milliseconds