Home
last modified time | relevance | path

Searched refs:RLByteStream (Results 1 – 12 of 12) sorted by relevance

/external/opencv3/modules/imgcodecs/src/
Dbitstrm.hpp96 class RLByteStream : public RBaseStream class
99 virtual ~RLByteStream();
109 class RMByteStream : public RLByteStream
Dbitstrm.cpp196 RLByteStream::~RLByteStream() in ~RLByteStream()
200 int RLByteStream::getByte() in getByte()
217 int RLByteStream::getBytes( void* buffer, int count ) in getBytes()
251 int RLByteStream::getWord() in getWord()
270 int RLByteStream::getDWord() in getDWord()
Dgrfmt_bmp.hpp76 RLByteStream m_strm;
Dgrfmt_pxm.hpp69 RLByteStream m_strm;
Dgrfmt_pxm.cpp52 static int ReadNumber( RLByteStream& strm, int maxdigits ) in ReadNumber()
/external/opencv/otherlibs/highgui/
Dbitstrm.h97 class RLByteStream : public RBaseStream
100 virtual ~RLByteStream();
110 class RMByteStream : public RLByteStream
Dbitstrm.cpp229 RLByteStream::~RLByteStream() in ~RLByteStream()
233 int RLByteStream::GetByte() in GetByte()
250 void RLByteStream::GetBytes( void* buffer, int count, int* readed ) in GetBytes()
284 int RLByteStream::GetWord() in GetWord()
303 int RLByteStream::GetDWord() in GetDWord()
Dgrfmt_bmp.h70 RLByteStream m_strm;
Dgrfmt_pxm.h63 RLByteStream m_strm;
Dgrfmt_tiff.h126 RLByteStream m_strm;
Dgrfmt_tiff.cpp329 array[i] = ((RLByteStream&)m_strm).GetDWord(); in ReadTable()
338 array[i] = ((RLByteStream&)m_strm).GetWord(); in ReadTable()
Dgrfmt_pxm.cpp83 static int ReadNumber( RLByteStream& strm, int maxdigits ) in ReadNumber()