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

Method nrBytesRead

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

Source from the content-addressed store, hash-verified

347}
348
349size_t SubByteReader::nrBytesRead() const
350{
351 return this->posInBufferBytes - this->initialPosInBuffer + (this->posInBufferBits != 0 ? 1 : 0);
352}
353
354size_t SubByteReader::nrBytesLeft() const
355{

Callers 6

parseMethod · 0.80
parseMethod · 0.80
parseAndAddOBUMethod · 0.80
parseMethod · 0.80
checkForObuFormatFunction · 0.80
getNextUnitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected