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

  /external/opencv/otherlibs/highgui/
grfmt_bmp.h 90 WLByteStream m_strm;
grfmt_pxm.h 85 WLByteStream m_strm;
bitstrm.h 189 // class WLByteStream - uchar-oriented stream.
191 class WLByteStream : public WBaseStream
194 virtual ~WLByteStream();
203 // class WLByteStream - uchar-oriented stream.
205 class WMByteStream : public WLByteStream
grfmt_tiff.h 158 WLByteStream m_strm;
bitstrm.cpp 817 ///////////////////////////// WLByteStream ///////////////////////////////////
819 WLByteStream::~WLByteStream()
823 void WLByteStream::PutByte( int val )
831 void WLByteStream::PutBytes( const void* buffer, int count )
857 void WLByteStream::PutWord( int val )
877 void WLByteStream::PutDWord( int val )

Completed in 62 milliseconds