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

  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 86 class RJpegBitStream : public RMBitStream
91 RJpegBitStream();
92 ~RJpegBitStream();
150 RJpegBitStream m_strm;
grfmt_jpeg.cpp 501 RJpegBitStream::RJpegBitStream()
505 RJpegBitStream::~RJpegBitStream()
511 bool RJpegBitStream::Open( const char* filename )
522 void RJpegBitStream::Close()
529 void RJpegBitStream::ReadBlock()
571 void RJpegBitStream::Flush()
578 void RJpegBitStream::AlignOnByte()
583 int RJpegBitStream::FindMarker(
    [all...]

Completed in 2800 milliseconds