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

  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 89 RMByteStream m_low_strm; member in class:RJpegBitStream
167 WMByteStream m_low_strm; member in class:WJpegBitStream
grfmt_jpeg.cpp 516 m_is_opened = m_low_strm.Open( filename );
524 m_low_strm.Close();
534 if( setjmp( m_low_strm.JmpBuf()) == 0 )
540 int val = m_low_strm.GetByte();
547 val = m_low_strm.GetByte();
552 m_low_strm.SetPos( m_low_strm.GetPos() - 2 );
585 int code = m_low_strm.GetWord();
588 code = ((code&255) << 8) | m_low_strm.GetByte();
825 RMByteStream& lstrm = m_strm.m_low_strm;
    [all...]

Completed in 14 milliseconds