OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RLByteStream
(Results
1 - 2
of
2
) sorted by null
/external/opencv/otherlibs/highgui/
bitstrm.h
95
// class
RLByteStream
- uchar-oriented stream.
97
class
RLByteStream
: public RBaseStream
100
virtual ~
RLByteStream
();
110
class RMByteStream : public
RLByteStream
bitstrm.cpp
227
/////////////////////////
RLByteStream
////////////////////////////
229
RLByteStream
::~
RLByteStream
()
233
int
RLByteStream
::GetByte()
250
void
RLByteStream
::GetBytes( void* buffer, int count, int* readed )
277
////////////
RLByteStream
& RMByteStream <Get[d]word>s ////////////////
284
int
RLByteStream
::GetWord()
303
int
RLByteStream
::GetDWord()
Completed in 43 milliseconds