OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lstrm
(Results
1 - 1
of
1
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
825
RMByteStream&
lstrm
= m_strm.m_low_strm;
local
827
lstrm
.Skip( 2 ); // skip SOI marker
837
int pos =
lstrm
.GetPos();
838
int length =
lstrm
.GetWord();
843
lstrm
.GetBytes( buffer, 5 );
846
m_version =
lstrm
.GetWord();
852
m_precision =
lstrm
.GetByte();
853
m_height =
lstrm
.GetWord();
854
m_width =
lstrm
.GetWord();
855
m_planes =
lstrm
.GetByte()
934
RMByteStream&
lstrm
= m_strm.m_low_strm;
local
979
RMByteStream&
lstrm
= m_strm.m_low_strm;
local
1020
RMByteStream&
lstrm
= m_strm.m_low_strm;
local
[
all
...]
Completed in 75 milliseconds