MCPcopy Create free account
hub / github.com/IENT/YUView / nrBitsRead

Method nrBitsRead

YUViewLib/src/parser/common/SubByteReader.cpp:344–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344size_t SubByteReader::nrBitsRead() const
345{
346 return (this->posInBufferBytes - this->initialPosInBuffer) * 8 + this->posInBufferBits;
347}
348
349size_t SubByteReader::nrBytesRead() const
350{

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected