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

  /external/opencv/otherlibs/highgui/
grfmt_sunras.h 76 RMByteStream m_strm;
bitstrm.h 110 class RMByteStream : public RLByteStream
113 virtual ~RMByteStream();
grfmt_jpeg.h 89 RMByteStream m_low_strm;
bitstrm.cpp 277 //////////// RLByteStream & RMByteStream <Get[d]word>s ////////////////
279 RMByteStream::~RMByteStream()
325 int RMByteStream::GetWord()
344 int RMByteStream::GetDWord()
grfmt_tiff.cpp 326 array[i] = ((RMByteStream&)m_strm).GetDWord();
335 array[i] = ((RMByteStream&)m_strm).GetWord();
grfmt_jpeg.cpp 825 RMByteStream& lstrm = m_strm.m_low_strm;
934 RMByteStream& lstrm = m_strm.m_low_strm;
979 RMByteStream& lstrm = m_strm.m_low_strm;
1020 RMByteStream& lstrm = m_strm.m_low_strm;
    [all...]

Completed in 166 milliseconds